[GitHub] highalps opened a new issue #9551: lines series overflow with datazoom

2018-12-06 Thread GitBox
highalps opened a new issue #9551: lines series overflow with datazoom URL: https://github.com/apache/incubator-echarts/issues/9551 - [x] I am using English in this issue. 在这个 Issue 中我使用了英文(强烈建议)。 ## General Questions - [x] Required: I have read the document

[GitHub] highalps closed issue #9551: lines series overflow with datazoom

2018-12-06 Thread GitBox
highalps closed issue #9551: lines series overflow with datazoom URL: https://github.com/apache/incubator-echarts/issues/9551 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] highalps opened a new issue #9551: lines series overflow with datazoom

2018-12-06 Thread GitBox
highalps opened a new issue #9551: lines series overflow with datazoom URL: https://github.com/apache/incubator-echarts/issues/9551 - [x] I am using English in this issue. 在这个 Issue 中我使用了英文(强烈建议)。 ## General Questions - [x] Required: I have read the document

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

2018-12-06 Thread GitBox
doommm commented on issue #9508: 1. Fix the problem that tooltip cannot hide URL: https://github.com/apache/incubator-echarts/pull/9508#issuecomment-445129730 OMG, 422 files changed? I think it's too hard to merge. This is

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

2018-12-06 Thread GitBox
daoyuanjiao commented on issue #9547: 如何追加数据到折线图的series中去?? URL: https://github.com/apache/incubator-echarts/issues/9547#issuecomment-445129517 (opts: { // 要增加数据的系列序号。 seriesIndex?: string, // 增加的数据。 data?: Array|TypedArray, }) => string 我的系列有些是新增的,有些是原

[GitHub] JoshSchoen commented on issue #6090: Any english version via NPM or something ?

2018-12-06 Thread GitBox
JoshSchoen commented on issue #6090: Any english version via NPM or something ? URL: https://github.com/apache/incubator-echarts/issues/6090#issuecomment-445115623 I can see that there is a langEN.js but no way to really use in when using npm that I can see. Any help or update is very muc

[GitHub] 942814737 opened a new issue #9550: dataZoom的borderColor在4.1.0版本里设置不生效

2018-12-06 Thread GitBox
942814737 opened a new issue #9550: dataZoom的borderColor在4.1.0版本里设置不生效 URL: https://github.com/apache/incubator-echarts/issues/9550 - [ ] I am using English in this issue. 在这个 Issue 中我使用了英文(强烈建议)。 ## General Questions - [ ] Required: I have read the

[GitHub] DorisOu commented on issue #9535: 地图中示例【北京公交线路图】How to randomly set lineStyle color

2018-12-06 Thread GitBox
DorisOu commented on issue #9535: 地图中示例【北京公交线路图】How to randomly set lineStyle color URL: https://github.com/apache/incubator-echarts/issues/9535#issuecomment-445109453 @pissang tks, it's work if I set a variable var idx=0; and let it idx++ in the for(){}. could you pls answer the #6983

[GitHub] Raj6666 commented on issue #9530: 关系图的节点symbol不支持gif图吗,请问有什么推荐的解决方案

2018-12-06 Thread GitBox
Raj commented on issue #9530: 关系图的节点symbol不支持gif图吗,请问有什么推荐的解决方案 URL: https://github.com/apache/incubator-echarts/issues/9530#issuecomment-445104692 嗯嗯 我了解到因为echarts也是用canvas实现的,但因为在canvas上渲染gif的话永远只会渲染第一帧 所以我现在打算把gif解析成n张图片,然后setInterval每隔几毫秒就换一次图片,模拟生成一个gif试试 不过不知道会不会对浏览器性能有什么影响

[GitHub] pissang edited a comment on issue #9535: 地图中示例【北京公交线路图】How to randomly set lineStyle color

2018-12-06 Thread GitBox
pissang edited a comment on issue #9535: 地图中示例【北京公交线路图】How to randomly set lineStyle color URL: https://github.com/apache/incubator-echarts/issues/9535#issuecomment-445104646 In the code ```js lineStyle: { normal: { color: echarts.col

[GitHub] pissang commented on issue #9535: 地图中示例【北京公交线路图】How to randomly set lineStyle color

2018-12-06 Thread GitBox
pissang commented on issue #9535: 地图中示例【北京公交线路图】How to randomly set lineStyle color URL: https://github.com/apache/incubator-echarts/issues/9535#issuecomment-445104646 In the code ```js lineStyle: { normal: { color: echarts.color.modi

[GitHub] Debiancc removed a comment on issue #7362: BMap api is not loaded

2018-12-06 Thread GitBox
Debiancc removed a comment on issue #7362: BMap api is not loaded URL: https://github.com/apache/incubator-echarts/issues/7362#issuecomment-443141035 any update? This is an automated message from the Apache Git Service. To re

[GitHub] DorisOu commented on issue #6982: 使用lines时,coords中出现Cannot read property 'dataToPoint' of undefined

2018-12-06 Thread GitBox
DorisOu commented on issue #6982: 使用lines时,coords中出现Cannot read property 'dataToPoint' of undefined URL: https://github.com/apache/incubator-echarts/issues/6982#issuecomment-445104178 @EarlEcho 您解决了这个问题了么?查找了好多资料都没有找到解决办法。 T

[GitHub] pissang commented on issue #9530: 关系图的节点symbol不支持gif图吗,请问有什么推荐的解决方案

2018-12-06 Thread GitBox
pissang commented on issue #9530: 关系图的节点symbol不支持gif图吗,请问有什么推荐的解决方案 URL: https://github.com/apache/incubator-echarts/issues/9530#issuecomment-445103470 echarts doesn't support animated gif image yet. This is an automated mess

[GitHub] authasme opened a new issue #9549: 地图map图层放大后,EffectScatter图层坐标不能适配;map图层的tooltip在鼠标靠近右侧边缘时被地图遮挡

2018-12-06 Thread GitBox
authasme opened a new issue #9549: 地图map图层放大后,EffectScatter图层坐标不能适配;map图层的tooltip在鼠标靠近右侧边缘时被地图遮挡 URL: https://github.com/apache/incubator-echarts/issues/9549 - [ ] I am using English in this issue. 在这个 Issue 中我使用了英文(强烈建议)。 ## General Questions - []

[GitHub] authasme commented on issue #9540: 文档说:series.data.tooltip 仅在 tooltip.trigger 为 'item' 时有效。然而并不会触发

2018-12-06 Thread GitBox
authasme commented on issue #9540: 文档说:series.data.tooltip 仅在 tooltip.trigger 为 'item' 时有效。然而并不会触发 URL: https://github.com/apache/incubator-echarts/issues/9540#issuecomment-445098497 这个问题我刚遇到过。经过测试文档的意思是,如果设置series.data.tooltip生效,必须配置option.tooltip。如果不存在option.tooltip的配置,单独配置series.data.t

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

2018-12-06 Thread GitBox
cuijian-dexter commented on issue #9547: 如何追加数据到折线图的series中去?? URL: https://github.com/apache/incubator-echarts/issues/9547#issuecomment-445097266 http://echarts.baidu.com/api.html#echartsInstance.appendData This is an automa

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

2018-12-06 Thread GitBox
cuijian-dexter removed a comment on issue #9547: 如何追加数据到折线图的series中去?? URL: https://github.com/apache/incubator-echarts/issues/9547#issuecomment-445097279 http://echarts.baidu.com/api.html#echartsInstance.appendData This is a

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

2018-12-06 Thread GitBox
cuijian-dexter commented on issue #9547: 如何追加数据到折线图的series中去?? URL: https://github.com/apache/incubator-echarts/issues/9547#issuecomment-445097279 http://echarts.baidu.com/api.html#echartsInstance.appendData This is an automa

[GitHub] panda403 opened a new issue #9548: echarts下载的时候添加水印

2018-12-06 Thread GitBox
panda403 opened a new issue #9548: echarts下载的时候添加水印 URL: https://github.com/apache/incubator-echarts/issues/9548 echarts作图,想显示的时候没有水印,但是下载的时候添加水印,如何实现 This is an automated message from the Apache Git Service. To respond to the

[GitHub] daoyuanjiao opened a new issue #9547: 如何追加数据到折线图的series中去??

2018-12-06 Thread GitBox
daoyuanjiao opened a new issue #9547: 如何追加数据到折线图的series中去?? URL: https://github.com/apache/incubator-echarts/issues/9547 - [ ] I am using English in this issue. 在这个 Issue 中我使用了英文(强烈建议)。 ## General Questions - [x] Required: I have read the document an

[GitHub] awbear opened a new issue #9546: Only Scrolling without scaling when using dataZoom

2018-12-06 Thread GitBox
awbear opened a new issue #9546: Only Scrolling without scaling when using dataZoom URL: https://github.com/apache/incubator-echarts/issues/9546 - [x] I am using English in this issue. 在这个 Issue 中我使用了英文(强烈建议)。 ## General Questions - [x] Required: I

[GitHub] dangduang commented on issue #4874: echarts在iphone6plus上的显示问题

2018-12-06 Thread GitBox
dangduang commented on issue #4874: echarts在iphone6plus上的显示问题 URL: https://github.com/apache/incubator-echarts/issues/4874#issuecomment-444864815 你好,这个问题解决了吗? This is an automated message from the Apache Git Service. To respo

[GitHub] dangduang commented on issue #6540: echarts web页面嵌入到app 在iphone6 plus 上有时数据加载不上 其他都可以

2018-12-06 Thread GitBox
dangduang commented on issue #6540: echarts web页面嵌入到app 在iphone6 plus 上有时数据加载不上 其他都可以 URL: https://github.com/apache/incubator-echarts/issues/6540#issuecomment-444864692 你好,这个问题解决了吗? This is an automated message from the Ap

[GitHub] melanke commented on issue #6202: Problems when updating chart through echartsInstance.setOption()

2018-12-06 Thread GitBox
melanke commented on issue #6202: Problems when updating chart through echartsInstance.setOption() URL: https://github.com/apache/incubator-echarts/issues/6202#issuecomment-444852805 I solved it by storing the options in a variable and doing the merge by myself :/ ---

[GitHub] chenhtbilly commented on issue #8489: geo.label.formatter 无效

2018-12-06 Thread GitBox
chenhtbilly commented on issue #8489: geo.label.formatter 无效 URL: https://github.com/apache/incubator-echarts/issues/8489#issuecomment-444848970 存在一样的问题 This is an automated message from the Apache Git Service. To respond to

[GitHub] cuijian-dexter commented on issue #9545: dataset 第一列是数字时,饼状图显示错误

2018-12-06 Thread GitBox
cuijian-dexter commented on issue #9545: dataset 第一列是数字时,饼状图显示错误 URL: https://github.com/apache/incubator-echarts/issues/9545#issuecomment-444844053 this is a bug.you can set `tooltip.formatter` first This is an automated mes

[GitHub] polyrabbit commented on issue #7196: multiple y axes with containLabel=true cause great margin at left

2018-12-06 Thread GitBox
polyrabbit commented on issue #7196: multiple y axes with containLabel=true cause great margin at left URL: https://github.com/apache/incubator-echarts/issues/7196#issuecomment-444828570 请问这个问题现在有什么进展吗? This is an automated

[GitHub] Cyycl opened a new issue #9545: dataset 第一列是数字时,饼状图显示错误

2018-12-06 Thread GitBox
Cyycl opened a new issue #9545: dataset 第一列是数字时,饼状图显示错误 URL: https://github.com/apache/incubator-echarts/issues/9545 - [ ] I am using English in this issue. 在这个 Issue 中我使用了英文(强烈建议)。 ## General Questions - [x] Required: I have read the document and ex

[GitHub] Cyycl closed issue #9544: dataset 第一列全是数字,echart 饼状图显示错误

2018-12-06 Thread GitBox
Cyycl closed issue #9544: dataset 第一列全是数字,echart 饼状图显示错误 URL: https://github.com/apache/incubator-echarts/issues/9544 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub a

[GitHub] Cyycl opened a new issue #9544: dataset 第一列全是数字,echart 饼状图显示错误

2018-12-06 Thread GitBox
Cyycl opened a new issue #9544: dataset 第一列全是数字,echart 饼状图显示错误 URL: https://github.com/apache/incubator-echarts/issues/9544 - [ ] I am using English in this issue. 在这个 Issue 中我使用了英文(强烈建议)。 ## General Questions - [x ] Required: I have read the documen

[GitHub] Guanrui1 commented on issue #6048: flex布局echarts缩放问题(bug?)

2018-12-06 Thread GitBox
Guanrui1 commented on issue #6048: flex布局echarts缩放问题(bug?) URL: https://github.com/apache/incubator-echarts/issues/6048#issuecomment-444813554 官方不够重视flex布局下使用resize获取的默认容器宽高不正确的问题,目前我只能用这个办法解决了! This is an automated message f

[GitHub] Guanrui1 commented on issue #6048: flex布局echarts缩放问题(bug?)

2018-12-06 Thread GitBox
Guanrui1 commented on issue #6048: flex布局echarts缩放问题(bug?) URL: https://github.com/apache/incubator-echarts/issues/6048#issuecomment-444809080 ``` created() { this.$root.$on('processStatistics', () => { if (this.count == 0) { this.large.w

[GitHub] Guanrui1 removed a comment on issue #6048: flex布局echarts缩放问题(bug?)

2018-12-06 Thread GitBox
Guanrui1 removed a comment on issue #6048: flex布局echarts缩放问题(bug?) URL: https://github.com/apache/incubator-echarts/issues/6048#issuecomment-444807206 `created() { this.$root.$on('processStatistics', () => { if (this.count == 0) { this.l

[GitHub] Guanrui1 commented on issue #6048: flex布局echarts缩放问题(bug?)

2018-12-06 Thread GitBox
Guanrui1 commented on issue #6048: flex布局echarts缩放问题(bug?) URL: https://github.com/apache/incubator-echarts/issues/6048#issuecomment-444807206 `created() { this.$root.$on('processStatistics', () => { if (this.count == 0) { this.large.wid

[GitHub] Hysteriachen opened a new issue #9543: 在 linux下 使用 echarts 生成的 图片中文字体乱码 请问各位遇到过这种情况吗

2018-12-06 Thread GitBox
Hysteriachen opened a new issue #9543: 在 linux下 使用 echarts 生成的 图片中文字体乱码 请问各位遇到过这种情况吗 URL: https://github.com/apache/incubator-echarts/issues/9543 在 linux下 使用 echarts 生成的 图片中文字体乱码 请问各位遇到过这种情况吗? This is an automated message fro

[GitHub] xj785292159 commented on issue #9542: echart4.0 graph 使用focusNodeAdjacency 能否显示到跟节点,不只是邻进的

2018-12-06 Thread GitBox
xj785292159 commented on issue #9542: echart4.0 graph 使用focusNodeAdjacency 能否显示到跟节点,不只是邻进的 URL: https://github.com/apache/incubator-echarts/issues/9542#issuecomment-444805246 echart4.0 graph开始focusNodeAdjacency,能否显示到跟节点,现在显示的是邻进的 ---

[GitHub] xj785292159 opened a new issue #9542: echart4.0 graph 使用focusNodeAdjacency 能否显示到跟节点,不只是邻进的

2018-12-06 Thread GitBox
xj785292159 opened a new issue #9542: echart4.0 graph 使用focusNodeAdjacency 能否显示到跟节点,不只是邻进的 URL: https://github.com/apache/incubator-echarts/issues/9542 - [ ] I am using English in this issue. 在这个 Issue 中我使用了英文(强烈建议)。 ## General Questions - [ ] Requi

[GitHub] DorisOu opened a new issue #9541: vue use echarts and bmap,TypeError:Cannot read property 'dataToPoint' of undefined #6983

2018-12-06 Thread GitBox
DorisOu opened a new issue #9541: vue use echarts and bmap,TypeError:Cannot read property 'dataToPoint' of undefined #6983 URL: https://github.com/apache/incubator-echarts/issues/9541 the problem same as #6983, pls help us to solve it,thks -

[GitHub] DorisOu commented on issue #6983: 使用lines时,coords中出现Cannot read property 'dataToPoint' of undefined

2018-12-06 Thread GitBox
DorisOu commented on issue #6983: 使用lines时,coords中出现Cannot read property 'dataToPoint' of undefined URL: https://github.com/apache/incubator-echarts/issues/6983#issuecomment-444791368 @all 大家解决了么?我在vue使用中也遇到这个报错 This is an a

[GitHub] huainanhai commented on issue #9331: 当主图tooltip的trigger设为axis时,如何使得markPoint在mouseover到它上面时显示跟随的tooltip

2018-12-06 Thread GitBox
huainanhai commented on issue #9331: 当主图tooltip的trigger设为axis时,如何使得markPoint在mouseover到它上面时显示跟随的tooltip URL: https://github.com/apache/incubator-echarts/issues/9331#issuecomment-444789818 > > MarkPoint 目前版本确实做不到这件事。 > > 如果不使用 MarkPoint,而是使用第一个单独的系列,例如 scatter,那么可以单独在此系列上定制 > > trigge

[GitHub] Coodool commented on issue #5976: 为每个gird配置特定tooltip无效

2018-12-06 Thread GitBox
Coodool commented on issue #5976: 为每个gird配置特定tooltip无效 URL: https://github.com/apache/incubator-echarts/issues/5976#issuecomment-444789605 @huainanhai 后续没有跟进了,你可以参考一下 mysteryven 的方案 This is an automated message from the A

[GitHub] huainanhai commented on issue #5976: 为每个gird配置特定tooltip无效

2018-12-06 Thread GitBox
huainanhai commented on issue #5976: 为每个gird配置特定tooltip无效 URL: https://github.com/apache/incubator-echarts/issues/5976#issuecomment-444787903 这个问题有解决吗 This is an automated message from the Apache Git Service. To respond t

[GitHub] zachsa commented on issue #6980: Click Evnets in EChart stacked Bar Chart

2018-12-06 Thread GitBox
zachsa commented on issue #6980: Click Evnets in EChart stacked Bar Chart URL: https://github.com/apache/incubator-echarts/issues/6980#issuecomment-444783079 If the title of an issue isn't spelled correctly... is it really an issue? -