Source/UBCS-WEB/src/components/StatisticsComponent/ColumnarChart.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Source/UBCS-WEB/src/components/StatisticsComponent/mixCart.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Source/UBCS-WEB/src/components/StatisticsComponent/ColumnarChart.vue
@@ -61,6 +61,7 @@ name: seriesName, type: "bar", stack: "总量", barWidth: 60, data: curSeriesData, label: { show: true, Source/UBCS-WEB/src/components/StatisticsComponent/mixCart.vue
@@ -86,6 +86,7 @@ type: index === 0 ? "bar" : "line", stack: index === 0 ? "总量" : null, data: data.map(value => ({value})), barWidth: 68, label: { show: true, position: "top"