MCPcopy
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

_updateRadiusMethod · 0.80

Calls 1

Tested by

no test coverage detected