[GitHub] komagic commented on issue #8157: how do I clear a chart? Basically I need to re-initialize it.

2018-05-13 Thread GitBox
komagic commented on issue #8157: how do I clear a chart? Basically I need to 
re-initialize it.
URL: 
https://github.com/apache/incubator-echarts/issues/8157#issuecomment-388686974
 
 
   mychart.clear()


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:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] since91 opened a new issue #8333: API 文档是不是描述错了

2018-05-13 Thread GitBox
since91 opened a new issue #8333: API 文档是不是描述错了
URL: https://github.com/apache/incubator-echarts/issues/8333
 
 
   http://echarts.baidu.com/option.html#series-lines 中写的是
   在 ECharts 3 里建议使用单独的 lines 类型图表。
   而当前版本是echarts4 是不是写错了?
   挺多地方都写了Echarts 3
   
   http://echarts.baidu.com/option.html#series-map
   
   
   


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:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] yeyicheng commented on issue #5009: canvas经过css3旋转90deg之后,响应触摸点有问题

2018-05-13 Thread GitBox
yeyicheng commented on issue #5009: canvas经过css3旋转90deg之后,响应触摸点有问题
URL: 
https://github.com/apache/incubator-echarts/issues/5009#issuecomment-388643849
 
 
   我把坐标系旋转后解决了。


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:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] oYo-Byte commented on issue #7859: 如何在关系图(graph,斥力图)的某一类节点上增加涟漪的效果?

2018-05-13 Thread GitBox
oYo-Byte commented on issue #7859: 如何在关系图(graph,斥力图)的某一类节点上增加涟漪的效果?
URL: 
https://github.com/apache/incubator-echarts/issues/7859#issuecomment-388640416
 
 
   可以是用gif图片作为节点,但是要使用svg渲染模式。


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:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] pchaganti commented on issue #7995: echarts legend Is the toggle function when clicked?

2018-05-13 Thread GitBox
pchaganti commented on issue #7995: echarts legend Is the toggle function when 
clicked?
URL: 
https://github.com/apache/incubator-echarts/issues/7995#issuecomment-388622067
 
 
    


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:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] tiasen opened a new issue #8332: 内存泄露,移动端使用后卡顿

2018-05-13 Thread GitBox
tiasen opened a new issue #8332: 内存泄露,移动端使用后卡顿
URL: https://github.com/apache/incubator-echarts/issues/8332
 
 
   
   
   
   ### One-line summary [问题简述]
   
ionic使用echarts后(测试非ionic使用也会出现相同问题),内存泄露(如图),单个页面图表多的话,导致移动端页面非常卡顿
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:3.8.3
   + Browser version [浏览器类型和版本]:webview
   + OS Version [操作系统类型和版本]:Android/IOS
   
   
   
   
   
   ### Expected behaviour [期望结果] 
页面绘制结束后,内存不再增长,保证性能
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option ={
   "grid": {
   "top": 50,
   "bottom": 50
   },
   "radar": {
   "name": {
   "textStyle": {
   "color": "#fff"
   },
   "fontSize": 10
   },
   "indicator": [
   {
   "name": "总收入",
   "min": 0,
   "max": 1.0402
   }, {
   "name": "邮政申诉率",
   "min": 0,
   "max": 0.5556
   }, {
   "name": "万票有责服务投诉",
   "min": 0,
   "max": 0.5556
   }, {
   "name": "异常网点",
   "min": 0,
   "max": 0.6667
   }, {
   "name": "百万件遗失",
   "min": 0,
   "max": 0.6667
   }, {
   "name": "超3天积压件",
   "min": 0,
   "max": 0.625
   }
   ],
   "splitNumber": 1,
   "splitLine": {
   "show": false
   },
   "splitArea": {
   "areaStyle": {
   "color": "#fff",
   "opacity": 0.2
   }
   },
   "axisLine": {
   "lineStyle": {
   "color": "rgba(255,255,255,0.1)"
   }
   }
   },
   "series": [
   {
   "type": "radar",
   "symbolSize": 0,
   "clockwise": true,
   "lineStyle": {
   "normal": {
   "width": 1,
   "type": "dotted"
   }
   },
   "data": [
   {
   "value": [
   0.8016,
   0.5556,
   0.5519,
   0.2927,
   0.3489,
   0.3915
   ],
   "lineStyle": {
   "normal": {
   "type": "solid",
   "width": 1
   }
   },
   "areaStyle": {
   "normal": {
   "opacity": 0.4
   }
   },
   "silent": true
   },
   [
   0.9589,
   0.4545,
   0.453,
   0.,
   0.4,
   0.4167
   ],
   [
   1,
   0.5,
   0.5,
   0.5,
   0.5,
   0.5
   ],
   [
   1.0402,
   0.5556,
   0.5556,
   0.6667,
   0.6667,
   0.625
   ]
   ]
   }
   ],
   "color": ["#BA55D3", "#ff", "rgb(255,216,57) ", "#32db64"]
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   ![menu saveimg 
savepath20180513180749](https://user-images.githubusercontent.com/20390265/39966099-c4322dc2-56d8-11e8-9779-bd75047476dc.jpg)
   


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:
us...@infra.apache.org


With regards,
Apache Git Services

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