echarts-for-react
echarts-for-react copied to clipboard
⛳️ Apache ECharts components for React wrapper. 一个简单的 Apache echarts 的 React 封装。
The ReactEcharts library is causing memory leaks. During Dev mode, while I am on the same page and constantly refreshing after changes, in about a few hours, I get a...
Hey guys, any plans to upgrade the eCharts package to v5.4?
can this library be used with https://www.npmjs.com/package/echarts-simple-transform for data aggregation? how to "echarts.registerTransform(ecSimpleTransform.aggregate);"?
Regarding to [next-transpile-modules](https://www.npmjs.com/package/next-transpile-modules) package description on npm and [docs](https://nextjs.org/docs/advanced-features/compiler#module-transpilation) on Next.js, need to updated code transpilation for Next.js 13.1 or higher in readme file. Created a [PR528](https://github.com/hustcc/echarts-for-react/pull/528) for this change....
这个在nextjs搭建的react服务会出现这样的问题,普通的脚手架搭建的服务不会出现这个问题,快点看一下,这个啥原因啊
As the `next-transpile-modules` is deprecated, this PR is to add doc for Next.js 13 native code transpilation `transpilePackages`. Ref: https://beta.nextjs.org/docs/api-reference/next.config.js#transpilepackages
onEvents brush function is unable to pass props to other components. I have an onEvent listener which takes the coordinate range of the chart and pass it into another component....
I am working on a react project where the dashboard page has 3 data "total_session", "session_attend", "total_hours_spend" so the issue is : "total_session" = 5 "session_attend" = 4 "total_hours_spend" =...
使用热力图'heatmap'时,xAxis,yAxis的type必须为'category',否则控制台会报 Heatmap on cartesian must have two category axes, 但echarts的官网demo里,可以将xAxis,yAxis的type手动调整成'value',是没有问题的,文档里也没有强制要求type必须为'category'
# What? Hi, we're using this package and when we unmount the component that is using it we get this warning. Looks related with `size-sensor` not having `ResizeObserver` defined when...