feat(chart): add configurable chart presentation
Some checks failed
CI / verify (push) Failing after 1m31s
CI / verify (pull_request) Failing after 31s

This commit is contained in:
李启源
2026-07-20 14:07:43 +08:00
parent f535e9611a
commit dda75b5d13
24 changed files with 2242 additions and 201 deletions

View File

@@ -457,7 +457,7 @@ function handleSeriesChange(event: Event) {
display: flex;
justify-content: flex-end;
gap: 8px;
padding-top: 2px;
padding-top: 8px;
border-top: 1px solid #eaecf0;
}