I am using graphael to draw barcharts for my data, and couldn't figure out how to give the bar charts a label.
var r = Raphael(element);
r.hbarchart(10, 20, 500, 220, barData, {colors:colors, type:'square'}).hover(fin, fout);
I am using graphael to draw barcharts for my data, and couldn't figure out how to give the bar charts a label.
var r = Raphael(element);
r.hbarchart(10, 20, 500, 220, barData, {colors:colors, type:'square'}).hover(fin, fout);
Copyright © 2021 Jogjafile Inc.
Call
labelon your chart object.