project/node_modules/echarts-liquidfill/.github/ISSUE_TEMPLATE.md

17 lines
318 B
Markdown
Raw Normal View History

2024-07-14 15:48:34 +08:00
<!--
Paste your code here if you have a specific question.
-->
```js
var option = {
series: [{
type: 'liquidFill',
data: [0.6]
}]
};
```
<!--
Fork http://gallery.echartsjs.com/editor.html?c=xr1XplzB4e and reproduce your
problem, and paste the URL here to help us understand your question.
-->