Charts - Radial Lines
Use radial line charts to show trends along periodic values.
Radial grid
Similarly to the ChartsGrid we provide a ChartsRadialGrid for radial coordinates
<Unstable_ChartsRadialDataProvider
rotationAxis={[{
startAngle: -90,
endAngle: 90,
tickNumber: 10,
}]}
radiusAxis={[{
minRadius: 30,
maxRadius: 150,
tickNumber: 10,
}]}
>
<Unstable_ChartsRadialGrid rotation radius />
</Unstable_ChartsRadialDataProvider>Playground
API
See the documentation below for a complete reference to all of the props and classes available to the components mentioned here.