score:0

Accepted answer

you used highcharts source code:

<script src="https://code.highcharts.com/highcharts.js"></script>

the scrollbar feature is available only for highstock:

<script src="https://code.highcharts.com/stock/highstock.js"></script>

live demo: https://jsfiddle.net/blacklabel/a126pnxv/


Related Query

More Query from same tag