[GitHub] heartAndRain commented on issue #9478: Whether echarts can listen to the event when the points be snapped

2018-12-07 Thread GitBox
heartAndRain commented on issue #9478: Whether echarts can listen to the event when the points be snapped URL: https://github.com/apache/incubator-echarts/issues/9478#issuecomment-445220837 > There is a event "updateAxisPointer". > > ```js >

[GitHub] mathiasleroy opened a new issue #9552: Dashed lines do not appear as dashed in the legend.

2018-12-07 Thread GitBox
mathiasleroy opened a new issue #9552: Dashed lines do not appear as dashed in the legend. URL: https://github.com/apache/incubator-echarts/issues/9552 It would be nice if the legend symbols adapted to the series symbols. In my case, dashed lines do not appear as dashed in the legend.

[GitHub] FeiyunWu opened a new issue #9553: line-stack value in Y column not right

2018-12-07 Thread GitBox
FeiyunWu opened a new issue #9553: line-stack value in Y column not right URL: https://github.com/apache/incubator-echarts/issues/9553 - [ ] I am using English in this issue. 在这个 Issue 中我使用了英文(强烈建议)。 ## General Questions - [ ] Required: I have read

[GitHub] slience2014 opened a new issue #9554: 你好,我的代码使用了themeriver,但是它是本身就不支持鼠标事件的相应吗?

2018-12-07 Thread GitBox
slience2014 opened a new issue #9554: 你好,我的代码使用了themeriver,但是它是本身就不支持鼠标事件的相应吗? URL: https://github.com/apache/incubator-echarts/issues/9554 - [ x] I am using English in this issue. 在这个 Issue 中我使用了英文(强烈建议)。 ## General Questions - [ x] Required: I

[GitHub] cuijian-dexter commented on issue #9553: line-stack value in Y column not right

2018-12-07 Thread GitBox
cuijian-dexter commented on issue #9553: line-stack value in Y column not right URL: https://github.com/apache/incubator-echarts/issues/9553#issuecomment-445412785 you can set `series[0].data = [{value:1},{value:2}]` This

[GitHub] cuijian-dexter commented on issue #9553: line-stack value in Y column not right

2018-12-07 Thread GitBox
cuijian-dexter commented on issue #9553: line-stack value in Y column not right URL: https://github.com/apache/incubator-echarts/issues/9553#issuecomment-445419758 @FeiyunWu What you're demonstrating is that each broken line is based on the position accumulated from the previous data.

[GitHub] cuijian-dexter commented on issue #9547: 如何追加数据到折线图的series中去??

2018-12-07 Thread GitBox
cuijian-dexter commented on issue #9547: 如何追加数据到折线图的series中去?? URL: https://github.com/apache/incubator-echarts/issues/9547#issuecomment-445416346 @daoyuanjiao http://gallery.echartsjs.com/editor.html?c=xm88fNcUuF=2 This is

[GitHub] WelloHorld commented on issue #9384: 折线图中根据yAxis 的 max 回调函数动态设置 y 轴无效

2018-12-07 Thread GitBox
WelloHorld commented on issue #9384: 折线图中根据yAxis 的 max 回调函数动态设置 y 轴无效 URL: https://github.com/apache/incubator-echarts/issues/9384#issuecomment-445425262 > It works for me: > > ```js > option = { > xAxis: { > type: 'category', > data: ['Mon', 'Tue',

[GitHub] fangkyi03 commented on issue #9508: 1. Fix the problem that tooltip cannot hide

2018-12-07 Thread GitBox
fangkyi03 commented on issue #9508: 1. Fix the problem that tooltip cannot hide URL: https://github.com/apache/incubator-echarts/pull/9508#issuecomment-445162262 In fact, there is only one file, but I use it directly for my own npm, so I use git + HTTP to integrate it, so filtering the ES

[GitHub] Ovilia commented on issue #9508: 1. Fix the problem that tooltip cannot hide

2018-12-07 Thread GitBox
Ovilia commented on issue #9508: 1. Fix the problem that tooltip cannot hide URL: https://github.com/apache/incubator-echarts/pull/9508#issuecomment-445165307 @fangkyi03 Thanks for your commit. Please clean your unchanged files and make sure only necessary files are changed. I'm