Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/chartjs/Chart.js
/ getDataset
Method
getDataset
src/core/core.datasetController.js:319–321 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
317
}
318
319
getDataset() {
320
return
this.chart.data.datasets[this.index];
321
}
322
323
getMeta() {
324
return
this.chart.getDatasetMeta(this.index);
Callers
12
linkScales
Method · 0.95
_dataCheck
Method · 0.95
buildOrUpdateElements
Method · 0.95
configure
Method · 0.95
getContext
Method · 0.95
_resolveElementOptions
Method · 0.95
_resolveAnimations
Method · 0.95
_onDataPush
Method · 0.95
parse
Method · 0.80
initialize
Method · 0.80
_calculateBarIndexPixels
Method · 0.80
createTooltipItem
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected