add candlestick chart for account balance trends

This commit is contained in:
MaysWind
2025-08-05 23:29:49 +08:00
parent 0d55912f6c
commit 7283b724b1
24 changed files with 292 additions and 64 deletions
+2 -1
View File
@@ -52,7 +52,7 @@ import 'vuetify/styles';
import * as echarts from 'echarts/core';
import { CanvasRenderer } from 'echarts/renderers';
import { LineChart, BarChart, PieChart } from 'echarts/charts';
import { LineChart, BarChart, PieChart, CandlestickChart } from 'echarts/charts';
import {
GridComponent,
TooltipComponent,
@@ -487,6 +487,7 @@ echarts.use([
LineChart,
BarChart,
PieChart,
CandlestickChart,
GridComponent,
TooltipComponent,
LegendComponent