react-native-ios-charts icon indicating copy to clipboard operation
react-native-ios-charts copied to clipboard

Bringing iOS Charts to React Native

Results 30 react-native-ios-charts issues
Sort by recently updated
recently updated
newest added

I encounter error with below versions, __package.json__ ``` "react-native-ios-charts": "^0.3.0", ``` __Podfile__ ``` platform :ios, '8.0' use_frameworks! target 'TapDB' do pod 'SwiftyJSON', git: 'https://github.com/SwiftyJSON/SwiftyJSON.git' pod 'Charts', git: 'https://github.com/liuxuan30/Charts.git', branch: 'Swift-3.0'...

The app crashes on [this line](https://github.com/Jpadilla1/react-native-ios-charts/blob/0.3.0/RNiOSCharts/chartDataHelpers.swift#L40) when colors are given in hex code format. When given in rgba, it works fine. A little surprising because other charts(I tested with Pie...

Allow setting `extraOffset` in the React Native config which maps to the `setExtraOffsets` native function.

Allow setting `extraOffset` in the React Native config which maps to the `setExtraOffsets` native function.

Hi, I've added drawMarkers: true to my chart view but it seems like ChartMarker not working? ``` render() { const config = { dataSets: [{ values: [1000, 1100, 1205], colors:...

hi, thanks for your smart chart in react-native js side, it's cool and convenient. I want to get x axis and y axis value when I interact with chart component,...

Hi, I am new to iOS developement and I am not sure how to install this library correctly. I am using XCode 8.0 Mac OS X Sierra and React-Native 0.35.0....

I tried to follow the steps as listed. However there is something wrong with the Podfile proposed. `pod 'Charts', git: 'https://github.com/danielgindi/Charts.git', branch: 'Chart2.2.5-Swift3.0'` branch Chart2.2.5-Swift3.0 doesn't exist. What branch should...

I follow the latest `README.md` prompt to install the edge version of our smart `react-native-ios-charts`. with all step finishing I try to build my project but I find that many...

As you all may have noticed, I haven't been as active in this repo as before and I'm sorry. This issue has the sole purpose of calling maintainers that are...