javascript - Draggable date range using Highcharts.js -


Does anyone detect drag events that can be used on the chart chart created by HighTart.JS or even Could that be done to duplicate that event even on the chart?

We have a split column chart. The smallest chart controls the date range on the master chart above. Currently, the only way to adjust the boundary is to select and select the segment of small charts. The image below, which we have done so far:

Enter image details here

We want to be able to create a drag-able interface with handles to stretch and adjust the segment in any way.

Highstock.js has similar functionality (screenshot below): Enter image details here

You can only use the master-description type chart in the HighCast

But you have the ability to use Highstock.js and use the column chart in the Navigator / Serie See the example

  Navigator: {series: {type: 'Column'}},   



Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -