Giter Club home page Giter Club logo

Comments (7)

zhiqingchen avatar zhiqingchen commented on May 17, 2024

#13 (comment)

from react-native-echarts.

zhiqingchen avatar zhiqingchen commented on May 17, 2024

https://wuba.github.io/wrn-echarts/docs/advanced-guides/import-individually

for 0.1.4

from react-native-echarts.

surethink avatar surethink commented on May 17, 2024

thanks for your reply. it works.

I use GraphChart to render about 20 more items with avatar image on ios simulator and the chart showed out successfully. but I found the screen was stuck at some time, app became slow after that, even slower than my web view based solution. I'm not sure what happened, can you give me some advice?

just follow the example code, everything is the same except the chart type and data source

import SvgChart, { SVGRenderer } from 'wrn-echarts/lib/module/svgChart';
import * as echarts from 'echarts/core';
import {GraphChart} from 'echarts/charts';

// register extensions
echarts.use([
GraphChart,
SVGRenderer,
])

from react-native-echarts.

zhiqingchen avatar zhiqingchen commented on May 17, 2024

There are still some known issues with this project, so you can download the APP to experience it before you start.

from react-native-echarts.

zhiqingchen avatar zhiqingchen commented on May 17, 2024

Since this issue has been fixed, this issue will be closed and if there are other issues, feel free to open a new issue

from react-native-echarts.

NguyenHoangMinhkkkk avatar NguyenHoangMinhkkkk commented on May 17, 2024

i'm already install RNSvg, then install @wuba/react-native-echarts, but seem like it require Skia even when i don't import anything relative with Skia

Screenshot 2023-04-14 at 08 44 39

from react-native-echarts.

zhiqingchen avatar zhiqingchen commented on May 17, 2024

hi @NguyenHoangMinhkkkk have you try

import SvgChart, { SVGRenderer } from '@wuba/react-native-echarts/svgChart';

from react-native-echarts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.