amcharts4 icon indicating copy to clipboard operation
amcharts4 copied to clipboard

Horizontal range slider

Open shantanu543 opened this issue 3 years ago • 1 comments

Can anyone please provide me one example for horizontal range slider like over the valueAxis in amcharts

For reference https://www.amcharts.com/demos/line-chart-with-range-slider/ is having the vertical slider over dateAxis. I am trying it same for horizontal one and over valueAxis.

shantanu543 avatar Sep 30 '21 11:09 shantanu543

Sliders are not tied to any specific axis or axis type. You can have two sliders on a char: horizontal and vertical.

If you need to add horizontal slider, you assign a Scrollbar instance to scrollbarX:

chart.scrollbarX = new am4core.Scrollbar();

If you need vertical slider, you use scrollbarY:

chart.scrollbarY = new am4core.Scrollbar();

martynasma avatar Sep 30 '21 13:09 martynasma

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Dec 15 '22 00:12 github-actions[bot]