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

Method setHoverStyle

src/core/core.datasetController.js:933–935  ·  view source on GitHub ↗
(element, datasetIndex, index)

Source from the content-addressed store, hash-verified

931 }
932
933 setHoverStyle(element, datasetIndex, index) {
934 this._setStyle(element, index, 'active', true);
935 }
936
937 /**
938 * @private

Callers 1

Calls 1

_setStyleMethod · 0.95

Tested by

no test coverage detected