Pre loader

JS chart y axis is displayed as undefined

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

The scichart y axis is displayed as undefined after updating the data in timed interval. The y axis initially shows the value,but after the data is appended to the source, the y axis is shown as undefined in the chart.

I have attached the final scichart image with yaxis as undefined.

Version
3.0.269
Attachments
Images
  • You must to post comments
0
0

Hello, this seems to be a known issue related to axis label caching. The fix for it will be available in the next release.
A temporary solution is to disable the label caching or use the Native Text for rendering.
To do this you can use the appropriate properties on the axis: axis.useCache and axis.useNativeText,
or pass them via constructor options.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.