You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "Ovilia (via GitHub)" <gi...@apache.org> on 2023/02/24 03:01:16 UTC

[GitHub] [echarts] Ovilia commented on a diff in pull request #18285: fix decal in aria

Ovilia commented on code in PR #18285:
URL: https://github.com/apache/echarts/pull/18285#discussion_r1116457232


##########
src/data/Tree.ts:
##########
@@ -265,6 +265,9 @@ export class TreeNode {
     getVisual(key: string): unknown {
         return this.hostTree.data.getItemVisual(this.dataIndex, key as any);
     }
+     getDecal(key: string): unknown {

Review Comment:
   Why is `key` necessary` here? It's always `'decal'`, right?



-- 
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: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org