refactor(chart): enforce 400-line source limit
Some checks failed
Package component / package (push) Failing after 4m19s

This commit is contained in:
liqiyuan
2026-07-27 15:05:13 +08:00
parent dcc27a88be
commit 082462cf67
61 changed files with 9682 additions and 8407 deletions

View File

@@ -22,8 +22,8 @@ export class ResizeObserverMock {
this.target = target
})
unobserve = vi.fn()
disconnect = vi.fn()
unobserve: () => void = vi.fn()
disconnect: () => void = vi.fn()
resize(width: number, height = 400) {
if (!this.target) return