MCPcopy
hub / github.com/frappe/charts / updateDataset

Method updateDataset

src/js/charts/AxisChart.js:571–574  ·  view source on GitHub ↗
(datasetValues, index=0)

Source from the content-addressed store, hash-verified

569 }
570
571 updateDataset(datasetValues, index=0) {
572 this.data.datasets[index].values = datasetValues;
573 this.update(this.data);
574 }
575 // addDataset(dataset, index) {}
576 // removeDataset(index = 0) {}
577

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected