plainheart commented on code in PR #19941:
URL: https://github.com/apache/echarts/pull/19941#discussion_r2034227889


##########
src/coord/cartesian/Axis2D.ts:
##########
@@ -66,6 +67,11 @@ class Axis2D extends Axis {
      */
     grid: Grid;
 
+    /**
+     * See the comment of `JitterStorable`.
+     */
+    jitterStore: JitterData[] = [];

Review Comment:
   Remove if we keep using inner instead of an interface.



##########
src/coord/single/SingleAxis.ts:
##########
@@ -47,6 +48,11 @@ class SingleAxis extends Axis {
 
     model: SingleAxisModel;
 
+    /**
+     * See the comment of `JitterStorable`.
+     */
+    jitterStore: JitterData[] = [];
+

Review Comment:
   Remove if we keep using inner instead of an interface.



-- 
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