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

index

parent dfe049c0
Pipeline #124 canceled with stages
<!-- <!--
* @Author:rjt * @Author:rjt
* @Date: 2021-04-25 17:01:58 * @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 * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \wxcdemo\index.html * @FilePath: \wxcdemo\index.html
...@@ -889,7 +889,7 @@ ...@@ -889,7 +889,7 @@
var option; var option;
option = { option = {
title: { title: {
text: '规模(亿)', text: '产能利用率',
left: 'center', left: 'center',
textStyle: { textStyle: {
color:"#ffffff", color:"#ffffff",
...@@ -905,9 +905,9 @@ ...@@ -905,9 +905,9 @@
// endAngle: 0, // endAngle: 0,
center: ['50%', '55%'], //边距 center: ['50%', '55%'], //边距
radius: '88%', radius: '88%',
splitNumber: 4, splitNumber: 5,
min: 0, min: 0,
max: 40000, max: 100,
axisLine: { axisLine: {
lineStyle: { lineStyle: {
width: 10, width: 10,
...@@ -938,7 +938,7 @@ ...@@ -938,7 +938,7 @@
color: 'auto' color: 'auto'
}, },
data: [{ 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