About
RGraph is a JavaScript charts library based on HTML5 SVG and canvas. RGraph is mature (over 15 years old) and has a wealth of features making it an ideal choice to show charts on your website.

More »

 

License
RGraph can be used for free under the GPL or if that doesn't suit your situation there's an inexpensive (£99) commercial license available.

More »

 

Download
Get the latest version of RGraph (version 6.17) from the download page. There's also older versions available, minified files and links to cdnjs.com hosted libraries.

More »

How do I increase the number of labels on the Y-axis?


Posted by Roberto at 11:35 on Tuesday 27th April 2021 [link]
Hello,
is there a way to increase the detail and thus the number of values on the yaxisScale?

Posted by Richard at 11:40 on Tuesday 27th April 2021 [link]
Presumably it's a Bar or Line chart that you're referring to - in which case you would use the yaxisLabelsCount property.

For example:

...
yaxisLabelsCount: 10,
...

Richard

[Replies are now closed]