You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/09/26 10:23:49 UTC

[GitHub] dickbinge opened a new issue #9135: 需要在折线图的tooltip面板上显示百分号,感觉有一些问题。

dickbinge opened a new issue #9135: 需要在折线图的tooltip面板上显示百分号,感觉有一些问题。
URL: https://github.com/apache/incubator-echarts/issues/9135
 
 
   <!--
   如下图所示,我需要在这个柱状折线图的tooltip上显示数据,但是第三列异常率需要显示百分号,于是我用formatter:"{b0}<br />{a0}: {c0}<br />{a1}: {c1}<br />{a2}: {c2}%", 第三列数据的百分号出现了,但是点击上方的legend 出现如下的问题。第三列依然存在,且是这样的。
   -->
   期望的结果图:
   ![image](https://user-images.githubusercontent.com/27794570/46073803-7f60e580-c1b8-11e8-82d5-9dec82837e30.png)
   结果图:
   ![image](https://user-images.githubusercontent.com/27794570/46073983-f1d1c580-c1b8-11e8-9422-acda6639168f.png)
   
   
   ### One-line summary [问题简述]
   
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:
   + Browser version [浏览器类型和版本]:
   + OS Version [操作系统类型和版本]:
   
   
   
   
   
   ### Expected behaviour [期望结果]
   
   
   
   
   
   ### ECharts option [ECharts配置项]
   <!-- Copy and paste your 'echarts option' here. -->
   <!-- [下方贴你的option,注意不要删掉下方 ```javascript 和 尾部的 ``` 字样。最好是我们能够直接运行的 option。如何得到能运行的 option 参见上方的 guidelines for contributing] -->
   ```javascript
   option = {
   
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   <!-- For example: Screenshot or Online demo -->
   <!-- [例如,截图或线上实例 (JSFiddle/JSBin/Codepen)] -->
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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