MCPcopy
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

linkScalesMethod · 0.95
_dataCheckMethod · 0.95
buildOrUpdateElementsMethod · 0.95
configureMethod · 0.95
getContextMethod · 0.95
_resolveAnimationsMethod · 0.95
_onDataPushMethod · 0.95
parseMethod · 0.80
initializeMethod · 0.80
createTooltipItemFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected