jonoshearman commented on code in PR #20324:
URL: https://github.com/apache/echarts/pull/20324#discussion_r1768201612


##########
src/chart/helper/whiskerBoxCommon.ts:
##########
@@ -52,6 +52,16 @@ class WhiskerBoxCommonMixin<Opts extends CommonOption> {
 
     defaultValueDimensions: CoordDimensionDefinition['dimsDef'];
 
+    /**
+     * @private
+     */
+    _hasEncodeRule(key: string) {
+        const encodeRules = this.getEncode();
+        if(encodeRules?.data?.has(key))

Review Comment:
   Thanks for the review @Ovilia
   Changes pushed.



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