React-native-svg-charts: Charts not rendering

Created on 8 Jan 2018  路  2Comments  路  Source: JesperLekland/react-native-svg-charts

What is the problem?

Using various examples (I only tried AreaChart and LineChart) in Expo don't render.

Most helpful comment

Ok, I got it to work by adding the width style property (in addition to the height style property that is already there). All is well. Please update examples! Thanks!

All 2 comments

Ok, I got it to work by adding the width style property (in addition to the height style property that is already there). All is well. Please update examples! Thanks!

@hobbesdaboba The width should only be needed if placed in a parent with flexDirection: row, just the same as a regular View, in fact each chart is wrapped in regular View

Was this page helpful?
0 / 5 - 0 ratings