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:
@@ -204,6 +204,7 @@ export function useWaveformChartLifecycle(context: LifecycleContext) {
|
||||
() => props.minVisiblePoints,
|
||||
() => props.initialXDomain,
|
||||
() => props.initialXDomains,
|
||||
() => props.xDomainStrategy,
|
||||
() => props.displayMode,
|
||||
() => chartTracks.value.length,
|
||||
currentPage,
|
||||
|
||||
Reference in New Issue
Block a user