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

Function isZeroOnPolar

libs/echarts/echarts.simple.js:42604–42608  ·  view source on GitHub ↗
(layout)

Source from the content-addressed store, hash-verified

42602};
42603
42604function isZeroOnPolar(layout) {
42605 return layout.startAngle != null
42606 && layout.endAngle != null
42607 && layout.startAngle === layout.endAngle;
42608}
42609
42610function updateStyle(
42611 el, data, dataIndex, itemModel, layout, seriesModel, isHorizontal, isPolar

Callers 1

updateStyleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected