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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -