puffster
Posts: 17
Joined: Fri Jan 30, 2015 2:29 pm

I've lost my drilldown scrollbar, & it has hurt my feelings

So I'm baby stepping my chart to awesome levels, but somewhere along the way I have lost my scrollbar when drilling down to the detail data. It used to work perfectly, now it just shows however many it can fit in the viewing area and acts like the rest of them are not there.

I've been able to recreate the issue in this JSFiddle: https://jsfiddle.net/BigSexy/qx5uzdf6/38/

And here's a link to the actual graph if that helps any: https://assessment.jefferson.kyschools. ... dReferrals

Any help you could give would be greatly, greatly appreciated
puffster
Posts: 17
Joined: Fri Jan 30, 2015 2:29 pm

Re: I've lost my drilldown scrollbar, & it has hurt my feeli

UPDATE: I found the answer, and it is pretty easy and silly on my part -- I'm using Highcharts.js, the scrollbar is only available in highstock -- I forgot to pull over my js reference files for highstock :(.

Hope this helps others...
rafalS
Posts: 2665
Joined: Thu Jun 14, 2018 11:40 am

Re: I've lost my drilldown scrollbar, & it has hurt my feeli

Hi, puffster!

It's because Highcharts doesn't provide a scrollbar. You need to import Highstock module and everything works perfect:

Code: Select all

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

Best regards!

edit: oh, I have just been working on your issue but I can see you figured it out for yourself ;)
Rafal Sebestjanski,
Highcharts Team Lead

Return to “Highcharts Usage”