You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/08/22 11:15:44 UTC

[GitHub] [incubator-echarts] plainheart edited a comment on issue #13172: 对这个实例编辑https://echarts.apache.org/examples/zh/editor.html?c=pie-rich-text注意到dataset和formatter有冲突,效果不对

plainheart edited a comment on issue #13172:
URL: https://github.com/apache/incubator-echarts/issues/13172#issuecomment-678626052


   不太清楚具体原因,应该是 `encode` 有点问题,可以先通过 `@{dimension}` 的方式解决。
   
   ```js
   formatter: [
     '{Sunny|}{value|{@2013}}{rate|{d}}',
     '{hr|}',
     '{title|{b}}',
   ].join('\n')
   ```


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

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