* Gets the visible dataset metas in drawing order * @return {object[]}
()
| 754 | * @return {object[]} |
| 755 | */ |
| 756 | getSortedVisibleDatasetMetas() { |
| 757 | return this._getSortedDatasetMetas(true); |
| 758 | } |
| 759 | |
| 760 | /** |
| 761 | * Draws all datasets unless a plugin returns `false` to the `beforeDatasetsDraw` |
no test coverage detected