Jpadilla1 / react-native-ios-charts

Bringing iOS Charts to React Native
MIT License
587 stars 66 forks source link

Chart Zooms when clicked #47

Closed EngineerDiab closed 8 years ago

EngineerDiab commented 8 years ago

At the moment when I click on the chart in the iOS simulator, the chart can zoom in infinitely.

Is there a way to disable interaction with the chart. Or disable zooming specifically.

Jpadilla1 commented 8 years ago

Did you try setting these props? https://github.com/Jpadilla1/react-native-ios-charts/blob/master/utils/commonProps.js#L141-L142

Sorry for not having documentation to make this clearer.

EngineerDiab commented 8 years ago

@Jpadilla1

Thanks a ton, that's exactly it