lumean / svg-graph2

SVG:::Graph is a pure Ruby library for generating charts, which are a type of graph where the values of one axis are not scalar. SVG::Graph has a verry similar API to the Perl library SVG::TT::Graph, and the resulting charts also look the same. This isn't surprising, because SVG::Graph started as a loose port of SVG::TT::Graph.
Other
50 stars 20 forks source link

2 Y Axis #8

Closed pinkynrg closed 5 years ago

pinkynrg commented 6 years ago

is it possible to create charts with 2 y axis?

lumean commented 6 years ago

Hi, I'm afraid currently it's not possible. You may want to take a look at c3js.Am 23.03.2018 21:54 schrieb Francesco Meli notifications@github.com:is it possible to create charts with 2 y axis?

—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.

lumean commented 5 years ago

With 2.2.0.beta you can use the C3js graphs to achieve this. Please have a look at the examples / test folder for code examples. Use gem install svg-graph --pre to install the beta.