MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / mayLabelDimType

Function mayLabelDimType

libs/echarts/echarts.simple.js:29854–29858  ·  view source on GitHub ↗
(dimType)

Source from the content-addressed store, hash-verified

29852}
29853
29854function mayLabelDimType(dimType) {
29855 // In most cases, ordinal and time do not suitable for label.
29856 // Ordinal info can be displayed on axis. Time is too long.
29857 return !(dimType === 'ordinal' || dimType === 'time');
29858}
29859
29860// function findTheLastDimMayLabel(data) {
29861// // Get last value dim

Callers 1

summarizeDimensionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected