mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-05 07:54:04 +01:00
Fix typos found by codespell (#10103)
This commit is contained in:
committed by
GitHub
parent
ec67123df8
commit
a7d98fb1a0
@@ -1013,7 +1013,7 @@ export class Tooltip extends Element {
|
||||
* Handle an event
|
||||
* @param {ChartEvent} e - The event to handle
|
||||
* @param {boolean} [replay] - This is a replayed event (from update)
|
||||
* @param {boolean} [inChartArea] - The event is indide chartArea
|
||||
* @param {boolean} [inChartArea] - The event is inside chartArea
|
||||
* @returns {boolean} true if the tooltip changed
|
||||
*/
|
||||
handleEvent(e, replay, inChartArea = true) {
|
||||
@@ -1054,11 +1054,11 @@ export class Tooltip extends Element {
|
||||
/**
|
||||
* Helper for determining the active elements for event
|
||||
* @param {ChartEvent} e - The event to handle
|
||||
* @param {Element[]} lastActive - Previously active elements
|
||||
* @param {Element[]} lastActive - Previously active elements
|
||||
* @param {boolean} [replay] - This is a replayed event (from update)
|
||||
* @param {boolean} [inChartArea] - The event is indide chartArea
|
||||
* @param {boolean} [inChartArea] - The event is inside chartArea
|
||||
* @returns {Element[]} - Active elements
|
||||
* @private
|
||||
* @private
|
||||
*/
|
||||
_getActiveElements(e, lastActive, replay, inChartArea) {
|
||||
const options = this.options;
|
||||
|
||||
Reference in New Issue
Block a user