morrisjs / morris.js

Pretty time-series line graphs
http://morrisjs.github.com/morris.js/
6.92k stars 1.23k forks source link

feature requested : combination chart or multiple chart with combined facility. #792

Closed ankitkanojia closed 4 years ago

ankitkanojia commented 4 years ago

Hello all the contributors and developers of Morris.js, First of all, You're doing a great job, Keep it Up!!!

I just want to know whether you're going to develop a combination chart or not, personally, I use your chart library but I required a combination of the chart but I can not have any option to develop it.

So can you please provide such a feature with a combination of multiple charts. or guide me.

Thank you.

pierresh commented 4 years ago

If you mean combining bar chart and line chart together, you need to use my fork. You can then create a bar chart, and with the option nbYkeys2 you can set how many series are displayed as lines on the second right axis.

ankitkanojia commented 4 years ago

Thank you @pierresh, I get what I want from your shared URL. Thank you so much.