Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ getVisibleDatasetCount
Method
getVisibleDatasetCount
src/core/core.controller.js:859–861 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
857
}
858
859
getVisibleDatasetCount() {
860
return
this.getSortedVisibleDatasetMetas().length;
861
}
862
863
isDatasetVisible(datasetIndex) {
864
const
dataset = this.data.datasets[datasetIndex];
Callers
1
_updateRadius
Method · 0.80
Calls
1
getSortedVisibleDatasetMetas
Method · 0.95
Tested by
no test coverage detected