This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch fix-type in repository https://gitbox.apache.org/repos/asf/echarts.git
commit 5966ad18f64cc8a7a6c0f6da058cad6ee04ed9ca Author: Ovilia <zwl.s...@gmail.com> AuthorDate: Thu Aug 7 14:21:29 2025 +0800 fix(dataZoom): handleLabel should be an optional type #21161 --- src/component/dataZoom/SliderZoomModel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/dataZoom/SliderZoomModel.ts b/src/component/dataZoom/SliderZoomModel.ts index 75c9d51ea..19f6fefa4 100644 --- a/src/component/dataZoom/SliderZoomModel.ts +++ b/src/component/dataZoom/SliderZoomModel.ts @@ -124,7 +124,7 @@ export interface SliderDataZoomOption extends DataZoomOption, BoxLayoutOptionMix brushStyle?: ItemStyleOption emphasis?: { - handleLabel: SliderHandleLabelOption + handleLabel?: SliderHandleLabelOption handleStyle?: ItemStyleOption moveHandleStyle?: ItemStyleOption }, --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org