Any suggestions for JavaScript based Chart with Multiple Vertical Axes?
I am looking for some suggestions here.. I need to show 4 different types of charts for same x-axis(say time) but, the y-axis may differ, say, height, age, salary, weight etc.
Here is one example but, built using excel
This is just for the example purpose
Any suggestions of open-source library(js based) that provides this kind of facilities/options with zooming feature?
D3.js
probably the last resort to write one but it would be great, to get something from a library to use as is or with minimal changes(or allowed customizations).
Thanks!