Pre loader

Scrollbar in JS chart

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

Hi,
Is it possible to add the scrollbar in the chart. If the visibleRangeLimit is set is it possible to add the normal scrollbar in the side of the chart.

Version
3.2.549
  • You must to post comments
1
0

Hi

The simplest way to do this would be with a SciChartOverview. See https://demo.scichart.com/javascript-overview and documentation at https://www.scichart.com/documentation/js/current/webframe.html#SciChartOverview.html.

By supplying a custom transformRenderableSeries function as described in the docs, you can prevent the overview rendering any series, and then it will just behave as a scrollbar.

If you need your scrollbar to affect multiple charts at once, take a look at the way the overview is manually built in this demo https://demo.scichart.com/javascript-sync-multi-chart

Regards
David

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.