(seriesModel)
| 37133 | } |
| 37134 | |
| 37135 | function isInLargeMode(seriesModel) { |
| 37136 | return seriesModel.pipelineContext && seriesModel.pipelineContext.large; |
| 37137 | } |
| 37138 | |
| 37139 | // See cases in `test/bar-start.html` and `#7412`, `#8747`. |
| 37140 | function getValueAxisStart(baseAxis, valueAxis, stacked) { |
no outgoing calls
no test coverage detected