feat(chart): support explicit nice x domains
Some checks failed
Package component / package (push) Failing after 3s

This commit is contained in:
李启源
2026-08-13 21:51:49 +08:00
parent e940e0af1d
commit 81f36bde71
16 changed files with 265 additions and 15 deletions

View File

@@ -16,6 +16,7 @@ const props = withDefaults(defineProps<WaveformChartProps>(), {
zoomable: true,
pannable: false,
minVisiblePoints: 0,
xDomainStrategy: () => ({ type: 'data' }),
timeUnit: 'ms',
frameNumber: undefined,
annotations: () => [],