[GitHub] jeffmobiles commented on issue #8311: 使用svg 渲染, 编译压缩之后出现了Cannot read property '0' of null

2018-05-08 Thread GitBox
jeffmobiles commented on issue #8311: 使用svg 渲染, 编译压缩之后出现了Cannot read property '0' of null URL: https://github.com/apache/incubator-echarts/issues/8311#issuecomment-387617224 虽然 4.0.3之后修改了。 var rotate = -style.textRotation || 0; var transform = matrix.create(); // Apply

[GitHub] LonHon commented on issue #8277: xAxis.type='time' + zoomData时卡顿问题

2018-05-08 Thread GitBox
LonHon commented on issue #8277: xAxis.type='time' + zoomData时卡顿问题 URL: https://github.com/apache/incubator-echarts/issues/8277#issuecomment-387601066 @pissang 虽然个人已经解决卡顿问题,还是放上option供你们去寻找原因。 官方demo: http://echarts.baidu.com/examples/editor.html?c=dynamic-data2

[GitHub] LonHon opened a new issue #8277: xAxis.type='time' + zoomData时卡顿问题

2018-05-08 Thread GitBox
LonHon opened a new issue #8277: xAxis.type='time' + zoomData时卡顿问题 URL: https://github.com/apache/incubator-echarts/issues/8277 ### One-line summary [问题简述] @pissang 使用折线图 series.length为2 已设置animation: false xAxis.type='time' +

[GitHub] xccxcs commented on issue #8279: graph symbol 图片取不到的时候 怎么使用默认图片代替

2018-05-08 Thread GitBox
xccxcs commented on issue #8279: graph symbol 图片取不到的时候 怎么使用默认图片代替 URL: https://github.com/apache/incubator-echarts/issues/8279#issuecomment-387599437 但是这样不应该先把图片全部请求好才能进行下去吗 This is an automated message from the Apache Git

[GitHub] chenwr727 opened a new issue #8310: 多坐标下,x轴为类目时,magicType切换'line',各坐标boundaryGap不一致

2018-05-08 Thread GitBox
chenwr727 opened a new issue #8310: 多坐标下,x轴为类目时,magicType切换'line',各坐标boundaryGap不一致 URL: https://github.com/apache/incubator-echarts/issues/8310 ### One-line summary [问题简述] 多坐标下,x轴为类目时,magicType切换'line',各坐标boundaryGap不一致 ![echarts

[GitHub] renrenguiwei commented on issue #8308: echart地图每个省显示时,可以做到一个个逐个显示动画吗?

2018-05-08 Thread GitBox
renrenguiwei commented on issue #8308: echart地图每个省显示时,可以做到一个个逐个显示动画吗? URL: https://github.com/apache/incubator-echarts/issues/8308#issuecomment-387589185 可能需要二次开发了! This is an automated message from the Apache Git Service.

[GitHub] zikuai commented on issue #8275: 4.x设置legend的宽度和高度不生效

2018-05-08 Thread GitBox
zikuai commented on issue #8275: 4.x设置legend的宽度和高度不生效 URL: https://github.com/apache/incubator-echarts/issues/8275#issuecomment-387588146 @pissang 就是设置的宽度、高度不起作用,比如设置200的宽度,实际还是自适应的宽度 This is an automated message from the

[GitHub] Lestry commented on issue #8303: 饼图标签在SVG渲染模式下使用富文本显示异常

2018-05-08 Thread GitBox
Lestry commented on issue #8303: 饼图标签在SVG渲染模式下使用富文本显示异常 URL: https://github.com/apache/incubator-echarts/issues/8303#issuecomment-387473354 @pissang SVG渲染目前不支持的功能具体有哪些?能在哪里可以查到呢? This is an automated message from the Apache

[GitHub] komagic commented on issue #8285: requestAnimationFrame()方法永无休止的执行

2018-05-08 Thread GitBox
komagic commented on issue #8285: requestAnimationFrame()方法永无休止的执行 URL: https://github.com/apache/incubator-echarts/issues/8285#issuecomment-387438318 百度现在主要是没人, 团队给我感觉非常机械(至少我见到的), echarts问个问题基本没人回答(vscode我上午问,下午就有人回答), 就像他们的面试一样,面了大半天从来没问过面试人口干不干,需不需要喝水. 远离了人性化,就是远离了市场,

[GitHub] komagic commented on issue #8279: graph symbol 图片取不到的时候 怎么使用默认图片代替

2018-05-08 Thread GitBox
komagic commented on issue #8279: graph symbol 图片取不到的时候 怎么使用默认图片代替 URL: https://github.com/apache/incubator-echarts/issues/8279#issuecomment-387432543 解耦吧, 所有数据应该在 外面设置好了再传进option吧.let image=无图片.png || 无图片2.png || 默认图片.png 呗

[GitHub] komagic commented on issue #8197: 有人碰到过我这种问题吗 echarts切换tab时,第一个图表显示,第二个图表不显示的解决办法

2018-05-08 Thread GitBox
komagic commented on issue #8197: 有人碰到过我这种问题吗 echarts切换tab时,第一个图表显示,第二个图表不显示的解决办法 URL: https://github.com/apache/incubator-echarts/issues/8197#issuecomment-387430062 你是不是没有clean啊 This is an automated message from the Apache

[GitHub] zhg-645479206 opened a new issue #8309: 柱状图加折线图双y轴情况下(y轴起点都不是从0开始)时 点击 lengend 点击会出现bug

2018-05-08 Thread GitBox
zhg-645479206 opened a new issue #8309: 柱状图加折线图双y轴情况下(y轴起点都不是从0开始)时 点击 lengend 点击会出现bug URL: https://github.com/apache/incubator-echarts/issues/8309 ### One-line summary [问题简述] ### Version & Environment [版本及环境] + ECharts version [ECharts 版本]: +

[GitHub] eskimoblood closed issue #8307: How to react on clicks inside of marked Areas

2018-05-08 Thread GitBox
eskimoblood closed issue #8307: How to react on clicks inside of marked Areas URL: https://github.com/apache/incubator-echarts/issues/8307 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] eskimoblood commented on issue #8307: How to react on clicks inside of marked Areas

2018-05-08 Thread GitBox
eskimoblood commented on issue #8307: How to react on clicks inside of marked Areas URL: https://github.com/apache/incubator-echarts/issues/8307#issuecomment-387369808 got it, thanks This is an automated message from the

[GitHub] pissang commented on issue #8307: How to react on clicks inside of marked Areas

2018-05-08 Thread GitBox
pissang commented on issue #8307: How to react on clicks inside of marked Areas URL: https://github.com/apache/incubator-echarts/issues/8307#issuecomment-387368695 ```js chart.on('click', e => { if (e.componentType === 'markArea) { . } }); ```

[GitHub] pissang commented on issue #8307: How to react on clicks inside of marked Areas

2018-05-08 Thread GitBox
pissang commented on issue #8307: How to react on clicks inside of marked Areas URL: https://github.com/apache/incubator-echarts/issues/8307#issuecomment-387368695 ```js chart.on('click', e => { if (e.componentType === 'markArea') { . } }); ```

[GitHub] pissang commented on issue #8307: How to react on clicks inside of marked Areas

2018-05-08 Thread GitBox
pissang commented on issue #8307: How to react on clicks inside of marked Areas URL: https://github.com/apache/incubator-echarts/issues/8307#issuecomment-387368695 ```js chart.on('click', e => { if (e.componentType === 'markArea) { ... } }); ```

[GitHub] eskimoblood commented on issue #8307: How to react on clicks inside of marked Areas

2018-05-08 Thread GitBox
eskimoblood commented on issue #8307: How to react on clicks inside of marked Areas URL: https://github.com/apache/incubator-echarts/issues/8307#issuecomment-387364246 But how to catch them This is an automated message from

[GitHub] pissang commented on issue #8307: How to react on clicks inside of marked Areas

2018-05-08 Thread GitBox
pissang commented on issue #8307: How to react on clicks inside of marked Areas URL: https://github.com/apache/incubator-echarts/issues/8307#issuecomment-387362948 You can set `markArea.silent` true to enable mouse interaction

[GitHub] renrenguiwei opened a new issue #8308: echart地图每个省显示时,可以做到一个个逐个显示动画吗?

2018-05-08 Thread GitBox
renrenguiwei opened a new issue #8308: echart地图每个省显示时,可以做到一个个逐个显示动画吗? URL: https://github.com/apache/incubator-echarts/issues/8308 现在需要中国地图在显示时,是一个一个省的显示,甲方的需求;echart官方显示是全部加载出来,不太好看! This is an automated message from the

[GitHub] eskimoblood opened a new issue #8307: How to react on clicks inside of marked Areas

2018-05-08 Thread GitBox
eskimoblood opened a new issue #8307: How to react on clicks inside of marked Areas URL: https://github.com/apache/incubator-echarts/issues/8307 ### One-line summary [问题简述] I want to add some interactions when the user clicks inside of a marked Area, is there an event triggered that I

[GitHub] mahyrpt opened a new issue #8306: Wrong series representation when the data is updated using "setOption()"

2018-05-08 Thread GitBox
mahyrpt opened a new issue #8306: Wrong series representation when the data is updated using "setOption()" URL: https://github.com/apache/incubator-echarts/issues/8306 ### One-line summary [问题简述] Wrong series representation when the data is updated using "setOption()"

[GitHub] surui0419 commented on issue #8261: 3d地球上的3d飞线尾迹特效在长时间运行后会静止不动,但2d飞线上的尾迹特效却一直在运动

2018-05-08 Thread GitBox
surui0419 commented on issue #8261: 3d地球上的3d飞线尾迹特效在长时间运行后会静止不动,但2d飞线上的尾迹特效却一直在运动 URL: https://github.com/apache/incubator-echarts/issues/8261#issuecomment-386177478 点击世界地图时,将世界地图上的飞线和特效点数据清空,并且地球停止转动,弹出中国地图。

[GitHub] giorgiopagnoni commented on issue #8288: Google charts: timelines [question]

2018-05-08 Thread GitBox
giorgiopagnoni commented on issue #8288: Google charts: timelines [question] URL: https://github.com/apache/incubator-echarts/issues/8288#issuecomment-387319424 Thank you, I don't know how I missed that. But I think there's something wrong with the legend in that example, am I right?

[GitHub] surui0419 opened a new issue #8305: echarts GL中,怎么改变type:'lines3D'的三维飞线距离三维地理坐标系表面的距离

2018-05-08 Thread GitBox
surui0419 opened a new issue #8305: echarts GL中,怎么改变type:'lines3D'的三维飞线距离三维地理坐标系表面的距离 URL: https://github.com/apache/incubator-echarts/issues/8305 ### One-line summary [问题简述] 使用echarts

[GitHub] pissang commented on issue #8291: 如何实现实现地图作为背景,高亮中国地图

2018-05-08 Thread GitBox
pissang commented on issue #8291: 如何实现实现地图作为背景,高亮中国地图 URL: https://github.com/apache/incubator-echarts/issues/8291#issuecomment-387314862 用两个地图系列,然后设置相同的 boundingCoords 保证能够对其 This is an automated message from the Apache Git

[GitHub] LJJCherry commented on issue #8291: 如何实现实现地图作为背景,高亮中国地图

2018-05-08 Thread GitBox
LJJCherry commented on issue #8291: 如何实现实现地图作为背景,高亮中国地图 URL: https://github.com/apache/incubator-echarts/issues/8291#issuecomment-387300626 弱弱的问一句,如何叠加呢。。。 This is an automated message from the Apache Git Service. To respond

[GitHub] LJJCherry commented on issue #8291: 如何实现实现地图作为背景,高亮中国地图

2018-05-08 Thread GitBox
LJJCherry commented on issue #8291: 如何实现实现地图作为背景,高亮中国地图 URL: https://github.com/apache/incubator-echarts/issues/8291#issuecomment-387300626 弱弱的问一句,如何叠加呢。。。 This is an automated message from the Apache Git Service. To respond

[GitHub] lvybriage opened a new issue #8304: parallel图渲染问题

2018-05-08 Thread GitBox
lvybriage opened a new issue #8304: parallel图渲染问题 URL: https://github.com/apache/incubator-echarts/issues/8304 ### One-line summary [问题简述] parallel图中,最简单的平行图里,如果设置 smooth: true的话,渲染的时候,会出现先后渲染,最后才会渲染轴线顶部的线条。 ### Version & Environment [版本及环境] + ECharts version

[GitHub] pissang commented on issue #8303: 饼图标签在SVG渲染模式下使用富文本显示异常

2018-05-08 Thread GitBox
pissang commented on issue #8303: 饼图标签在SVG渲染模式下使用富文本显示异常 URL: https://github.com/apache/incubator-echarts/issues/8303#issuecomment-387295427 SVG 渲染暂时还不支持富文本标签 This is an automated message from the Apache Git Service. To