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

show_key_actual_values in pie chart lets user chose to show values in key #5

Closed olegsfinest closed 6 years ago

olegsfinest commented 6 years ago

For some reasons :show_key_actual_values in a pie chart did not do anything. Added one line of code, which adds the value (or not) based on :show_key_actual_values analogous to :show_key_percent

olegsfinest commented 6 years ago

I guess travis failing is not new because of my pull request is it?

lumean commented 6 years ago

Thanks for the PR and no travis was never in use so far for this repo. Unfortunately I never found the time to make travis work.

olegsfinest commented 6 years ago

Thanks for merging! And thank you very much for keeping this library alive and maintaining it btw :)