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

Function normalizeReverse

src/component/visualMap/PiecewiseModel.ts:590–595  ·  view source on GitHub ↗
(thisOption: PiecewiseVisualMapOption, pieceList: InnerVisualPiece[])

Source from the content-addressed store, hash-verified

588};
589
590function normalizeReverse(thisOption: PiecewiseVisualMapOption, pieceList: InnerVisualPiece[]) {
591 const inverse = thisOption.inverse;
592 if (thisOption.orient === 'vertical' ? !inverse : inverse) {
593 pieceList.reverse();
594 }
595}
596
597export default PiecewiseModel;

Callers 2

categoriesFunction · 0.85
piecesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…