asciimoo / cssplot

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

Feature Request: Draw X and Y axes #4

Open szydan opened 10 years ago

szydan commented 10 years ago

There must be a way to draw X and Y axes in pure css ;-) Here a link to examples how to do triangles http://css-tricks.com/snippets/css/css-triangle/ Maybe a right and bottom borders on container + 2 triangles at the end would do it

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.