- Migrated 4 components from ECharts to Chart.js: * MonthlyExpenseCard.vue (折线图) * DailyTrendChart.vue (双系列折线图) * ExpenseCategoryCard.vue (环形图) * BudgetChartAnalysis.vue (仪表盘 + 多种图表) - Removed all ECharts imports and environment variable switches - Unified all charts to use BaseChart.vue component - Build verified: pnpm build success ✓ - No echarts imports remaining ✓ Refs: openspec/changes/migrate-remaining-echarts-to-chartjs
6 lines
152 B
Plaintext
6 lines
152 B
Plaintext
# 开发环境配置
|
||
VITE_API_BASE_URL=http://localhost:5071/api
|
||
|
||
# 图表库选择:true 使用 Chart.js,false 使用 ECharts
|
||
VITE_USE_CHARTJS=true
|