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

Function makeAutoCategoryInterval

libs/echarts/echarts.simple.js:38420–38425  ·  view source on GitHub ↗
(axis)

Source from the content-addressed store, hash-verified

38418}
38419
38420function makeAutoCategoryInterval(axis) {
38421 var result = inner$6(axis).autoInterval;
38422 return result != null
38423 ? result
38424 : (inner$6(axis).autoInterval = axis.calculateCategoryInterval());
38425}
38426
38427/**
38428 * Calculate interval for category axis ticks and labels.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected