(seriesModel: ScatterSeriesModel)
| 123 | } |
| 124 | |
| 125 | function 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 | |
| 135 | export default ScatterView; |
no test coverage detected
searching dependent graphs…