showFull property

bool? showFull
getter/setter pair

Whether to show the scrollbar when it is fully zoomed out at max range. Setting it to false on the Y axis makes the scrollbar stay hidden until the user zooms in, like common in browsers.

API Docs: https://api.highcharts.com/highstock/yAxis.scrollbar.showFull

Implementation

bool? showFull;