Version 6.12 of RGraph is now available
Written by Richard Heyes, RGraph author, on 29th April 2023The latest version of RGraph - version 6.12 - is now available for you to download.
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 chartsusing both thecanvasandsvgHorizontal Bar charts. You can read more aboutVertical Line charts(and see an example) in this blog article. - The
svgSemi-circular Progress bar can now be made adjustable. - The
Line charthas two new methods:obj.over(x, y)andobj.highlightDataset(options). These methods help you to identify thedatasetthats being hovered over (if any) and subsequently highlight it. - The Odometer now supports multiple values for each of the needle properties.
- When the
RScatter charthighlights a point on the chart (for example because of tooltips), the highlighting now covers the whole point instead of just the center. - The
Pie chartlabelsIngraphoption now has the ability to check to see if a label will fit inside the relevant section. - The
tooltipsHotspotIgnoreproperty has been added to thecanvaslibraries. - The Semi-circular Progress bar has been updated and can now have rounded ends using the new
variant: 'rounded'property. - Libraries based on
canvasand that use the key have had formatted keys added. - The key has been added to the Semi-circular Progress bar.