(options: ChartGPUOptions)
| 983 | * @returns True if slider dataZoom exists |
| 984 | */ |
| 985 | const hasSliderDataZoom = (options: ChartGPUOptions): boolean => |
| 986 | options.dataZoom?.some((z) => z?.type === 'slider') ?? false; |
| 987 | |
| 988 | /** |
| 989 | * Resolves chart options with slider bottom-space reservation. |
no outgoing calls
no test coverage detected