add trend in income and expense card in overview page

This commit is contained in:
MaysWind
2023-07-30 23:00:00 +08:00
parent 6cb7e4caf7
commit dea36d4b80
13 changed files with 462 additions and 20 deletions
+4 -1
View File
@@ -46,8 +46,9 @@ import 'vuetify/styles';
import * as echarts from 'echarts/core';
import { CanvasRenderer } from 'echarts/renderers';
import { PieChart } from 'echarts/charts';
import { BarChart, PieChart } from 'echarts/charts';
import {
GridComponent,
TooltipComponent,
LegendComponent,
} from 'echarts/components';
@@ -363,7 +364,9 @@ const vuetify = createVuetify({
echarts.use([
CanvasRenderer,
BarChart,
PieChart,
GridComponent,
TooltipComponent,
LegendComponent
]);