highcharts - can zoom be mixed with multiple y-axis in highstock -


we using high stock , trying combine these 2 examples

a base highcharts example

a base highstock example

such zoom can used multiple axis. result y-axis screwed up

my merged example literally 1 tweak highcharts code

is there way zoom multiple axis working in 1 chart? seem pretty common desire. (the thing breaks y-axis starts overlapping , stepping on each other when these examples combined)

thanks, dean

since have highstock loaded site, can create simple highcharts chart, , enable features highstock, example: http://jsfiddle.net/rp5su/1/

        navigator: {             enabled: true         },         rangeselector: {             enabled: true         },         scrollbar: {             enabled: true         }, 

of course solution requires highstock work, simple highcharts library doesn't contain navigator, scrollbar etc.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -