My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Any suggestions for JavaScript based Chart with Multiple Vertical Axes?

Tapas Adhikary
·Jun 7, 2020

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

multi-axis-chart.png 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!