Kilian / grafico

JavaScript and SVG charting library based on Raphael
http://grafico.kilianvalkhof.com
MIT License
144 stars 13 forks source link

[feature request] Labeling the graphs' x and y axis #15

Open jeroendeswaef opened 14 years ago

jeroendeswaef commented 14 years ago

It would be nice if one could add a label to explain the meaning of the values on the X and Y axis. Using vertical_label_unit seems to clutter the chart a bit.

Kilian commented 14 years ago

I think this might be better done with positioned html elements. let me think about it.