Open alexfauquette opened 1 year ago
while this one is not ready, i think i will try react-charts-2 : https://react-chartjs-2.js.org/
Super excited about these, I have been relying on Echarts and Nivo, would love to simplify my code bases. Regarding Radar, would really appreciate if the area
of the radar can be implemented, below is one my my apps. The crucial features I love about Echarts are
Please let us know any updates of this :)
Yes please!!! upvote!!
very expected to go live 👍
Please coming soon.
Any idea on the go-live date? :)
Very excited on the radar charts!! Please make it happen.
Can you make the labels clickable and customizable? I tried to find a radar chart with customizable labels, but couldn't find one. Thanks.
Data format
<PolarAngleAxis dataKey="..." /> and a key per
indexBy: string
to select the angles labels. Andkeys: string[]
to select the values of each chartline
orarea
. You define aserie
per set of data you want to plot. And the radial aspect comes from the optionschart.polar: true
and thexAxis
MUI X Radar chart
https://mui.com/x/react-charts/radar/
Benchmarks