* Returns the effective number of stacks based on groups and bar visibility. * @private
(index)
| 483 | * @private |
| 484 | */ |
| 485 | _getStackCount(index) { |
| 486 | return this._getStacks(undefined, index).length; |
| 487 | } |
| 488 | |
| 489 | _getAxisCount() { |
| 490 | return this._getAxis().length; |
no test coverage detected