Skip to content

quan8tum/highstock-yaxis-panning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Y-Axis Panning

Using this plugin will enable Y-Axis panning.

Demo: jsfiddle highcharts-blog

Donate

Bitcoin to 15dv1MW6LrArfzrzq46mPscjce7vLUfaBR

========== To turn off/on the function at realtime, just set:

// turn off
chart.options.chart.yPanningDisabled = true; 
// use chart.showResetZoom()  or directly use chart.zoomOut() at the same time to reset the chart (and enable the auto zoom functionality)

// turn on
chart.options.chart.yPanningDisabled = false; 

About

Using this plugin will enable Y-Axis panning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%