react-native-echarts-wrapper icon indicating copy to clipboard operation
react-native-echarts-wrapper copied to clipboard

📈Powerful React-Native ECharts Wrapper 📊

Results 46 react-native-echarts-wrapper issues
Sort by recently updated
recently updated
newest added

Its my first dispatchAction in echarts-wrapper which actually do nothing. I have no problems with "showTip", but "hideTip " is dead. According to docs it's realy simple: ``` chart.dispatchAction({ type:...

Thank you for this package. I'm having trouble to display all months name as label on x-Axis but Graph is displaying half of the labels. ## Current Behaviour Displaying (Jan,...

It was working fine on expo 35, but now on expo 36 the candlestick chart doesn't show.

I'm using react-native-echarts-wrapper 2.0.0 and react-native-webview 10.2.3 this issue appears after webview version update

Thank you for making this! I am having trouble setting a custom range for the y axis, when its type is a value. Can I set a custom range, e.g....

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

android scrollView 嵌套echarts,上下滑动过程中手势冲突

It's not possible to set backgroundColor as transparent or rgba(0,0,0,0.0). In my case I need to have a linear-gradient as background of the charts, if is not possible have linear...

enhancement

series: [ { name: 'mark', type: 'pie', radius: ['35%', '60%'], center: ['50%', '50%'], smooth: true, label: { normal: { show: false }, emphasis: { show: true, formatter: function (params: any)...