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

Method resetLinearGradient

src/common/overlay/Graph.js:379–381  ·  view source on GitHub ↗

* @function FeatureThemeGraph.prototype.resetLinearGradient * @description resetLocation 中调用 图表的相对坐标存在的时候,重新计算渐变的颜色(目前用于二维柱状图渐变色 所以子类实现此方法)。

()

Source from the content-addressed store, hash-verified

377 * @description resetLocation 中调用 图表的相对坐标存在的时候,重新计算渐变的颜色(目前用于二维柱状图渐变色 所以子类实现此方法)。
378 */
379 resetLinearGradient() {
380 //子类实现此方法
381 }
382
383 /**
384 * @function FeatureThemeGraph.prototype.shapesConvertToRelativeCoordinate

Callers 1

resetLocationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected