wuxudong

Results 55 comments of wuxudong

I extended https://github.com/Jpadilla1/react-native-ios-charts. Now it support both android and iOS. You can find it here https://github.com/wuxudong/react-native-charts-wrapper

you can find 'adb push', 'adb install' at https://github.com/wuxudong/flashbot that is based on adblib.

I got your meanings. Thanks a lot. Is there any java implementation of adb file-sync protocol (adb push/pull) ? I can't find one.

disable highlightFullBarEnabled ? BarChart.propTypes = { ...BarLineChartBase.propTypes, drawValueAboveBar: PropTypes.bool, drawBarShadow: PropTypes.bool, highlightFullBarEnabled: PropTypes.bool, data: barData }

Just filter your data, remove all invalid {x: n, y: null/empty} ?

Open Example->AxisLineChartScreen.js , then enable marker by adding ``` ``` The outcome is similar to the gif.

More details required. How it is build, from Xcode?

Check ``` valueFormatter: PropTypes.oneOfType([ PropTypes.oneOf(['largeValue', 'percent', 'date']), PropTypes.string, PropTypes.arrayOf(PropTypes.string) ]), ``` try largeValue