MCPcopy Create free account
hub / github.com/apache/echarts / isTimeScale

Function isTimeScale

src/scale/helper.ts:76–78  ·  view source on GitHub ↗
(scale: Scale)

Source from the content-addressed store, hash-verified

74}
75
76export function isTimeScale(scale: Scale): scale is TimeScale {
77 return scale.type === 'time';
78}
79
80export function isLogScale(scale: Scale): scale is LogScale {
81 return scale.type === 'log';

Callers 6

dealFunction · 0.90
formatLabelFunction · 0.90
calculateDataWindowMethod · 0.90
scaleCalcNice2Function · 0.90
constructorMethod · 0.90
isIntervalOrTimeScaleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected