Bookmark and share:
Bookmark with delicious tweet this site

RGraph: HTML5 canvas graph library - In-graph labels


This page shows the various options for in-graph labels. The in-graph labels can be set like this:

obj.Set('chart.labels.ingraph', [,,'Hoolio',,'Olga']);

Or like this if you want to be more specific:

obj.Set('chart.labels.ingraph', [,,['Hoolio', 'red', 'yellow', -1, 60],,'Olga']);

The array can consist of:

Example line chart

[No canvas support]

Example bar chart

[No canvas support]

Example bar chart (arrow variant)

[No canvas support]

Example bar chart (dot variant)

[No canvas support]