amcharts4
amcharts4 copied to clipboard
Horizontal range slider
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.
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();
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.