Commit 006f960c authored by 任金涛's avatar 任金涛

index

parent dfe049c0
Pipeline #124 canceled with stages
<!--
* @Author:rjt
* @Date: 2021-04-25 17:01:58
* @LastEditTime: 2021-04-27 10:13:50
* @LastEditTime: 2021-04-27 10:21:39
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \wxcdemo\index.html
......@@ -889,7 +889,7 @@
var option;
option = {
title: {
text: '规模(亿)',
text: '产能利用率',
left: 'center',
textStyle: {
color:"#ffffff",
......@@ -905,9 +905,9 @@
// endAngle: 0,
center: ['50%', '55%'], //边距
radius: '88%',
splitNumber: 4,
splitNumber: 5,
min: 0,
max: 40000,
max: 100,
axisLine: {
lineStyle: {
width: 10,
......@@ -938,7 +938,7 @@
color: 'auto'
},
data: [{
value: 14199
value: 28
}]
}]
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment