田源
2023-11-24 044671d7a31334ecdc7e33deb4fca724b70eb716
整合代码2
已修改2个文件
2 ■■■■■ 文件已修改
Source/UBCS-WEB/src/components/StatisticsComponent/ColumnarChart.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/components/StatisticsComponent/mixCart.vue 1 ●●●● 补丁 | 查看 | 原始文档 | 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"