How to enable Highcharts scrollbar?
问题 I tried doing the scrollbar: { enabled: true } But it didnt work. I tried using the highcharts.js that comes with highstocks.. that did not work either. Am I doing something wrong? 回答1: If your code still doesn't work, you could try changing this : <script type="text/javascript" src="js/highcharts.js"></script> with this : <script type="text/javascript" src="https://code.highcharts.com/stock/highstock.js"></script> and you can add this : scrollbar: { enabled: true }, finally, you can add this