MCPcopy
hub / github.com/chartjs/Chart.js / hide

Method hide

src/core/core.controller.js:908–910  ·  src/core/core.controller.js::Chart.hide
(datasetIndex, dataIndex)

Source from the content-addressed store, hash-verified

906 }
907
908 hide(datasetIndex, dataIndex) {
909 this._updateVisibility(datasetIndex, dataIndex, false);
910 }
911
912 show(datasetIndex, dataIndex) {
913 this._updateVisibility(datasetIndex, dataIndex, true);

Callers 4

runFunction · 0.80
onClickFunction · 0.80

Calls 1

_updateVisibilityMethod · 0.95

Tested by

no test coverage detected