About
RGraph is a JavaScript charts library based on
HTML5 SVG and canvas. RGraph is mature (over 16 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.20, 1st December 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.The changelog
Current release: December 2024 (6.20)
-
Legacy code that supported old versions of
Internet Explorer
has been removed from theRGraph.common.contextmenu.js
library. - Fixed a bug with date/time Scatter charts where the first label wasn't being shown correctly.
- Fixed a bug in the Pie chart which meant that tooltips weren't being shown when there was only a single value in your dataset.
-
The ModalDialog has been updated so that when you
open the dialog the page scrollbars are disabled
and you cannot scroll the document behind the
background
<div>
-
Added the
yaxisTickmarksCount
to theBipolar chart
and renamed thexaxisLabelsPositionEdgeTickmarksCount
property toxaxisTickmarksCount
- The
svg
Bar chart
Horizontal Bar chart
andBipolar chart
have had their highlighting updated so that it's no longer drawn above the relevant axis. - Added the
Radar chart
wave
effect. - Fixed a few
Radar chart
bugs when using animations. - Added the
Line chart
grow
effect. - The
Line chart
unfoldfromcentertrace
is now cancelable. -
Added the
tooltipsPersistent
property to allcanvas
andsvg
chart types that support tooltips. This property, whentrue
, will mean that tooltips stay on the screen after they've been shown and don't disappear when a click happens. There's anapi
function:RGraph.tooltip.persistent.clear
andRGraph.SVG.tooltip.persistent.clear
that you can use to clear all of the persistent tooltips if you wish.
Backwards compatibility notes
There are notifications and advisories regarding backwards compatibility that you can read here: https://www.rgraph.net/canvas/compatibility.html
Past release notes
- Release notes for 2024
- Release notes for 2023
- Release notes for 2022
- Release notes for 2021
- Release notes for 2020
- Release notes for 2019
- Release notes for 2018
- Release notes for 2017
- Older release notes are unavailable