[GitHub] LJJCherry commented on issue #7080: formatter如何嵌入react组件

2018-05-04 Thread GitBox
LJJCherry commented on issue #7080: formatter如何嵌入react组件 URL: https://github.com/apache/incubator-echarts/issues/7080#issuecomment-386775594 formatter 应该是无法解析react组件的 This is an automated message from the Apache Git Service.

[GitHub] LJJCherry commented on issue #7080: formatter如何嵌入react组件

2018-05-04 Thread GitBox
LJJCherry commented on issue #7080: formatter如何嵌入react组件 URL: https://github.com/apache/incubator-echarts/issues/7080#issuecomment-386775090 楼主最后解决了吗 This is an automated message from the Apache Git Service. To respond to

[GitHub] chfw commented on issue #8289: 如何绑定ecxel中的数据

2018-05-04 Thread GitBox
chfw commented on issue #8289: 如何绑定ecxel中的数据 URL: https://github.com/apache/incubator-echarts/issues/8289#issuecomment-386653596 你可以参照这个 https://github.com/pyecharts/pyecharts/issues/524 现在还是在起步阶段 This is an automated

[GitHub] shenqi139 opened a new issue #8289: 如何绑定ecxel中的数据

2018-05-04 Thread GitBox
shenqi139 opened a new issue #8289: 如何绑定ecxel中的数据 URL: https://github.com/apache/incubator-echarts/issues/8289 实际现在很多的数据都是放在excel中 或者csv格式的,但是现在官方貌似没有这方面的教程,并且百度也很多人问的, 我觉得一定可以实现,只是我不知道,所以希望有人看到能教一下子,我也觉得有更多的人都有这方面的疑问,谢谢

[GitHub] Snatch-jie commented on issue #8270: 需要最新地图数据:地图下钻--全国/省/市-地图下钻--市县地图是旧的

2018-05-04 Thread GitBox
Snatch-jie commented on issue #8270: 需要最新地图数据:地图下钻--全国/省/市-地图下钻--市县地图是旧的 URL: https://github.com/apache/incubator-echarts/issues/8270#issuecomment-386551991 @hele10086@万分感谢提供方法(虽然还不会用)。感谢 This is an automated message

[GitHub] hele10086 commented on issue #8270: 需要最新地图数据:地图下钻--全国/省/市-地图下钻--市县地图是旧的

2018-05-04 Thread GitBox
hele10086 commented on issue #8270: 需要最新地图数据:地图下钻--全国/省/市-地图下钻--市县地图是旧的 URL: https://github.com/apache/incubator-echarts/issues/8270#issuecomment-386549949 没有的话可以自己自定义,地址:http://geojson.io/ 先导入旧的再修改会快一点。 This is an

[GitHub] hele10086 opened a new issue #8287: echarts3 中如何做到 echarts2 中的水波效果?

2018-05-04 Thread GitBox
hele10086 opened a new issue #8287: echarts3 中如何做到 echarts2 中的水波效果? URL: https://github.com/apache/incubator-echarts/issues/8287 ### One-line summary [问题简述] 在echarts2中配置 markPoint 的 effect 的那种水波动态效果是外圈形状的,而 echarts3 的 effectScatter 配置的 rippleEffect -> brushType: fill

Re: [Discussion] Support image and SVG as the background of GEO coordinate system in echarts.

2018-05-04 Thread 沈毅
Render SVG directly into HTML is not friendly to other platforms. Cross-platform is always important when we choose the solution. That's also what we considered when implementing the rich text label. I can't get your concern about determining which shapes are needed to be user interactive. It's

[GitHub] c0411034 opened a new issue #8286: 使用浏览器Zoom功能ToolTips鼠标移位问题

2018-05-04 Thread GitBox
c0411034 opened a new issue #8286: 使用浏览器Zoom功能ToolTips鼠标移位问题 URL: https://github.com/apache/incubator-echarts/issues/8286 ###使用浏览器Zoom功能ToolTips鼠标移位问题 [问题简述] ### Version & Environment [版本及环境] + ECharts version [ECharts 版本]:4.x + Browser version

[GitHub] mqliutie commented on issue #5037: echarts 的series的type为'lines'时,怎么让tooltip显示出该图表的数据?

2018-05-04 Thread GitBox
mqliutie commented on issue #5037: echarts 的series的type为'lines'时,怎么让tooltip显示出该图表的数据? URL: https://github.com/apache/incubator-echarts/issues/5037#issuecomment-386530714 http://www.echartsjs.com/gallery/editor.html?c=geo-lines 这个例子能实现 `tooltip (value)` 嘛

[GitHub] ranxiangfu opened a new issue #8285: requestAnimationFrame()方法永无休止的执行

2018-05-04 Thread GitBox
ranxiangfu opened a new issue #8285: requestAnimationFrame()方法永无休止的执行 URL: https://github.com/apache/incubator-echarts/issues/8285 ### One-line summary [问题简述] - 背景 Angular5.0 + echarts3.8.5 问题还要从

[GitHub] ranxiangfu commented on issue #7047: 在Angular应用中使用echart,会持续占用cpu

2018-05-04 Thread GitBox
ranxiangfu commented on issue #7047: 在Angular应用中使用echart,会持续占用cpu URL: https://github.com/apache/incubator-echarts/issues/7047#issuecomment-386258104 @hpyou @Ovilia 我遇到的问题和题主的是一样的,通过runOutsideAngular是可以让AnimationFrame避开Angular的脏检查,但是当切换到其他页面的时候,上一个页面的requestAnimationFrame还是一直在执行。 -

[GitHub] mqliutie commented on issue #5037: echarts 的series的type为'lines'时,怎么让tooltip显示出该图表的数据?

2018-05-04 Thread GitBox
mqliutie commented on issue #5037: echarts 的series的type为'lines'时,怎么让tooltip显示出该图表的数据? URL: https://github.com/apache/incubator-echarts/issues/5037#issuecomment-386530714 http://www.echartsjs.com/gallery/editor.html?c=geo-lines 这个例子能实现 `tooltip` 嘛

Re: [Discussion] Support image and SVG as the background of GEO coordinate system in echarts.

2018-05-04 Thread SHUANG SU
But I doubt that parse an SVG file is probably a heavy workload if we implement a complete (not rough) parser. (?) And it probably difficult to determine which shapes are needed to be user interactive if the SVG is very complicated. (for example, highlight when hovering). So I think could we

[GitHub] mqliutie commented on issue #7618: 4.0版本中配置项中的geo的label的位置(position/offset的配置)失效

2018-05-04 Thread GitBox
mqliutie commented on issue #7618: 4.0版本中配置项中的geo的label的位置(position/offset的配置)失效 URL: https://github.com/apache/incubator-echarts/issues/7618#issuecomment-386521838 无效 +1 请问后来怎么解决的呢 This is an automated message from the

Re: [VOTE] Release Apache ECharts 4.1.0.rc1

2018-05-04 Thread SHUANG SU
I have added the license for test files on the commit https://github.com/apache/incubator-echarts/commit/cb324330bd2b4c69d4dd467cea8c945d7d2d898a , but not repack them yet because of the Rat issue. -- Su Shuang (100pah) -- 2018-05-04

[GitHub] mqliutie commented on issue #6236: 能否自定义legend的选中事件

2018-05-04 Thread GitBox
mqliutie commented on issue #6236: 能否自定义legend的选中事件 URL: https://github.com/apache/incubator-echarts/issues/6236#issuecomment-386516290 如何触发 ` legendselectchanged` 事件, 在我没有点击 `legend` 的情况下 ``` myChart.dispatchAction({ type: 'legendToggleSelect',

[GitHub] mqliutie commented on issue #6236: 能否自定义legend的选中事件

2018-05-04 Thread GitBox
mqliutie commented on issue #6236: 能否自定义legend的选中事件 URL: https://github.com/apache/incubator-echarts/issues/6236#issuecomment-386516290 如何触发 ` legendselectchanged` 事件, 在我没有点击 `legend` 的情况下 -分割线--- ``` myChart.dispatchAction({ type: 'legendToggleSelect',

[GitHub] mqliutie commented on issue #6236: 能否自定义legend的选中事件

2018-05-04 Thread GitBox
mqliutie commented on issue #6236: 能否自定义legend的选中事件 URL: https://github.com/apache/incubator-echarts/issues/6236#issuecomment-386516290 如何触发 ` legendselectchanged` 事件, 在我没有点击 `legend` 的情况下 This is an automated message from

[GitHub] stdrickforce opened a new issue #8284: PieCharts 和 Legend 结合使用时,会产生关键字冲突的问题

2018-05-04 Thread GitBox
stdrickforce opened a new issue #8284: PieCharts 和 Legend 结合使用时,会产生关键字冲突的问题 URL: https://github.com/apache/incubator-echarts/issues/8284 ### One-line summary [问题简述] pieCharts 在使用 legend 的时候,如果数据和图例的名字都为 get 的话,会报错导致图片无法出来。 稍微看了一下,应该是 createHashmap 占用了 get / set /

[GitHub] hanfengcan commented on issue #7503: echarts 4.0如何在ppt中使用

2018-05-04 Thread GitBox
hanfengcan commented on issue #7503: echarts 4.0如何在ppt中使用 URL: https://github.com/apache/incubator-echarts/issues/7503#issuecomment-386513544 过了好久了,什么时候过审核呢 This is an automated message from the Apache Git Service. To