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/07/20 08:02:42 UTC

[GitHub] cuijian-dexter opened a new issue #8731: 图例分页bug

cuijian-dexter opened a new issue #8731: 图例分页bug
URL: https://github.com/apache/incubator-echarts/issues/8731
 
 
   <!--
   为了方便我们能够复现和修复 bug,请遵从下面的规范描述您的问题。
   -->
   
   
   ### One-line summary [问题简述]
   但图例分页的时候,有一个图例的名字特别长的话,再点击下一页和上一页的时候,就会翻页失效
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:4.1.0
   + Browser version [浏览器类型和版本]: chrome   63.0.3239.132(正式版本)
   + OS Version [操作系统类型和版本]:windows 10
   
   
   
   
   
   ### Expected behaviour [期望结果]
   可正常翻页
   
   
   
   
   ### ECharts option [ECharts配置项]
   <!-- Copy and paste your 'echarts option' here. -->
   <!-- [下方贴你的option,注意不要删掉下方 ```javascript 和 尾部的 ``` 字样。最好是我们能够直接运行的 option。如何得到能运行的 option 参见上方的 guidelines for contributing] -->
   ```javascript
   option ={"title":{"text":"商机分布","left":16,"textStyle":{"fontSize":14},"show":false},"tooltip":{"trigger":"item","axisPointer":{"type":"shadow"},"extraCssText":"max-width: 300px; word-break:break-all; white-space: normal"},"legend":{"data":["lyz0418商机","芒果科技","新星科技","商机1","西安电机厂","南京日产","7月4日商机","阿斯顿发","上海国创","12312","7月4日之前截单客户","新业务类型商机","重点商机","普通商机","今天测试2","今天测试1","名字很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长","非优先商机","tt","16年","大撒分","wqf测试2","wqf测试","wqf测试3","广西新锐"],"itemGap":20,"left":"5%","bottom":"15px","itemHeight":10,"show":true,"itemWidth":10,"right":"5%","type":"scroll","pageIconColor":"#00aaef"},"series":[{"type":"pie","label":{"normal":{"show":true,"formatter":"{b}"},"emphasis":{"show":true,"textStyle":{"fontSize":"14","fontWeight":"bold"}}},"labelLine":{"lineStyle":{}},"data":[{"name":"lyz0418商机","value":10000000},{"name":"芒果科技","value":1322222},{"name":"新星科技","value":750000},{"name":"商机1","value":674444},{"name":"西安电机厂","value":345677},{"name":"南京日产","value":250000},{"name":"7月4日商机","value":234324},{"name":"阿斯顿发","value":234234},{"name":"上海国创","value":200000},{"name":"12312","value":124124},{"name":"7月4日之前截单客户","value":123124},{"name":"新业务类型商机","value":100000},{"name":"重点商机","value":50000},{"name":"普通商机","value":40000},{"name":"今天测试2","value":35346},{"name":"今天测试1","value":23434},{"name":"名字很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长","value":15200},{"name":"非优先商机","value":10000},{"name":"tt","value":8679},{"name":"16年","value":2154},{"name":"大撒分","value":1234},{"name":"wqf测试2","value":1000},{"name":"wqf测试","value":100},{"name":"wqf测试3","value":10},{"name":"广西新锐","value":0}],"center":["50%","45%"],"avoidLabelOverlap":true,"itemStyle":{"emphasis":{"shadowOffsetX":0,"shadowBlur":10,"opacity":0.8,"shadowColor":"rgba(0, 0, 0, 0.2)"}},"radius":["50%","70%"]}]}
   
   
   
   
   ### Other comments [其他信息]
   <!-- For example: Screenshot or Online demo -->
   <!-- [例如,截图或线上实例 (JSFiddle/JSBin/Codepen)] -->
   ![image](https://user-images.githubusercontent.com/28971820/42990772-41a226ee-8c36-11e8-9337-869888edece1.png)
   
   

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