* Returns the pixel for the minimum chart value * The coordinate (0, 0) is at the upper-left corner of the canvas * @return {number}
()
| 941 | * @return {number} |
| 942 | */ |
| 943 | getBasePixel() { |
| 944 | return this.getPixelForValue(this.getBaseValue()); |
| 945 | } |
| 946 | |
| 947 | /** |
| 948 | * @return {number} |
nothing calls this directly
no test coverage detected