Skip to content

Commit a3420d7

Browse files
authored
Merge pull request #21175 from apache/fix-type
fix(dataZoom): `handleLabel` should be an optional type
2 parents 2d0b35a + 5966ad1 commit a3420d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/component/dataZoom/SliderZoomModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export interface SliderDataZoomOption extends DataZoomOption, BoxLayoutOptionMix
124124
brushStyle?: ItemStyleOption
125125

126126
emphasis?: {
127-
handleLabel: SliderHandleLabelOption
127+
handleLabel?: SliderHandleLabelOption
128128
handleStyle?: ItemStyleOption
129129
moveHandleStyle?: ItemStyleOption
130130
},

0 commit comments

Comments
 (0)