()
| 853 | } |
| 854 | |
| 855 | getContext() { |
| 856 | return this.$context || (this.$context = createContext(null, {chart: this, type: 'chart'})); |
| 857 | } |
| 858 | |
| 859 | getVisibleDatasetCount() { |
| 860 | return this.getSortedVisibleDatasetMetas().length; |
no test coverage detected