zhitan-cloud
2025-02-13 e0aff93a20b944c5cb763662d777a0dd73f0c195
zhitan-vue/src/views/costAnalysis/cost-trend-analysis.vue
@@ -64,6 +64,12 @@
                          {
                            name: item.costLabel,
                            data: item.costValueList,
                            markPoint: {
                              data: [
                                { type: 'max', name: 'Max' },
                                { type: 'min', name: 'Min' },
                              ],
                            },
                          },
                        ],
                      }"
@@ -87,6 +93,12 @@
                            name: item.accumulationLabel,
                            color: '#19be6b',
                            data: item.accumulationValueList,
                            markPoint: {
                              data: [
                                { type: 'max', name: 'Max' },
                                { type: 'min', name: 'Min' },
                              ],
                            },
                          },
                        ],
                      }"