echarts-for-react icon indicating copy to clipboard operation
echarts-for-react copied to clipboard

⛳️ Apache ECharts components for React wrapper. 一个简单的 Apache echarts 的 React 封装。

Results 79 echarts-for-react issues
Sort by recently updated
recently updated
newest added

The title/label of toolbox items normally shows on hover of the icon and stays visible, until `mouseout` of the icon but when using a "dynamic" chart ([demo](https://git.hust.cc/echarts-for-react/examples/dynamic)) the title state...

Hi everyone, When I use the code below, height value passed as 'px' value not as "%". `` Packages are: `"echarts": "^5.4.2", "echarts-for-react": "^3.0.2"` Is there any workaround to manage...

版本是 "echarts-for-react": "^3.0.1", 接口挂掉会出现上面的报错,死循环的报错

I am trying to scroll the stackhorizontal bar chart when there are multiple labels are available under Yaxis. By scroll means I am trying to show five data and then...

Trying to `npm install` after cloning the repo. Getting the following error: ``` ❯ npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR!...

我的场景是让Echarts组件随着父容器的宽高变化而变化,所以设置了Echarts的style的宽高都是100%,但是这样一来测试发现即便是父容器的宽高发生了变化,但是Echarts组件并不会重新resize。 ```js // 这里的width, height可能会随着浏览器窗口的改变而改变 ```

比如说,加点击事件希望他点击再轴上才触发,原生写法如下。 ` chart.on('click', 'xAxis.category', function () {...}); ` echarts-for-react 没有地方可加

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, updated code transpilation for Next.js 13.1 or higher in readme file. > All features of next-transpile-modules are now natively...

I have a use case where I need the splitlines of a gauge chart to be the same color as the progress bar. Is there a way to access individual...