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

Method getSelectedMapKey

src/component/visualMap/PiecewiseModel.ts:254–257  ·  view source on GitHub ↗

* @public

(piece: InnerVisualPiece)

Source from the content-addressed store, hash-verified

252 * @public
253 */
254 getSelectedMapKey(piece: InnerVisualPiece) {
255 return this._mode === 'categories'
256 ? piece.value + '' : piece.index + '';
257 }
258
259 /**
260 * @public

Callers 3

_resetSelectedMethod · 0.95
getValueStateMethod · 0.95
_onItemClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected