MCPcopy Index your code
hub / github.com/apache/echarts / setStop

Method setStop

src/component/visualMap/ContinuousModel.ts:253–258  ·  view source on GitHub ↗
(value: number, valueState: VisualState)

Source from the content-addressed store, hash-verified

251 const stops: ColorStop[] = [];
252
253 function setStop(value: number, valueState: VisualState) {
254 stops.push({
255 value: value,
256 color: getColorVisual(value, valueState)
257 });
258 }
259
260 // Format to: outOfRange -- inRange -- outOfRange.
261 let iIdx = 0;

Callers

nothing calls this directly

Calls 1

getColorVisualFunction · 0.85

Tested by

no test coverage detected