asciimoo / cssplot

Pure CSS charts
https://asciimoo.github.io/cssplot
Other
782 stars 46 forks source link

Feature Request: Add labels for X and Y axes #3

Closed LarryBattle closed 7 years ago

LarryBattle commented 10 years ago

Any chance of adding support for labeling the X and Y axes?

jamesbriggs commented 7 years ago

As a work-around, you can use table colspan and rowspan to easily add chart labels and titles surrounding the cssplot div.

Thanks, James.

LarryBattle commented 7 years ago

Cool.