You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you happy to create your own chart type, in your own project?
The TimeSeries chat type inherits from Plot, and specifies it's own x_label_format ... You'd be able to generate your own chart, if you're comfortable overriding the same functions and inherit from Plot.rb
I would like to draw a chart with x labels as integer, and y labels as float number.
I found there is
number_format
option that can determine the label format.svg-graph2/lib/SVG/Graph/Graph.rb
Line 103 in ce24d4b
But it apply to both x labels and y labels.
The text was updated successfully, but these errors were encountered: