hrbrmstr / taucharts

:bar_chart: An R htmlwidget interface to the TauCharts javascript library
http://rpubs.com/hrbrmstr/taucharts
Other
65 stars 12 forks source link

Themes do not work for facet plots #41

Closed jeremiahpslewis closed 3 years ago

jeremiahpslewis commented 9 years ago

Custom themes add css classes which target tau-fill-, but facet grid color classes are color20-. It isn't clear to me why the taucharts widgets create tau-fill classes, when all tauCharts library examples (facet or otherwise) seem to create color labeled classes. Is this because the embedded version of taucharts is out of date?