From d1f13bc4a586a1234a36dd265d7dd9aec3aa2daf Mon Sep 17 00:00:00 2001 From: wwwmake-ui <2264972080@qq.com> Date: Fri, 14 Aug 2026 12:21:16 +0800 Subject: [PATCH 1/3] fix: correct 'becuase' typo in comments --- src/component/helper/cursorHelper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/helper/cursorHelper.ts b/src/component/helper/cursorHelper.ts index e6810e4df4..1e34198dda 100644 --- a/src/component/helper/cursorHelper.ts +++ b/src/component/helper/cursorHelper.ts @@ -46,7 +46,7 @@ export function onIrrelevantElement( } // At present the `true` return is conservative. That is, the caller, such as a RoamController, - // is more likely to get a `false` return and start a roam behavior, becuase even if the + // is more likely to get a `false` return and start a roam behavior, because even if the // `model.coordinateSystem` does not exist, the `e.topTarget` may be also a relevant element, // such as axis split line/area or series elements, where roam should be available. Otherwise, // if a dataZoom-served cartesian is full of series elements, the dataZoom-roaming can hardly From 173699356bf5288ed86ed7526e611293c66544c6 Mon Sep 17 00:00:00 2001 From: wwwmake-ui <2264972080@qq.com> Date: Fri, 14 Aug 2026 12:21:18 +0800 Subject: [PATCH 2/3] fix: correct 'becuase' typo in comments --- src/coord/matrix/Matrix.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coord/matrix/Matrix.ts b/src/coord/matrix/Matrix.ts index 3e9bfacf3f..1c55be884e 100644 --- a/src/coord/matrix/Matrix.ts +++ b/src/coord/matrix/Matrix.ts @@ -185,7 +185,7 @@ class Matrix implements CoordinateSystem, CoordinateSystemMaster { clamp?: MatrixClampOption | NullUndefined; // Expand if cell merging is encountered. // - `false`: If intersecting with a rect of merged cells, expand the result to cover it. - // This is the default option, becuase `series.data` do not support the format + // This is the default option, because `series.data` do not support the format // `MatrixCoordRangeOption` (e.g., `[[3,5], [5,8]]`), thus merged cells can only // be located by single cell locators (e.g., `[3, 5]`). // - `true`: regardless of cell merging, even if the resulting rect spans accorss the merged cells. From 23656aa790248594da18e67793cc51cd865f9100 Mon Sep 17 00:00:00 2001 From: wwwmake-ui <2264972080@qq.com> Date: Fri, 14 Aug 2026 12:21:19 +0800 Subject: [PATCH 3/3] fix: correct 'becuase' typo in comments --- src/chart/treemap/treemapLayout.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chart/treemap/treemapLayout.ts b/src/chart/treemap/treemapLayout.ts index 6ed5614b78..97a619c5cb 100644 --- a/src/chart/treemap/treemapLayout.ts +++ b/src/chart/treemap/treemapLayout.ts @@ -181,7 +181,7 @@ export default { seriesModel.setLayoutInfo(layoutInfo); // FIXME: narrow down pruning boungding rect. - // Currently ec width/height is used becuases clip is not supported. + // Currently ec width/height is used because clip is not supported. prunning( treeRoot, // Transform to base element coordinate system.