go-chart/_examples
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
..
annotations Helper API refactor (#40) 2017-05-12 17:12:23 -07:00
axes unification of sample and test coding styles will improve visibility (#67) 2018-10-11 17:20:44 -07:00
axes_labels Helper API refactor (#40) 2017-05-12 17:12:23 -07:00
bar_chart unification of sample and test coding styles will improve visibility (#67) 2018-10-11 17:20:44 -07:00
bar_chart_base_value Added BaseValue funtionality to bar chart (#94) 2018-09-05 08:44:49 -07:00
basic Helper API refactor (#40) 2017-05-12 17:12:23 -07:00
benchmark_line_charts Helper API refactor (#40) 2017-05-12 17:12:23 -07:00
css_classes Add type classes on class output (#106) 2019-02-19 10:51:41 -08:00
custom_formatters unification of sample and test coding styles will improve visibility (#67) 2018-10-11 17:20:44 -07:00
custom_padding unification of sample and test coding styles will improve visibility (#67) 2018-10-11 17:20:44 -07:00
custom_ranges unification of sample and test coding styles will improve visibility (#67) 2018-10-11 17:20:44 -07:00
custom_styles adding output for examples. 2016-08-08 11:03:12 -07:00
custom_stylesheets Add type classes on class output (#106) 2019-02-19 10:51:41 -08:00
custom_ticks unification of sample and test coding styles will improve visibility (#67) 2018-10-11 17:20:44 -07:00
descending unification of sample and test coding styles will improve visibility (#67) 2018-10-11 17:20:44 -07:00
image_writer image collector. 2016-08-27 14:23:55 -07:00
legend unification of sample and test coding styles will improve visibility (#67) 2018-10-11 17:20:44 -07:00
legend_left unification of sample and test coding styles will improve visibility (#67) 2018-10-11 17:20:44 -07:00
linear_regression Fix func name typo in examples (#91) 2018-09-05 08:45:45 -07:00
min_max fixing issues 2018-09-07 15:25:58 -07:00
pie_chart fix for issues/56 2017-10-12 13:29:55 -07:00
poly_regression Fix func name typo in examples (#91) 2018-09-05 08:45:45 -07:00
request_timings unification of sample and test coding styles will improve visibility (#67) 2018-10-11 17:20:44 -07:00
rerender adds a rerender example 2018-10-11 17:18:46 -07:00
scatter unification of sample and test coding styles will improve visibility (#67) 2018-10-11 17:20:44 -07:00
simple_moving_average Helper API refactor (#40) 2017-05-12 17:12:23 -07:00
stacked_bar unification of sample and test coding styles will improve visibility (#67) 2018-10-11 17:20:44 -07:00
stock_analysis unification of sample and test coding styles will improve visibility (#67) 2018-10-11 17:20:44 -07:00
text_rotation Helper API refactor (#40) 2017-05-12 17:12:23 -07:00
timeseries unification of sample and test coding styles will improve visibility (#67) 2018-10-11 17:20:44 -07:00
twoaxis unification of sample and test coding styles will improve visibility (#67) 2018-10-11 17:20:44 -07:00
twopoint unification of sample and test coding styles will improve visibility (#67) 2018-10-11 17:20:44 -07:00