[GitHub] jeff0905 commented on issue #9312: 当渲染模型为‘svg’,饼图lengend.type = 'scroll'时,图例文字丢失,分页标签覆盖住了图例,类型为‘canvas’显示正常

2018-11-02 Thread GitBox
jeff0905 commented on issue #9312: 当渲染模型为‘svg’,饼图lengend.type = 'scroll'时,图例文字丢失,分页标签覆盖住了图例,类型为‘canvas’显示正常 URL: https://github.com/apache/incubator-echarts/issues/9312#issuecomment-435565250 svg 的 text 元素 的属性 clip-path造成的。 clip-path="url(#zr4338-clip-7)" , 如果把clip-path改成 "none" 就可以显示出来。

[GitHub] jeff0905 removed a comment on issue #9312: 当渲染模型为‘svg’,饼图lengend.type = 'scroll'时,图例文字丢失,分页标签覆盖住了图例,类型为‘canvas’显示正常

2018-11-02 Thread GitBox
jeff0905 removed a comment on issue #9312: 当渲染模型为‘svg’,饼图lengend.type = 'scroll'时,图例文字丢失,分页标签覆盖住了图例,类型为‘canvas’显示正常 URL: https://github.com/apache/incubator-echarts/issues/9312#issuecomment-435565169 查看了下, 其它 是因为clip-path='url.' 这个造成的。 把clip-path改成 clip-path="none" 就可以显示了。 ---

[GitHub] jeff0905 commented on issue #9312: 当渲染模型为‘svg’,饼图lengend.type = 'scroll'时,图例文字丢失,分页标签覆盖住了图例,类型为‘canvas’显示正常

2018-11-02 Thread GitBox
jeff0905 commented on issue #9312: 当渲染模型为‘svg’,饼图lengend.type = 'scroll'时,图例文字丢失,分页标签覆盖住了图例,类型为‘canvas’显示正常 URL: https://github.com/apache/incubator-echarts/issues/9312#issuecomment-435565169 查看了下, 其它 是因为clip-path='url.' 这个造成的。 把clip-path改成 clip-path="none" 就可以显示了。 ---

[GitHub] yequ1006 opened a new issue #9329: vue中按需引入dataZoom,明显比全量引入echarts,前后拖动操作更卡。是否还需引入某些性能优化组件?

2018-11-02 Thread GitBox
yequ1006 opened a new issue #9329: vue中按需引入dataZoom,明显比全量引入echarts,前后拖动操作更卡。是否还需引入某些性能优化组件? URL: https://github.com/apache/incubator-echarts/issues/9329 ### One-line summary [问题简述] vue中按需引入dataZoom,明显比全量引入echarts,前后拖动操作更卡。 请问除了按需引入dataZoom,是否还需引入某些性能优化组件? 场景:在K线图中使用

[GitHub] mzy2240 commented on issue #9212: For Map Application, update the scatter data will erase all the lines data

2018-11-02 Thread GitBox
mzy2240 commented on issue #9212: For Map Application, update the scatter data will erase all the lines data URL: https://github.com/apache/incubator-echarts/issues/9212#issuecomment-435499429 Thanks! Any updates on this? Th

[GitHub] bantaur commented on issue #9311: title.textStyle.width property not working

2018-11-02 Thread GitBox
bantaur commented on issue #9311: title.textStyle.width property not working URL: https://github.com/apache/incubator-echarts/issues/9311#issuecomment-435440660 Many thanks for your attention. I'll be watching for updates. ---

[GitHub] songxiulin2011 commented on issue #7340: 柱状图设置item颜色为透明时,legend看不出来

2018-11-02 Thread GitBox
songxiulin2011 commented on issue #7340: 柱状图设置item颜色为透明时,legend看不出来 URL: https://github.com/apache/incubator-echarts/issues/7340#issuecomment-435377123 哇 我也遇到这个问题了 This is an automated message from the Apache Git Service. To

[GitHub] earlymeme commented on issue #9324: 改 option 切换时,数据变少了

2018-11-02 Thread GitBox
earlymeme commented on issue #9324: 改 option 切换时,数据变少了 URL: https://github.com/apache/incubator-echarts/issues/9324#issuecomment-435368700 setOption第二个参数了解一下 This is an automated message from the Apache Git Service. To respon

[GitHub] tangdaohai commented on issue #6957: 3D球体+3D飞线,setoption渲染数据时会卡顿一下

2018-11-02 Thread GitBox
tangdaohai commented on issue #6957: 3D球体+3D飞线,setoption渲染数据时会卡顿一下 URL: https://github.com/apache/incubator-echarts/issues/6957#issuecomment-435336270 @pissang hello, 有一个问题, 在这里顺便问一下,在地球开启自动旋转后,每次使用 `setOption` 更新数据后,地球会回到 `北京` 重现开始旋转(假设 `targetCoord` 的值为`北京` 坐标),当前是不支持保持当前位置继续旋转嘛? --

[GitHub] HengLiYang opened a new issue #9328: 折线图用按钮切换改变数据的时候,会短暂的出现一条竖线然后消失

2018-11-02 Thread GitBox
HengLiYang opened a new issue #9328: 折线图用按钮切换改变数据的时候,会短暂的出现一条竖线然后消失 URL: https://github.com/apache/incubator-echarts/issues/9328 比如 现在有两个按钮A 和按钮B, 默认初始化显示是A按钮的数据,点击B按钮切换折线图数据,没有问题,当我再次点击A按钮的时候,就会出现一条竖线,大概0.5s,然后消失,请问大家有没有解决的办法? --

[GitHub] hxiaol closed issue #9327: this.data.ec.onInit(canvas, res.width, res.height)等于undefined,触摸,移动,弹窗,无效

2018-11-02 Thread GitBox
hxiaol closed issue #9327: this.data.ec.onInit(canvas, res.width, res.height)等于undefined,触摸,移动,弹窗,无效 URL: https://github.com/apache/incubator-echarts/issues/9327 This is an automated message from the Apache Git Service. To r

[GitHub] mssk110 edited a comment on issue #8335: 多类型柱状图如何在某项数据为0的情况下不显示该柱子(且不占据x轴空间)

2018-11-02 Thread GitBox
mssk110 edited a comment on issue #8335: 多类型柱状图如何在某项数据为0的情况下不显示该柱子(且不占据x轴空间) URL: https://github.com/apache/incubator-echarts/issues/8335#issuecomment-435282965 有个思路就是,设置多个yAxis,就是数据转换太麻烦。类似 ![image](https://user-images.githubusercontent.com/2291410/47906585-88825800-dec4-11e8-881b-da14

[GitHub] hxiaol opened a new issue #9327: this.data.ec.onInit(canvas, res.width, res.height)等于undefined,触摸,移动,弹窗,无效

2018-11-02 Thread GitBox
hxiaol opened a new issue #9327: this.data.ec.onInit(canvas, res.width, res.height)等于undefined,触摸,移动,弹窗,无效 URL: https://github.com/apache/incubator-echarts/issues/9327 ### One-line summary [问题简述] if (this.data.ec && typeof this.data.ec.onInit === 'function') {

Podling Report Reminder - November 2018

2018-11-02 Thread jmclean
Dear podling, This email was sent by an automated system on behalf of the Apache Incubator PMC. It is an initial reminder to give you plenty of time to prepare your quarterly board report. The board meeting is scheduled for Wed, 21 November 2018, 10:30 am PDT. The report for your podling will for

[GitHub] chairy11 opened a new issue #9326: 关系图中怎么使用视觉映射visualMap?

2018-11-02 Thread GitBox
chairy11 opened a new issue #9326: 关系图中怎么使用视觉映射visualMap? URL: https://github.com/apache/incubator-echarts/issues/9326 ### One-line summary [问题简述] 散点图的data使用array,所以visualMap使用dimension定位。 地图的data使用object,visualMap使用value定位。 那关系图谱呢?我需要同时映射颜色、大小到每个nodes, 这时候怎么才能与数据中相应属性对应起来?