javascript - Adding x-axis and y-axis to barchart in gRaphael? -
i want create barchart using graphael javascript library. graphael support labeled axes?
i see axis although without labels in example. think can add text desired position using raphael function text().
var t = paper.text(50, 50, "x label");
Comments
Post a Comment