Skip to content

Releases: heyesr/rgraph

RGraph version 6.07

10 Apr 15:32
Compare
Choose a tag to compare

RGraph version 6.07 is now available! In this release
there's a couple of new functions that are designed to help you with clipping the canvas, which is commonly employed when creating dual-color Line charts. There's an example of such a chart at this link:

https://www.rgraph.net/blog/index-2022.html#new-clipping-functions

There are other, smaller changes which you can read about on the changelog page:

https://www.rgraph.net/changelog.html#current-release

You can download the software from the download page:

https://www.rgraph.net/download

RGraph version 6.06

22 Jan 15:18
Compare
Choose a tag to compare

RGraph version 6.06 is now available! In the first release of 2022 the main change is that there's now a set of functions that are dedicated to making importing data from the query string (the URL) easier. These new functions are called:

RGraph.GET.number()
RGraph.GET.string()
RGraph.GET.json()
RGraph.GET.array()

And for SVG:

RGraph.SVG.GET.number()
RGraph.SVG.GET.string()
RGraph.SVG.GET.json()
RGraph.SVG.GET.array()

The RGraph.GET.json() function is most useful in my opinion as it allows you to import an entire JavaScript object which can contain multiple things - for example both data and labels. You should be aware, though, that if not properly encoded JSON can interfere with SEO efforts. You can read more about the query string functions on this page. There are a few other changes that you can read about on the changelog page.

You can download the software from the download page:

https://www.rgraph.net/download

RGraph version 6.05

14 Nov 10:07
Compare
Choose a tag to compare

RGraph version 6.05 is now available! In this release, both the SVG and canvas versions of the Semi-circular Progress meter have had some attention and they now both support multiple values and scales. The canvas Line chart angled labels HOWTO has now been added as a core feature (ie it's now part of the Line chart) so it's much easier to implement on your own charts.

You can download the software here (on GitHub) or from the RGraph website:

https://www.rgraph.net/changelog.html

RGraph version 6.04

16 Oct 09:43
Compare
Choose a tag to compare

Hot on the heels of version 6.03 - version 6.04 is now available! There's only one change in this release - the default tooltip effect for canvas charts has been changed to the new "slide" effect.

As the name suggests, this, like the SVG tooltips, slides the tooltip into position instead of fading in. If showing the first tooltip on the page the sliding motion originates from the top left corner of the page and if this isn't the first tooltip to be shown it will slide into the new position from the position of the previous tooltip.

You can download the software here (on GitHub) or from the RGraph website:

https://www.rgraph.net/download.html

RGraph version 6.03

02 Oct 13:23
Compare
Choose a tag to compare

This new release of RGraph introduces the HTML table import utility for both canvas and SVG charts. As the name suggests, this allows you to fetch data from an HTML table that's on the page.

This could save you having to output your data (from your server-side scripts) in multiple different formats. Other changes that are in this release can be found in the changelog:

https://www.rgraph.net/changelog.html

And you can download the software here (on GitHub) or from the RGraph website:

https://www.rgraph.net/download.html

RGraph version 6.02

22 Aug 11:34
Compare
Choose a tag to compare

This version comes a little earlier than I was planning but Googles update to v4 of the Sheets API has forced my hand. The Sheets connector wasn't working any longer so I had to update it (all three copies!) and there's also a few other minor things that you an read about on the changelog page ( https://www.rgraph.net/changelog.html ). You can download RGraph as usual from the download page: https://www.rgraph.net/download.html

RGraph version 6.01

14 Jul 16:49
Compare
Choose a tag to compare

You can read the full list of changes on the changelog page of the website ( https://www.rgraph.net/changelog.html ). This is a minor release so there's no ground-breaking changes that are worthy of mention. But the changes that are included are definitely worth noting so by all means take a read!

RGraph version 6.00

10 Apr 09:52
Compare
Choose a tag to compare

This is version 6.00 of RGraph. For more information see the RGraph changelog:

https://www.rgraph.net/changelog.html

And get it from the download page:

https://www.rgraph.net/download.html#stable

RGraph version 5.28

04 Apr 10:42
Compare
Choose a tag to compare

This is version 5.28 of RGraph. For more information see the RGraph download page:

https://www.rgraph.net/download.html#stable