react-timeseries-charts icon indicating copy to clipboard operation
react-timeseries-charts copied to clipboard

Styling LineChart

Open zouzarf opened this issue 6 years ago • 1 comments

Hi,

I wanted to know if it is possible to style a LineChart for each value , for example when it goes above the baseline , the line changes the color

Thanks

zouzarf avatar Jul 02 '19 11:07 zouzarf

hey! i don't think this is currently possible.

for each of the provided columns, LineChart renders a single <path> with a set style

https://github.com/esnet/react-timeseries-charts/blob/c36d4034fd219101be1e52d9240aeeff8c124c42/src/components/LineChart.js#L188

so i don't think you can style segments of the line based on their values.

brandly avatar Aug 24 '19 16:08 brandly