* @private
(datasetIndex)
| 386 | * @private |
| 387 | */ |
| 388 | _getRingWeight(datasetIndex) { |
| 389 | return Math.max(valueOrDefault(this.chart.data.datasets[datasetIndex].weight, 1), 0); |
| 390 | } |
| 391 | |
| 392 | /** |
| 393 | * Returns the sum of all visible data set weights. |
no test coverage detected