feat(chart): refine viewport interaction and rendering

This commit is contained in:
liqiyuan
2026-08-08 10:43:39 +08:00
parent 7646bf4907
commit 9b42e3797b
21 changed files with 838 additions and 325 deletions

View File

@@ -31,7 +31,10 @@
"typecheck": "vue-tsc -b",
"check:file-length": "node scripts/check-file-length.mjs",
"lint": "eslint . --max-warnings=0",
"lint:oxlint": "oxlint . --deny-warnings",
"lint:all": "pnpm lint:oxlint && pnpm lint",
"format": "prettier --write .",
"format:check": "prettier --check .",
"test": "vitest run",
"test:coverage": "vitest run --coverage"
},
@@ -57,6 +60,7 @@
"eslint-plugin-vue": "10.9.2",
"globals": "17.7.0",
"jsdom": "29.1.1",
"oxlint": "1.77.0",
"prettier": "3.9.5",
"typescript": "~6.0.0",
"typescript-eslint": "8.64.0",