The changelog
Current release: September 2023 (v6.14)
-
The
svg
Line chart
had thetooltipsDataset
option added. This option allows you to add one tooltip for each dataset instead of for each point on the line(s). -
The
Radar chart
backgroundCircles*
properties have been changed tobackgroundGrid*
. You don't have to immediately change your charts though as there's some backwards compatiblity code that accommodates this change. -
A
drawing api
Line object has been added. Simply give this object two or more coordinate pairs and this will draw you a line. Like otherdrawing api
objects it can have tooltips and events. -
A
Pie chart
bug was fixed which appeared when thelabelsIngraph
option was being used. Thanks to Joachim Schmidt for the help with this. -
The
Scatter chart
can now be madeadjustable
. This means that you can click and drag points around the chart. -
With the
Bar chart
Line chart
andScatter chart
when the axes were drawn there was a chunk missing from the corner where theY-axis
joined the first tickmark. This has now been fixed. -
The
canvas
Scatter chart
now has support for Marimekko charts. Also known asMosaic charts
orMekko charts
, these can be likened to a two-dimensional100%
stackedBar chart
. -
When you're using
Pie chart
sticks the sticks are no longer drawn when there is no corresponding label. -
The
svg
tooltipsOffsetx
andtooltipsOffsety
weren't fully working with static tooltip positioning. This has been fixed. -
The properties
tooltipsPointerOffsetx
andtooltipsPointerOffsety
have been added to both bothcanvas
andsvg
libraries.
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 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 though are not available.