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!
- You must login to post comments
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
- Andrew Burnett-Thompson answered 10 months ago
- You must login to post comments
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
- David Burleigh answered 9 months ago
- You must login to post comments
Please login first to submit.