redpandatronicsuk / arty-charty

React Native plugin for rendering charts using ART
MIT License
43 stars 7 forks source link

Fix width #3

Closed lprhodes closed 7 years ago

lprhodes commented 7 years ago

Hi - how do you go about specifying a fixed width for the chart. I'm working with the spline charts and at the moment the width it dynamic based on the data points but ideally it would be a fixed width and the points would spread accordingly.

redpandatronicsuk commented 7 years ago

Sorry for getting back so late, completely missed this. At the moment graphs are always full width. I'll add a width parameter in the next update. I've been busy with other projects lately, I hope I can get that update out in the next few days.

redpandatronicsuk commented 7 years ago

I added a width parameter to the ArtyCharty component now. If you update, make sure you read the new installation instructions. We use react-native-svg now instead of ART, so make sure you have react-native-svg installed.

redpandatronicsuk commented 7 years ago

I suppose it works and will close the issue now.