go-chart/_examples/custom_stylesheets
Justin Kromlinger 59451fbeb4 Add type classes on class output (#106)
* Add type classes on class output

Without this it is quite difficult to differentiate between fill and
stroke elements, f.e. with basic charts with fillings or legends
generally:
`svg path:nth-last-of-type(2).legend`

Text elements needed to be accessed with text.classname which
isn't really best practise.

This way they can be accessed easier:
`svg .legend.fill`

* Add type classes to examples

* Fix import in custom_stylesheets example
2019-02-19 10:51:41 -08:00
..
inlineOutput.svg Add ability to set custom stylesheets for SVG renderer (#105) 2018-10-12 09:43:30 -07:00
main.go Add type classes on class output (#106) 2019-02-19 10:51:41 -08:00