Pre loader

Metadata labels are not displayed in some cases

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

1
0

Hello,

Can you show this example(https://codepen.io/PodaRocheK/pen/yLGxGEL?editors=0011) and tell me, why metadata labels are not displayed in some cases? May be you can tell me how to do it correctly? A have similar chart with a lot of datapoints and can’t understand why labels show only in some time(20s or > 1m after start the chart)

Thank you!

Version
3.2.446
  • You must to post comments
1
0

Hi there

Short answer: this is a bug. We’ve fixed it and it will be published in the next build (> 3.2.491)

Workaround in the meantime: Try setting scatterSeries.dataLabelProvider.pointGapThreshold = -1. This skips a culling calculation internally and forces all labels to be shown.

In future, simply setting renderableSeries.dataLabelProvider.skipMode = EDataLabelSkipMode.ShowAll will force all labels to be shown (once the bug fix build has been published)

Best regards
Andrew

  • You must to post comments
1
0

Hi

This bugfix has now been released in version 3.2.509. Full changelog at https://www.scichart.com/cbxchangelog/scichart-js-changelog/

Regards
David

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.