About
RGraph is a JavaScript charts library based on
HTML5 SVG and canvas. RGraph is mature (over 18 years
old) and has a wealth of features making it an ideal
choice to use for showing charts on your website.
Version 7.20
Version 7.20 (released in June 2026) is the
latest version of RGraph and the major change in
this version is an update to the default values
of properties making for better looking charts without
having to set any properties.
Read more about this and other changes in
the changelog.
Download
Get the latest version of RGraph (version 7.20, 9th June 2026) 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.
Latest forum posts
These are the latest support forum posts that have been
posted or updated.
9th June, Richard
New version of RGraph: version 7.20
3rd June, Patrick
Question about installing RGraph
1st June, Ouja
How do I add a click event to a bar in my Bar chart?
8th May, Anthony Kuma
Does the SVG Line chart have outofbounds functionality?
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.17 of RGraph is now available
Written by Richard Heyes, RGraph author, on 10th March 2024
The latest version of RGraph - version 6.17 - is now available to download from the download page. Here's what's new in this release. There's one very notable change in this release and that's the introduction of the
clip property. This property allows you to easily restrict what actually gets drawn on to the canvas or svg which opens up some very interesting possibilities. This property has been added to both the canvas and svg charts.
- Added the
Funnel chartgroweffect. - A new option -
clip- has been added to all of thesvgandcanvascharts. This allows you to (much) more easily generate multi-color charts likedemos/svg-line-clipped.htmlordemos/svg-line-clipped2.html(which you can find in the download archive). This new option has been added to all of the available chart types. You can read more information about it on the clipping documentation page. This information applies to both thesvgandcanvascharts. - The
svgLine chartpropertytooltipsHotspotSizehas been added which controls the size of the hotspots that trigger the tooltips. It defaults to5. - Added the
svgWaterfall chartgroweffect.
An interesting demo that uses the new clip property to good effect is the demos/svg-line4-clipping.html file. This demo allows you to easily compare two datasets by showing and hiding Line charts as you move your mouse left and right over them. This demo is in the download archive.
You can get hold of RGraph on the download page.