We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dv-digital-flop
series: [ { type: "gauge", startAngle: -Math.PI / 2, endAngle: Math.PI * 1.5, arcLineWidth: 10, data: [ { name: "itemA", value: percent, gradient: ["#03c2fd", "#1ed3e5", "#2fded6"] } ], axisLabel: { show: false }, axisTick: { show: false }, pointer: { show: false }, dataItemStyle: { lineCap: "round" }, details: { show: true, formatter: "{value}%", style: { fill: "#1ed3e5", fontSize: 36 } } } ]
value: percent, percent为0是也不显示数字0
The text was updated successfully, but these errors were encountered:
同问,也是碰到这个问题了
Sorry, something went wrong.
已修复,升级至v2.9.3即可,参见v2.9.3
v2.9.3
No branches or pull requests
Bug report
出现Bug的组件?
dv-digital-flop
组件配置数据?
控制台错误输出?
期望情况?
实际情况?
其他相关信息
2.9.2
刚发现 图表里面的仪表盘也不显示 0
series: [ { type: "gauge", startAngle: -Math.PI / 2, endAngle: Math.PI * 1.5, arcLineWidth: 10, data: [ { name: "itemA", value: percent, gradient: ["#03c2fd", "#1ed3e5", "#2fded6"] } ], axisLabel: { show: false }, axisTick: { show: false }, pointer: { show: false }, dataItemStyle: { lineCap: "round" }, details: { show: true, formatter: "{value}%", style: { fill: "#1ed3e5", fontSize: 36 } } } ]
value: percent, percent为0是也不显示数字0
The text was updated successfully, but these errors were encountered: