feat(chart): add presentation mode
Some checks failed
Package component / package (push) Failing after 50s
Some checks failed
Package component / package (push) Failing after 50s
This commit is contained in:
@@ -26,6 +26,7 @@ const props = withDefaults(defineProps<WaveformChartProps>(), {
|
||||
legend: () => ({ position: 'top-right', orientation: 'auto' }),
|
||||
defaultHiddenSeriesIds: () => [],
|
||||
cleanView: false,
|
||||
presentationMode: false,
|
||||
zeroLine: () => ({ visible: false }),
|
||||
})
|
||||
const emit = defineEmits<WaveformChartEmit>()
|
||||
|
||||
Reference in New Issue
Block a user