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

Function isPositionCenter

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

Source from the content-addressed store, hash-verified

44078}
44079
44080function isPositionCenter(layout) {
44081 // Not change x for center label
44082 return layout.position === 'center';
44083}
44084
44085var labelLayout = function (seriesModel, r, viewWidth, viewHeight, viewLeft, viewTop) {
44086 var data = seriesModel.getData();

Callers 1

avoidOverlapFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected