plainheart commented on code in PR #19941:
URL: https://github.com/apache/echarts/pull/19941#discussion_r2034227666
##########
src/coord/cartesian/Axis2D.ts:
##########
@@ -39,7 +40,7 @@ interface Axis2D {
*/
toGlobalCoord(coord: number): number;
}
-class Axis2D extends Axis {
+class Axis2D extends Axis implements JitterStorable {
Review Comment:
I didn't see any usage of the `jitterStore` member of the `JitterStorable`
interface. It can be removed 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]