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

```js var option = { series: [{ type: 'liquidFill', data: [-2.33] }] }; ``` **result:** ![lark20190222-140553](https://user-images.githubusercontent.com/10388933/53223077-1d46d680-36ab-11e9-9ddf-87c3245f5031.png) ays, when the value is less than 0, it'd be better to just show...

enhancement

引入精简版的echarts报错,至少要是echarts common版本: echarts版本:4.2.0-rc.2 echarts-liquidfill版本:2.0.3 **Uncaught (in promise) TypeError: Cannot read property 'parsePercent' of undefined** 多尝试了几下:引入echarts.simple 3.7.0不报错,之后的版本都会报错

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

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

我在vue2项目中使用动态水滴图,发现占用CPU和GPU资源过大,浏览器卡顿,但是不想使用静态的水滴图,我应该如何做? ``` var option = { series: [{ type: 'liquidFill', radius: '80%', shape: 'circle', data: [ { 'name': 'XXX', 'value': cpuTimeRemainingRate }, 0.5, ], amplitude: '5%', outline: { itemStyle: {...

因为ui设计,需要将水球的层级设置高一点。 现在水球层级低,被其他元素覆盖了

![image](https://github.com/ecomfe/echarts-liquidfill/assets/50825076/448f4dac-74ab-4e4c-a833-2c0c56f5b224)

I'm using liquidFill chart in Grafana as part of The following data comes from the same data source, however the liquidFill chart only appears to show whole numbers. Is there...

无法修改字体斜体或其他未提供样式