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

Method bindEvents

src/core/core.controller.js:964–971  ·  view source on GitHub ↗

* @private

()

Source from the content-addressed store, hash-verified

962 * @private
963 */
964 bindEvents() {
965 this.bindUserEvents();
966 if (this.options.responsive) {
967 this.bindResponsiveEvents();
968 } else {
969 this.attached = true;
970 }
971 }
972
973 /**
974 * @private

Callers 2

_initializeMethod · 0.95
_checkEventBindingsMethod · 0.95

Calls 2

bindUserEventsMethod · 0.95
bindResponsiveEventsMethod · 0.95

Tested by

no test coverage detected