100pah / echarts-simple-transform

Apache License 2.0
11 stars 9 forks source link

how to use this with echarts-for-react #7

Open tytx opened 1 year ago

tytx commented 1 year ago

Hello is this able to be integrated with echarts-for-react? i.e. how to "registertransform"?

tyuen commented 1 year ago

//App.js import { registerTransform } from "echarts"; import { aggregate } from "echarts-simple-transform";

registerTransform(aggregate);