正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -117,14 +117,14 @@ export default { | @@ -117,14 +117,14 @@ export default { | ||
| 117 | this.usedmemory = echarts.init(this.$refs.usedmemory, "macarons"); | 117 | this.usedmemory = echarts.init(this.$refs.usedmemory, "macarons"); |
| 118 | this.usedmemory.setOption({ | 118 | this.usedmemory.setOption({ |
| 119 | tooltip: { | 119 | tooltip: { |
| 120 | - formatter: "{b} <br/>{a} : {c}M", | 120 | + formatter: "{b} <br/>{a} : {c}K", |
| 121 | }, | 121 | }, |
| 122 | series: [ | 122 | series: [ |
| 123 | { | 123 | { |
| 124 | name: "峰值", | 124 | name: "峰值", |
| 125 | type: "gauge", | 125 | type: "gauge", |
| 126 | detail: { | 126 | detail: { |
| 127 | - formatter: "{value}M", | 127 | + formatter: "{value}K", |
| 128 | }, | 128 | }, |
| 129 | data: [ | 129 | data: [ |
| 130 | { | 130 | { |
-
请 注册 或 登录 后发表评论