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

Function setDefaultHoverFillStroke

libs/echarts/echarts-en.simple.js:17203–17207  ·  view source on GitHub ↗
(targetStyle, hoverStyle, prop)

Source from the content-addressed store, hash-verified

17201}
17202
17203function setDefaultHoverFillStroke(targetStyle, hoverStyle, prop) {
17204 if (!hasFillOrStroke(hoverStyle[prop]) && hasFillOrStroke(targetStyle[prop])) {
17205 targetStyle[prop] = liftColor(targetStyle[prop]);
17206 }
17207}
17208
17209function singleEnterNormal(el) {
17210 var highlighted = el.__highlighted;

Callers 1

singleEnterEmphasisFunction · 0.70

Calls 2

hasFillOrStrokeFunction · 0.70
liftColorFunction · 0.70

Tested by

no test coverage detected