Commit 8a479b68 authored by xinzhedeai's avatar xinzhedeai

高区charts处理

parent dfee25df
......@@ -368,7 +368,7 @@
pointFormat:
'<tr><td class="toolTipHeader" style="color: {series.color};font-size:20px;">{series.name} ' +
"</td>" +
'<td style="text-align: left"><b>{point.y:.1f}万元</b></td></tr>',
'<td style="text-align: left"><b>{point.y:.2f}万元</b></td></tr>',
footerFormat: "</table>",
valueDecimals: 2,
},
......@@ -380,7 +380,7 @@
enabled: true,
color: "#FFFFFF",
align: "right",
format: "{point.y:.1f}", // :.1f 为保留 1 位小数
format: "{point.y:.2f}万", // :.1f 为保留 1 位小数
},
},
],
......@@ -560,7 +560,7 @@
pointFormat:
'<tr><td class="toolTipHeader" style="color: {series.color};font-size:20px;">{series.name} ' +
"</td>" +
'<td style="text-align: left"><b>{point.y:.1f}万元</b></td></tr>',
'<td style="text-align: left"><b>{point.y:.2f}万元</b></td></tr>',
footerFormat: "</table>",
valueDecimals: 2,
},
......@@ -572,7 +572,7 @@
enabled: true,
color: "#FFFFFF",
align: "right",
format: "{point.y:.1f}", // :.1f 为保留 1 位小数
format: "{point.y:.2f}", // :.1f 为保留 1 位小数
},
},
],
......@@ -1729,7 +1729,7 @@
font-family: SimHei;
font-weight: 400;
font-size: 0.24rem;
color: #fdbe17;
color: #fff;
background-image: url("~@/assets/images/dpNew/title2.png");
background-repeat: no-repeat;
......
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