MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / littleThan

Function littleThan

libs/echarts/echarts-en.simple.js:38979–38985  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

38977 }
38978
38979 function littleThan(a, b) {
38980 // Avoid rounding error cause calculated tick coord different with extent.
38981 // It may cause an extra unecessary tick added.
38982 a = round$1(a);
38983 b = round$1(b);
38984 return inverse ? a > b : a < b;
38985 }
38986}
38987
38988/*

Callers 1

fixOnBandTicksCoordsFunction · 0.70

Calls 1

round$1Function · 0.70

Tested by

no test coverage detected