echarts-liquidfill icon indicating copy to clipboard operation
echarts-liquidfill copied to clipboard

Liquid Fill Chart for Apache ECharts

Results 53 echarts-liquidfill issues
Sort by recently updated
recently updated
newest added

在vue2中使用echarts5,版本如下。 "echarts": "^5.1.0", "echarts-liquidfill": "^3.0.0", "vue": "^2.5.2"。 组件内引入方式为 import * as echarts from 'echarts'; import 'echarts-liquidfill'; 错误提示: [ECharts] Unkown series liquidFill。

setOption(value) { const option = { series: [{ type: 'liquidFill', data: [{ value: 0.95, amplitude: '4.5%', //波浪幅度 direction: 'left', //方向 waveLength: '160%', //波浪大小 radius: '100%', //半径 itemStyle: { color: {...

请问,有人在uiapp里面使用这个插件吗,有的话麻烦指点我一下

fontSize: 30 2560屏幕展示效果: ![image](https://user-images.githubusercontent.com/42018447/145765854-34938399-dd42-4892-af88-7cb3e2f804f0.png) 1280屏幕展示效果: ![image](https://user-images.githubusercontent.com/42018447/145765903-6286b9f8-3984-425f-92c8-0d358b56b6fa.png)

``` ReferenceError: self is not defined at Object. (/home/nn/github/nextV/node_modules/echarts-liquidfill/dist/echarts-liquidfill.js:10:4) ``` "echarts": "5.1.0", "echarts-for-react": "^3.0.1", "echarts-gl": "^2.0.8", "echarts-liquidfill": "3.1.0",

```js var option = { series: [{ type: 'liquidFill', data: [0.6] }] }; ```

```js var option = { series: [ { name: '水波图', radius: '100%', center: ['50%', '50%'], // 波浪的颜色 color: ['red', '#02fffe', 'yellow'], // 外边框的设置 outline: { show: false, borderDistance: 0, itemStyle:...

![image](https://user-images.githubusercontent.com/32830366/142594633-bda4049a-3b0f-4a3b-89c5-880ce6560e05.png) ``` const option = { series: [ { type: 'liquidFill', color: [color1, color2], data: [0.6, 0.6], name: 'Liquid Fill', backgroundStyle: { color: '#ffffff' }, itemStyle: { shadowBlur: 0 },...

只有背景色发生了改变,图标本身的颜色没有根据theme更改

```js var option = { series: [{ type: 'liquidFill', data: [0.6] }] }; ```