DataZoomEvent Type documentation¶DataZoomEvent¶Interface PropertiesautoZoomUpdate?: boolean¶rangeEnd: number¶rangeStart: number¶rangeType: AxisType¶requested?: DataZoomRange¶source?: string¶width?: number¶Types Documentation¶AxisType("value" | "category" | "time" | "log")¶Type alias DataZoomRange¶Interface Propertiesend?: number¶endValue?: (string | number | Date)¶start?: number¶startValue?: (string | number | Date)¶visibleWidth?: number¶ Except where otherwise noted, content on this site is licensed under MIT License.