MCPcopy
hub / github.com/apache/echarts / createSymbolDrawOpt

Function createSymbolDrawOpt

src/chart/scatter/ScatterView.ts:125–133  ·  view source on GitHub ↗
(seriesModel: ScatterSeriesModel)

Source from the content-addressed store, hash-verified

123}
124
125function createSymbolDrawOpt(seriesModel: ScatterSeriesModel): SymbolDrawUpdateOpt {
126 return {
127 // TODO
128 // If this parameter should be a shape or a bounding volume
129 // shape will be more general.
130 // But bounding volume like bounding rect will be much faster in the contain calculation
131 clipShape: createCoordSysClipAreaSimply(seriesModel)
132 };
133}
134
135export default ScatterView;

Callers 3

renderMethod · 0.70
incrementalRenderMethod · 0.70
updateTransformMethod · 0.70

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…