Search code examples
ruby-on-railschartkick

How can I mix a column and line chart in Rails using Chartkick?


I would like to present graphs in my rails app. I was able to find a lot of projects that could do that, as Chartkick. But I would like to have charts like this one, where I max lines and columns. Is there any project that is able to draw this kind of graphs? I was not able to find anything on chartkick's website or Google.


Solution

  • Google Visualization Combo charts should be able to do what you are looking for

    Have a look at documentation for more info

    Js Fiddle