frappe / charts

Simple, responsive, modern SVG Charts with zero dependencies
https://frappe.io/charts
MIT License
14.9k stars 716 forks source link

Porting react native #327

Open batuhansahan opened 3 years ago

batuhansahan commented 3 years ago

I want to port this library to react-native where can i start is any tips in there? there is library called react-native-svg it will cover svg parts, i think.

scmmishra commented 3 years ago

The SVG pieces of charts is handled within the library, see ChartComponents.js and draw.js These two pieces are where most of rendering happens.

Each chart also has it's own constructor based on it's type, these handle data preprocessing, tooltips and general lifecycle stuff.