HHRy / prawn-graph

Prawn::Graph adds straightforward native graph drawing to Prawn without the need to depend on anything else. All generated graphs are pure PDF Vector Images. It results in smaller document sizes and less complication.
http://prawn-graph.ryanstenhouse.jp
MIT License
51 stars 25 forks source link

Y-axis values are not displaying properly #31

Open venkat-tringapps opened 1 year ago

venkat-tringapps commented 1 year ago

my Y-axis values are 6 digit numbers but graph is displaying max 4 digits. Also Values are overriding in Y-axis.

Is there any way to fix this ? I am using rails 6.1.6 ruby 2.6.7 prawn-graph 1.0.6

Screenshot from 2023 08 11 12 31 22

venkat-tringapps commented 1 year ago

Any Update on my issue?