wuba / react-native-echarts

📈 React Native ECharts Library: An awesome charting library for React Native, built upon Apache ECharts and leveraging react-native-svg and react-native-skia. Offers significantly better performance compared to WebView-based solutions.
https://wuba.github.io/react-native-echarts/
Apache License 2.0
762 stars 25 forks source link

2.x #193

Closed zhiqingchen closed 1 month ago

zhiqingchen commented 3 months ago

TODO LIST

Latest version: 2.0.0-canary.3

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 2.95699% with 361 lines in your changes missing coverage. Please review.

Project coverage is 40.78%. Comparing base (bce5504) to head (d5579b8). Report is 24 commits behind head on main.

Files with missing lines Patch % Lines
src/skia/graphic.tsx 0.91% 216 Missing :warning:
src/skia/painter.tsx 1.01% 98 Missing :warning:
src/skia/SkiaPathRebuilder.ts 0.00% 29 Missing :warning:
src/svg/svgChart.tsx 17.64% 14 Missing :warning:
src/skia/SkiaRenderer.ts 0.00% 2 Missing :warning:
src/skia/core.ts 0.00% 2 Missing :warning:

:exclamation: There is a different number of reports uploaded between BASE (bce5504) and HEAD (d5579b8). Click for more details.

HEAD has 1 upload less than BASE | Flag | BASE (bce5504) | HEAD (d5579b8) | |------|------|------| ||2|1|
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #193 +/- ## =========================================== - Coverage 96.33% 40.78% -55.56% =========================================== Files 12 17 +5 Lines 355 711 +356 Branches 94 206 +112 =========================================== - Hits 342 290 -52 - Misses 13 421 +408 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.