esnet / react-timeseries-charts

Declarative and modular timeseries charting components for React
http://software.es.net/react-timeseries-charts
Other
861 stars 284 forks source link

Fill in background on bar charts #363

Closed webchaz closed 5 years ago

webchaz commented 5 years ago

❔Question

Hello,

I have an example bar chart below and I'm wondering if there's a way to style the background color of each column. So for example, the bars that don't go all the way to the top, you would see a slight gray background instead of just the white.

Thank you!

screenshot 2019-01-30 23 56 25
pjm17971 commented 5 years ago

I guess add another bar stacked on top that makes up the difference, the style that how you want. There's no rendering in this area, so no style either.

webchaz commented 5 years ago

@pjm17971 Thank you, that works perfect.