Pre loader

StackedColumn with jagged data in JS

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

Answered
0
0

Hello,

We have multiple sets of data that we’d like to display as a Stacked Column. The problem is that our data is jagged, meaning each series may not have a value for every value on the x-axis (it’s a time series by day).

Is there any way to present this data without having to merge all the x-values in every dataset? These a very large sets and it just does not seem to be efficient to do this.

Thanks!

Chris

Version
Latest
  • You must to post comments
Great Answer
0
0

Hi Christopher

Thanks for your enquiry! Stacked Column series in SciChart (all platforms) need to have the same x-values for every point. You can insert a null point by setting Y-value = NaN or Y-value = zero.

It’s a little extra code to do this but not really inefficient. Either you would be doing this in your data layer or we would internally.

Let me know if you have any questions or feedback.

Best regards,
Andrew

  • Christopher Aliotta
    Thanks Andrew. We’ll do that. Excellent product and keep up the good work!
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies