(baseAxis, valueAxis, stacked)
| 37138 | |
| 37139 | // See cases in `test/bar-start.html` and `#7412`, `#8747`. |
| 37140 | function getValueAxisStart(baseAxis, valueAxis, stacked) { |
| 37141 | return valueAxis.toGlobalCoord(valueAxis.dataToCoord(valueAxis.type === 'log' ? 1 : 0)); |
| 37142 | } |
| 37143 | |
| 37144 | /* |
| 37145 | * Licensed to the Apache Software Foundation (ASF) under one |