* @protected
()
| 121 | * @protected |
| 122 | */ |
| 123 | configure() { |
| 124 | super.configure(); |
| 125 | |
| 126 | if (!this.isHorizontal()) { |
| 127 | // For backward compatibility, vertical category scale reverse is inverted. |
| 128 | this._reversePixels = !this._reversePixels; |
| 129 | } |
| 130 | } |
| 131 | |
| 132 | // Used to get data value locations. Value can either be an index or a numerical value |
| 133 | getPixelForValue(value) { |
nothing calls this directly
no test coverage detected