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 use for showing charts on your website.
Download
Get the latest version of RGraph (version 6.19, 28th September 2024) from
the download page. You can read the changelog here. There's also older versions available,
minified files and links to cdnjs.com hosted libraries.
License
RGraph can be used for free under the GPL or if
that doesn't suit your situation there's an
inexpensive (£129) commercial license available.Version 6.12 of RGraph is now available
Written by Richard Heyes, RGraph author, on 29th April 2023
The latest version of RGraph - version 6.12 - is now available to download from the download page. What's new in this release?
- You can now create
Vertical Line charts
using both thecanvas
andsvg
Horizontal Bar charts
. You can read more aboutVertical Line charts
(and see an example) in this blog article. - The
svg
Semi-circular Progress bar can now be made adjustable. - The
Line chart
has two new methods:obj.over(x, y)
andobj.highlightDataset(options)
. These methods help you to identify thedataset
thats being hovered over (if any) and subsequently highlight it. - The Odometer now supports multiple values for each of the needle properties.
- When the
RScatter chart
highlights a point on the chart (for example because of tooltips), the highlighting now covers the whole point instead of just the center. - The
Pie chart
labelsIngraph
option now has the ability to check to see if a label will fit inside the relevant section. - The
tooltipsHotspotIgnore
property has been added to thecanvas
libraries. - The Semi-circular Progress bar has been updated and can now have rounded ends using the new
variant: 'rounded'
property. - Libraries based on
canvas
and that use the key have had formatted keys added. - The key has been added to the Semi-circular Progress bar.