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

Divizion by zero when data is 0,0 #16

Closed chrismedrdz closed 4 years ago

chrismedrdz commented 4 years ago

Added exception to FloatDomainError (NaN) on Pie.rb:230

lumean commented 4 years ago

Thanks!

chrismedrdz commented 4 years ago

When could you create de release on Rubygems?

Christopher Medina Rodríguez WEB Developer +52 1 8126228749

El dom., 17 nov. 2019 a las 17:27, lumean (notifications@github.com) escribió:

Thanks!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lumean/svg-graph2/pull/16?email_source=notifications&email_token=AARPVVJPRXI732VUEHEZZETQUHHOFA5CNFSM4JN53HJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEIZIGQ#issuecomment-554800154, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARPVVO5IN6MFDDHUJD6JTTQUHHOFANCNFSM4JN53HJA .

lumean commented 4 years ago

will release today