MCPcopy Index your code
hub / github.com/ChartGPU/ChartGPU / hasSliderDataZoom

Function hasSliderDataZoom

src/config/OptionResolver.ts:985–986  ·  view source on GitHub ↗
(options: ChartGPUOptions)

Source from the content-addressed store, hash-verified

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

Callers 1

resolveOptionsForChartFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected