Press Enter to start editing
Press Enter to start editing
Press Enter to start editing
AreaChartFillByValue
To display multiple colors in the area you can specify a gradient to fill the area (the same method can be applied on other SVG components).
You can pass this gradient definition as a children of the <LineChart />
and use sx
to override the area fill
property.
To do so you will need to use the <linearGradient />
and <stop />
SVG elements.
The first part is to get the SVG total height.
Which can be done with the useDrawingArea
hook.
It's useful to define the <linearGradient />
as a vector that goes from the top to the bottom of our SVG container.
Then to define where the gradient should switch from one color to another, you can use the useYScale
hook to get the y coordinate of value 0.