feat(chart): add series styling and visibility controls

This commit is contained in:
李启源
2026-07-20 17:57:52 +08:00
parent c9e4dae25f
commit efb685646a
31 changed files with 2356 additions and 209 deletions

View File

@@ -5,6 +5,12 @@ import { defineConfig } from 'vitest/config'
export default defineConfig({
plugins: [vue()],
server: {
host: '0.0.0.0',
},
preview: {
host: '0.0.0.0',
},
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)),