asciimoo/cssplot

Feature Request: Draw X and Y axes

Opened this issue · 1 comments

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

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

Thanks, James.