(seriesModel)
| 37129 | }; |
| 37130 | |
| 37131 | function isOnCartesian(seriesModel) { |
| 37132 | return seriesModel.coordinateSystem && seriesModel.coordinateSystem.type === 'cartesian2d'; |
| 37133 | } |
| 37134 | |
| 37135 | function isInLargeMode(seriesModel) { |
| 37136 | return seriesModel.pipelineContext && seriesModel.pipelineContext.large; |
no outgoing calls
no test coverage detected