wuxudong

Results 55 comments of wuxudong

How to reproduce it ? Does it happen when initializing a new project ? or upgrading an existing one?

@macasfaj Are you upgrading an existing app? try update your ios/Podfile ``` pod 'RNCharts', :path => '../node_modules/react-native-charts-wrapper' ``` to ``` pod 'react-native-charts-wrapper', :path => '../node_modules/react-native-charts-wrapper' ``` then rebuild

It is not supported by MpAndroidChart yet. Related issue: https://github.com/PhilJay/MPAndroidChart/issues/803 https://github.com/danielgindi/Charts/issues/1066 Custom render is required, you can fork then write your own one.

@angelos3lex Could you please provide an example to show how to use this new feature? and why this feature [LiveUpdateProvider] is only applied to LineChart.js

That will be great. Fork and pull request are welcome.

It is ok to rewrite it using typescript if it is compatible to current javascript user.

Well, It may take me sometime, because I should learn typescript first. I will do it as soon as possible.

I don't quite understand. Why the value showed is rounded? Can you attach any screenshots and the config?