React-vis: Responsive RadialChart "react-vis": "^1.7.7"

Created on 22 Sep 2017  路  2Comments  路  Source: uber/react-vis

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?

bug

Most helpful comment

What is the status of this issues? I think if XYPlot suppose nested, then this will be resolve

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

samhogg picture samhogg  路  4Comments

zavrick picture zavrick  路  4Comments

Falieson picture Falieson  路  3Comments

kbouaazzi-ds picture kbouaazzi-ds  路  3Comments

JayFields picture JayFields  路  5Comments