Justin-ZS commented on code in PR #21317:
URL: https://github.com/apache/echarts/pull/21317#discussion_r2536002371


##########
src/coord/cartesian/Grid.ts:
##########
@@ -550,6 +561,47 @@ class Grid implements CoordinateSystemMaster {
                 axis.scale.unionExtentFromData(data, dim);
             });
         }
+
+        function unionExtentForAxisByValue(
+            value: any,
+            axis: Axis2D,
+            axisType: OptionAxisType,
+        ): void {
+            const includeMarkerInExtent = 
axis.model.get('includeMarkerInExtent') ?? true;

Review Comment:
   To ensure that the chart unchanged after upgrading to the new version, the 
default value should be false



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to