Open szydan opened 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
As a work-around, you can use table colspan and rowspan to easily add chart labels and titles surrounding the cssplot div.
Thanks, James.
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