Hey, i can't seem to get a RadialChart to be responsive using the same technique as i've used for an XYPlot. Can you help please?
const FlexibleRadialChart = makeWidthFlexible(RadialChart)
<Col xs={12} sm={12} md={12} lg={6}>
<FlexibleRadialChart
height={400}
innerRadius={130}
radius={140}
showLabels
data={_categories}
>
</FlexibleRadialChart>
</Col>
Am i missing something?
What is the status of this issues? I think if XYPlot suppose nested, then this will be resolve
I see that this is an issue from a year ago. Was there any resolution to this? I am having the exact issue with the same chart.
Most helpful comment
What is the status of this issues? I think if XYPlot suppose nested, then this will be resolve