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

Method onClick

src/controllers/controller.polarArea.js:63–66  ·  view source on GitHub ↗
(e, legendItem, legend)

Source from the content-addressed store, hash-verified

61 },
62
63 onClick(e, legendItem, legend) {
64 legend.chart.toggleDataVisibility(legendItem.index);
65 legend.chart.update();
66 }
67 }
68 },
69

Callers

nothing calls this directly

Calls 2

toggleDataVisibilityMethod · 0.80
updateMethod · 0.65

Tested by

no test coverage detected