feat(chart): support explicit nice x domains
Some checks failed
Package component / package (push) Failing after 3s
Some checks failed
Package component / package (push) Failing after 3s
This commit is contained in:
@@ -16,6 +16,7 @@ const props = withDefaults(defineProps<WaveformChartProps>(), {
|
||||
zoomable: true,
|
||||
pannable: false,
|
||||
minVisiblePoints: 0,
|
||||
xDomainStrategy: () => ({ type: 'data' }),
|
||||
timeUnit: 'ms',
|
||||
frameNumber: undefined,
|
||||
annotations: () => [],
|
||||
|
||||
Reference in New Issue
Block a user