Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
toggleDataVisibility
Method · 0.80
update
Method · 0.65
Tested by
no test coverage detected