ONSvisual / Simple-charts

Simple responsive charts
17 stars 12 forks source link

Refactor stacked bar to use css var #13

Closed henryjameslau closed 5 years ago

henryjameslau commented 5 years ago

Add in css var for the colours so it's easier to change.

e.g.

:root{
--bar1:#607D8B;
}

.bar-0{fill:var(--bar1)}
henryjameslau commented 5 years ago

See https://bl.ocks.org/susielu/23dc3082669ee026c552b85081d90976 for example

JureStabuc commented 5 years ago

With d3.stack I switched choosing colours from css to the config.

JureStabuc commented 5 years ago

Also the legend now chooses background colours from the same colour palette in config