[GitHub] [incubator-echarts] Cyycl closed issue #11017: 柱状图markArea覆盖不全

2019-08-14 Thread GitBox
Cyycl closed issue #11017: 柱状图markArea覆盖不全
URL: https://github.com/apache/incubator-echarts/issues/11017
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11023: 柱形图(bar)图例数据出现“0”时不能渲染图表

2019-08-14 Thread GitBox
echarts-robot[bot] commented on issue #11023: 柱形图(bar)图例数据出现“0”时不能渲染图表
URL: 
https://github.com/apache/incubator-echarts/issues/11023#issuecomment-521510186
 
 
   This issue is not created using [issue 
template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close 
it. 
   Sorry for this, but it helps save our maintainers' time so that more 
developers get helped.
   Feel free to create another issue using the issue template.
   
   这个 issue 未使用 [issue 
模板](https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn) 创建,所以我将关闭此 issue。
   为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。
   如果您愿意,可以请使用 issue 模板重新创建 issue。


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] closed issue #11023: 柱形图(bar)图例数据出现“0”时不能渲染图表

2019-08-14 Thread GitBox
echarts-robot[bot] closed issue #11023: 柱形图(bar)图例数据出现“0”时不能渲染图表
URL: https://github.com/apache/incubator-echarts/issues/11023
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] fernando1987 opened a new issue #11023: 柱形图(bar)图例数据出现“0”时不能渲染图表

2019-08-14 Thread GitBox
fernando1987 opened a new issue #11023: 柱形图(bar)图例数据出现“0”时不能渲染图表
URL: https://github.com/apache/incubator-echarts/issues/11023
 
 
   样例数据
   
   option = {
   legend: {},
   tooltip: {},
   dataset: {
   source: [
   ['product', '0', '1', '2'],
   ['Matcha Latte', 43.3, 85.8, 93.7],
   ['Milk Tea', 83.1, 73.4, 55.1],
   ['Cheese Cocoa', 86.4, 65.2, 82.5],
   ['Walnut Brownie', 72.4, 53.9, 39.1]
   ]
   },
   xAxis: {type: 'category'},
   yAxis: {},
   series: [
   {type: 'bar'},
   {type: 'bar'},
   {type: 'bar'}
   ]
   };
   
   错误堆栈
   editor.js?_v_=1553896255267:434 TypeError: Cannot read property 'width' of 
undefined
   at Rh (echarts.min.js?_v_=1553896255267:22)
   at Object.cartesian2d (echarts.min.js?_v_=1553896255267:22)
   at Xs._add (echarts.min.js?_v_=1553896255267:22)
   at Xs.execute (echarts.min.js?_v_=1553896255267:22)
   at i._renderNormal (echarts.min.js?_v_=1553896255267:22)
   at i.render (echarts.min.js?_v_=1553896255267:22)
   at mr.progress (echarts.min.js?_v_=1553896255267:22)
   at vr (echarts.min.js?_v_=1553896255267:22)
   at mr.UI.perform (echarts.min.js?_v_=1553896255267:22)
   at echarts.min.js?_v_=1553896255267:22
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] yzhang921 commented on issue #11016: 矩形树图,第二级开始Label不显示

2019-08-14 Thread GitBox
yzhang921 commented on issue #11016: 矩形树图,第二级开始Label不显示
URL: 
https://github.com/apache/incubator-echarts/issues/11016#issuecomment-521503996
 
 
   borderWidth随便给个值都可以,或者把属性删掉


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11022: 如何拖拽markPoint

2019-08-14 Thread GitBox
echarts-robot[bot] commented on issue #11022: 如何拖拽markPoint
URL: 
https://github.com/apache/incubator-echarts/issues/11022#issuecomment-521499023
 
 
   Hi! We've received your issue and please be patient to get responded. 
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   Have a nice day! 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] eniaclyl opened a new issue #11022: 如何拖拽markPoint

2019-08-14 Thread GitBox
eniaclyl opened a new issue #11022: 如何拖拽markPoint
URL: https://github.com/apache/incubator-echarts/issues/11022
 
 
   ### What problem does this feature solve?
   动态创建markPoint,然后使用鼠标拖拽到任意位置
   
   ### What does the proposed API look like?
   draggable: true
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Mrzhangqc commented on issue #11021: chrome浏览器下3d图使用特效会报错,请问如何解决?

2019-08-14 Thread GitBox
Mrzhangqc commented on issue #11021: chrome浏览器下3d图使用特效会报错,请问如何解决?
URL: 
https://github.com/apache/incubator-echarts/issues/11021#issuecomment-521497649
 
 
   > 
https://stackoverflow.com/questions/40912060/how-to-enable-opengl-extension-gl-ext-shader-framebuffer-fetch-on-android
   
   thanks


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #10993: series.tree.roam在移动端缩放无效

2019-08-14 Thread GitBox
Ovilia commented on issue #10993: series.tree.roam在移动端缩放无效
URL: 
https://github.com/apache/incubator-echarts/issues/10993#issuecomment-521495640
 
 
   请提供一个例子 https://gallery.echartsjs.com/editor.html


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] clfeng edited a comment on issue #8324: SVG 渲染地图鼠标移开后 label 不消失

2019-08-14 Thread GitBox
clfeng edited a comment on issue #8324: SVG 渲染地图鼠标移开后 label 不消失
URL: 
https://github.com/apache/incubator-echarts/issues/8324#issuecomment-521494886
 
 
   可以这么临时处理,将label都行显示出来,但是是透明的,悬浮的时候再改成非透明
   
   ```
   label: {
   normal: {
   show: true,
   color: 'transparent' // 
地图改用svg的方式进行渲染的话,会出现鼠标悬浮过去之后label不消失的情况
   },
   emphasis: {
   show: true,
   textStyle: {
   color: '#fff'
   }
   }
   },
   
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #5260: 请问关于bar图的拖动问题

2019-08-14 Thread GitBox
Ovilia commented on issue #5260: 请问关于bar图的拖动问题
URL: 
https://github.com/apache/incubator-echarts/issues/5260#issuecomment-521494067
 
 
   滚动条是什么?dataZoom 吗?提供一个例子吧


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #10922: ECharts- How to show horizontal scroll bar with 3 lines of legend, and after that scroll if items doesn't fit in 3 lines

2019-08-14 Thread GitBox
Ovilia commented on issue #10922: ECharts- How to show horizontal scroll bar 
with 3 lines of legend, and after that scroll if items doesn't fit in 3 lines
URL: 
https://github.com/apache/incubator-echarts/issues/10922#issuecomment-521493562
 
 
   Legend component cannot automatically avoid grid area.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10920: Cluster bar chart overlapping with date xaxis

2019-08-14 Thread GitBox
Ovilia closed issue #10920: Cluster bar chart overlapping with date xaxis
URL: https://github.com/apache/incubator-echarts/issues/10920
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10902: 引用echarts打包的app安装在苹果手机上, 左右拖动图表时特别的卡

2019-08-14 Thread GitBox
Ovilia closed issue #10902: 引用echarts打包的app安装在苹果手机上, 左右拖动图表时特别的卡
URL: https://github.com/apache/incubator-echarts/issues/10902
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #10902: 引用echarts打包的app安装在苹果手机上, 左右拖动图表时特别的卡

2019-08-14 Thread GitBox
Ovilia commented on issue #10902: 引用echarts打包的app安装在苹果手机上, 左右拖动图表时特别的卡
URL: 
https://github.com/apache/incubator-echarts/issues/10902#issuecomment-521493377
 
 
   无法根据给出的信息得出结论,请自行调试


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10900: Is there any feature to move cursor on chart from code

2019-08-14 Thread GitBox
Ovilia closed issue #10900: Is there any feature to move cursor on chart from 
code 
URL: https://github.com/apache/incubator-echarts/issues/10900
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10898: 4.2.1版本中toolbox渲染有问题,同样的配置4.1.0版本是正常的

2019-08-14 Thread GitBox
Ovilia closed issue #10898: 4.2.1版本中toolbox渲染有问题,同样的配置4.1.0版本是正常的
URL: https://github.com/apache/incubator-echarts/issues/10898
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #10728: 折线图 坐标轴类型time,使用visualMap分段显示,分段处渐变色

2019-08-14 Thread GitBox
Ovilia commented on issue #10728: 折线图 坐标轴类型time,使用visualMap分段显示,分段处渐变色
URL: 
https://github.com/apache/incubator-echarts/issues/10728#issuecomment-521493123
 
 
   1. 「piecewise 中多余的项」哪个是多余的项?
   2. 例子?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #10733: Treemap: setOption method refreshes the output while downloading image.

2019-08-14 Thread GitBox
Ovilia commented on issue #10733: Treemap: setOption method refreshes the 
output while downloading image.
URL: 
https://github.com/apache/incubator-echarts/issues/10733#issuecomment-521492737
 
 
   I think the sunburst chart should be improved so that it will not render the 
initial chart when `setOption` with only title changes.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10796: 高版本和低版本X轴为time类型时的样式显示

2019-08-14 Thread GitBox
Ovilia closed issue #10796: 高版本和低版本X轴为time类型时的样式显示
URL: https://github.com/apache/incubator-echarts/issues/10796
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10805: Graph 中如果只有数据之间的关系,有没有library可以将图关系转换成坐标?

2019-08-14 Thread GitBox
Ovilia closed issue #10805: Graph 中如果只有数据之间的关系,有没有library可以将图关系转换成坐标?
URL: https://github.com/apache/incubator-echarts/issues/10805
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10792: xAxis,yAxis,x轴,y轴的label文字过长时候,name属性被覆盖

2019-08-14 Thread GitBox
Ovilia closed issue #10792: xAxis,yAxis,x轴,y轴的label文字过长时候,name属性被覆盖
URL: https://github.com/apache/incubator-echarts/issues/10792
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10811: Treemap: Labels displayed in treemap not visible because of colour of blocks.

2019-08-14 Thread GitBox
Ovilia closed issue #10811: Treemap: Labels displayed in treemap not visible 
because of colour of blocks.
URL: https://github.com/apache/incubator-echarts/issues/10811
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10808: 折线图visualMap的dimension为0,缩放时视觉映射异常

2019-08-14 Thread GitBox
Ovilia closed issue #10808: 折线图visualMap的dimension为0,缩放时视觉映射异常
URL: https://github.com/apache/incubator-echarts/issues/10808
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10809: Add possibility to return HTML mark-up from axisLabel.formatter

2019-08-14 Thread GitBox
Ovilia closed issue #10809: Add possibility to return HTML mark-up from 
axisLabel.formatter
URL: https://github.com/apache/incubator-echarts/issues/10809
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10822: 桑基图lineStyle颜色渐变左右和上下不一致

2019-08-14 Thread GitBox
Ovilia closed issue #10822: 桑基图lineStyle颜色渐变左右和上下不一致
URL: https://github.com/apache/incubator-echarts/issues/10822
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10836: 当legend字体大小设置为13时,为line的symbol特别细

2019-08-14 Thread GitBox
Ovilia closed issue #10836: 当legend字体大小设置为13时,为line的symbol特别细
URL: https://github.com/apache/incubator-echarts/issues/10836
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10823: 折线图动态加入数据,折线左侧乱连

2019-08-14 Thread GitBox
Ovilia closed issue #10823: 折线图动态加入数据,折线左侧乱连
URL: https://github.com/apache/incubator-echarts/issues/10823
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10818: windows笔记本下chrome浏览器图形乱码

2019-08-14 Thread GitBox
Ovilia closed issue #10818: windows笔记本下chrome浏览器图形乱码
URL: https://github.com/apache/incubator-echarts/issues/10818
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10856: 如何将折线图导出为放大不失真的矢量图

2019-08-14 Thread GitBox
Ovilia closed issue #10856: 如何将折线图导出为放大不失真的矢量图
URL: https://github.com/apache/incubator-echarts/issues/10856
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10877: 怎么打包修改后的源码?

2019-08-14 Thread GitBox
Ovilia closed issue #10877: 怎么打包修改后的源码? 
URL: https://github.com/apache/incubator-echarts/issues/10877
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10859: 高频率更新echarts中的数据时,无法使用brush来框选

2019-08-14 Thread GitBox
Ovilia closed issue #10859: 高频率更新echarts中的数据时,无法使用brush来框选
URL: https://github.com/apache/incubator-echarts/issues/10859
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10875: axisPointer实现连续的hover line

2019-08-14 Thread GitBox
Ovilia closed issue #10875: axisPointer实现连续的hover line
URL: https://github.com/apache/incubator-echarts/issues/10875
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10858: 如何让echarts导出图片为emf或wmf格式,插入到word中

2019-08-14 Thread GitBox
Ovilia closed issue #10858: 如何让echarts导出图片为emf或wmf格式,插入到word中
URL: https://github.com/apache/incubator-echarts/issues/10858
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10872: Refused to execute script from '.../dist/bundle.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is ena

2019-08-14 Thread GitBox
Ovilia closed issue #10872: Refused to execute script from '.../dist/bundle.js' 
because its MIME type ('text/html') is not executable, and strict MIME type 
checking is enabled.
URL: https://github.com/apache/incubator-echarts/issues/10872
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10880: echart label 和 labelLine 如何控制显示位置

2019-08-14 Thread GitBox
Ovilia closed issue #10880: echart label 和 labelLine 如何控制显示位置
URL: https://github.com/apache/incubator-echarts/issues/10880
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10889: geo地图结合散点图,点击地图上的散点,tooltip框没有保持显示

2019-08-14 Thread GitBox
Ovilia closed issue #10889: geo地图结合散点图,点击地图上的散点,tooltip框没有保持显示
URL: https://github.com/apache/incubator-echarts/issues/10889
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10883: Now i using attribute connectNulls to append the points in chart. So can i don't allow append 2 point which between them is the count of null v

2019-08-14 Thread GitBox
Ovilia closed issue #10883: Now i using attribute connectNulls to append the 
points in chart. So can i don't allow append 2 point which between them is the 
count of null value greater 5? and vice versa, still allow append null 
URL: https://github.com/apache/incubator-echarts/issues/10883
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10720: 平行坐标图不支持只有一个轴线的图

2019-08-14 Thread GitBox
Ovilia closed issue #10720: 平行坐标图不支持只有一个轴线的图
URL: https://github.com/apache/incubator-echarts/issues/10720
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10896: 4.2.1版本, singleAxis中最后一列字体和xAxis字体的显示是粗体的问题;4.1.0版本中, xAxis轴不显示的问题

2019-08-14 Thread GitBox
Ovilia closed issue #10896: 4.2.1版本, 
singleAxis中最后一列字体和xAxis字体的显示是粗体的问题;4.1.0版本中, xAxis轴不显示的问题
URL: https://github.com/apache/incubator-echarts/issues/10896
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10886: 无法粘贴代码,退格键按一次会直接删除两个字符(chrome和Edge均出现此问题)

2019-08-14 Thread GitBox
Ovilia closed issue #10886: 无法粘贴代码,退格键按一次会直接删除两个字符(chrome和Edge均出现此问题)
URL: https://github.com/apache/incubator-echarts/issues/10886
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10719: areaStyle.origin 支持数值配置

2019-08-14 Thread GitBox
Ovilia closed issue #10719: areaStyle.origin 支持数值配置
URL: https://github.com/apache/incubator-echarts/issues/10719
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10704: Does the heatmap support local incremental rendering? #heatmap

2019-08-14 Thread GitBox
Ovilia closed issue #10704: Does the heatmap support local incremental 
rendering? #heatmap
URL: https://github.com/apache/incubator-echarts/issues/10704
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10714: 屏幕发生改变时,如何重新加载graphic中自己画的图形

2019-08-14 Thread GitBox
Ovilia closed issue #10714: 屏幕发生改变时,如何重新加载graphic中自己画的图形
URL: https://github.com/apache/incubator-echarts/issues/10714
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10689: Echarts 4 do not support vnee?

2019-08-14 Thread GitBox
Ovilia closed issue #10689: Echarts 4 do not support vnee?
URL: https://github.com/apache/incubator-echarts/issues/10689
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10663: Inconstant dynamic interval for category axis

2019-08-14 Thread GitBox
Ovilia closed issue #10663: Inconstant dynamic interval for category axis
URL: https://github.com/apache/incubator-echarts/issues/10663
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10687: echarts 如何实时抓取屏幕base64

2019-08-14 Thread GitBox
Ovilia closed issue #10687: echarts 如何实时抓取屏幕base64
URL: https://github.com/apache/incubator-echarts/issues/10687
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10667: Hard coded center point for Russia and United States

2019-08-14 Thread GitBox
Ovilia closed issue #10667: Hard coded center point for Russia and United States
URL: https://github.com/apache/incubator-echarts/issues/10667
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10674: IOS 一个页面渲染多个 折线图时报错:TypeError:null is not an object(evaluating 'this.ctx.dpr=this.dpr')

2019-08-14 Thread GitBox
Ovilia closed issue #10674: IOS 一个页面渲染多个 折线图时报错:TypeError:null is not an 
object(evaluating 'this.ctx.dpr=this.dpr')
URL: https://github.com/apache/incubator-echarts/issues/10674
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10685: 柱状图点击以后实现,shadow的效果

2019-08-14 Thread GitBox
Ovilia closed issue #10685: 柱状图点击以后实现,shadow的效果
URL: https://github.com/apache/incubator-echarts/issues/10685
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #10985: echarts中使用bmap时候showTip无效

2019-08-14 Thread GitBox
Ovilia commented on issue #10985: echarts中使用bmap时候showTip无效
URL: 
https://github.com/apache/incubator-echarts/issues/10985#issuecomment-521490869
 
 
   代码跑起来没问题,这个 issue 的问题是什么?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #10992: When the line chart data is null, the line sometimes does not break.

2019-08-14 Thread GitBox
Ovilia commented on issue #10992: When the line chart data is null, the line 
sometimes does not break.
URL: 
https://github.com/apache/incubator-echarts/issues/10992#issuecomment-521490626
 
 
   There may be some cases that user want to have the line not be in 
chronological order. So the best way is to sort by yourself when necessary.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10996: 4.2.0版本,使用svg渲染的地图。谷歌浏览器下,阴影显示有条纹;鼠标移动上坐标之后,鼠标有文字提示,移出鼠标之后,提示的数据不会自动清除。ie浏览器、火狐浏览器,没有显示文字。

2019-08-14 Thread GitBox
Ovilia closed issue #10996: 
4.2.0版本,使用svg渲染的地图。谷歌浏览器下,阴影显示有条纹;鼠标移动上坐标之后,鼠标有文字提示,移出鼠标之后,提示的数据不会自动清除。ie浏览器、火狐浏览器,没有显示文字。
URL: https://github.com/apache/incubator-echarts/issues/10996
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #10996: 4.2.0版本,使用svg渲染的地图。谷歌浏览器下,阴影显示有条纹;鼠标移动上坐标之后,鼠标有文字提示,移出鼠标之后,提示的数据不会自动清除。ie浏览器、火狐浏览器,没有显示文字。

2019-08-14 Thread GitBox
Ovilia commented on issue #10996: 
4.2.0版本,使用svg渲染的地图。谷歌浏览器下,阴影显示有条纹;鼠标移动上坐标之后,鼠标有文字提示,移出鼠标之后,提示的数据不会自动清除。ie浏览器、火狐浏览器,没有显示文字。
URL: 
https://github.com/apache/incubator-echarts/issues/10996#issuecomment-521490118
 
 
   Duplicate of #11019


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #11014: Optional sum (total value) in pie charts

2019-08-14 Thread GitBox
Ovilia closed issue #11014: Optional sum (total value) in pie charts
URL: https://github.com/apache/incubator-echarts/issues/11014
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #11014: Optional sum (total value) in pie charts

2019-08-14 Thread GitBox
Ovilia commented on issue #11014: Optional sum (total value) in pie charts
URL: 
https://github.com/apache/incubator-echarts/issues/11014#issuecomment-521489885
 
 
   You can show the data with `title` at the center position.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #11016: 矩形树图,第二级开始Label不显示

2019-08-14 Thread GitBox
Ovilia commented on issue #11016: 矩形树图,第二级开始Label不显示
URL: 
https://github.com/apache/incubator-echarts/issues/11016#issuecomment-521489509
 
 
   @yzhang921 `borderWidth` 设为什么时候的会正常显示?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #11017: 柱状图markArea覆盖不全

2019-08-14 Thread GitBox
Ovilia commented on issue #11017: 柱状图markArea覆盖不全
URL: 
https://github.com/apache/incubator-echarts/issues/11017#issuecomment-521489146
 
 
   https://echarts.apache.org/zh/option.html#graphic.elements-rect 可以自己画矩形,位置根据 
grid 的来,然后乘个百分比就是横坐标的位置


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #11019: 4.2.0版本 一个页面里,谷歌浏览器显示多个同一类型的柱图,如果有1个是canvas渲染,其他图是svg渲染,那么svg渲染的图形的renderer是svg,但是显示的效果却是模糊的。如果全部柱图都使用svg渲染,又可以看到是清晰的。

2019-08-14 Thread GitBox
Ovilia commented on issue #11019: 4.2.0版本 
一个页面里,谷歌浏览器显示多个同一类型的柱图,如果有1个是canvas渲染,其他图是svg渲染,那么svg渲染的图形的renderer是svg,但是显示的效果却是模糊的。如果全部柱图都使用svg渲染,又可以看到是清晰的。
URL: 
https://github.com/apache/incubator-echarts/issues/11019#issuecomment-521488707
 
 
   请检查自己的代码


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #11021: chrome浏览器下3d图使用特效会报错,请问如何解决?

2019-08-14 Thread GitBox
Ovilia commented on issue #11021: chrome浏览器下3d图使用特效会报错,请问如何解决?
URL: 
https://github.com/apache/incubator-echarts/issues/11021#issuecomment-521488492
 
 
   
https://stackoverflow.com/questions/40912060/how-to-enable-opengl-extension-gl-ext-shader-framebuffer-fetch-on-android


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] Mrzhangqc opened a new issue #11021: chrome浏览器下3d图使用特效会报错,请问如何解决?

2019-08-14 Thread GitBox
Mrzhangqc opened a new issue #11021: chrome浏览器下3d图使用特效会报错,请问如何解决?
URL: https://github.com/apache/incubator-echarts/issues/11021
 
 
   ### Version
   4.2.1
   
   ### Reproduction link
   
[https://www.echartsjs.com/examples/editor.html?c=bar3d-voxelize-image=1](https://www.echartsjs.com/examples/editor.html?c=bar3d-voxelize-image=1)
   
   ### Steps to reproduce
   1.echarts官网实例选项
   2.选GL实例
   3.3D 柱状图
   4.点击Voxelize image
   
   ### What is expected?
   chrome浏览器下可以正常使用
   
   ### What is actually happening?
chrome 会报错 editor.js:434 Error: ERROR: 0:377: 'GL_EXT_shader_texture_lod' : 
extension is not supported
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11021: chrome浏览器下3d图使用特效会报错,请问如何解决?

2019-08-14 Thread GitBox
echarts-robot[bot] commented on issue #11021: chrome浏览器下3d图使用特效会报错,请问如何解决?
URL: 
https://github.com/apache/incubator-echarts/issues/11021#issuecomment-521485027
 
 
   Hi! We've received your issue and please be patient to get responded. 
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   Have a nice day! 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] closed issue #11020: 堆叠柱状图滑动问题

2019-08-14 Thread GitBox
echarts-robot[bot] closed issue #11020: 堆叠柱状图滑动问题
URL: https://github.com/apache/incubator-echarts/issues/11020
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] winterSwallow opened a new issue #11020: 堆叠柱状图滑动问题

2019-08-14 Thread GitBox
winterSwallow opened a new issue #11020: 堆叠柱状图滑动问题
URL: https://github.com/apache/incubator-echarts/issues/11020
 
 
   
   
   This issue is not created by 
[echarts-issue-helper](https://ecomfe.github.io/echarts-issue-helper) and will 
be soon closed.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11020: 堆叠柱状图滑动问题

2019-08-14 Thread GitBox
echarts-robot[bot] commented on issue #11020: 堆叠柱状图滑动问题
URL: 
https://github.com/apache/incubator-echarts/issues/11020#issuecomment-521484077
 
 
   This issue is not created using [issue 
template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close 
it. 
   Sorry for this, but it helps save our maintainers' time so that more 
developers get helped.
   Feel free to create another issue using the issue template.
   
   这个 issue 未使用 [issue 
模板](https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn) 创建,所以我将关闭此 issue。
   为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。
   如果您愿意,可以请使用 issue 模板重新创建 issue。


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] ceerqingting commented on issue #9734: 桑基图能实现从中间流向两边吗

2019-08-14 Thread GitBox
ceerqingting commented on issue #9734: 桑基图能实现从中间流向两边吗
URL: 
https://github.com/apache/incubator-echarts/issues/9734#issuecomment-521476564
 
 
   同问


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



Re: [GitHub] [incubator-echarts] Emails

2019-08-14 Thread Dave Fisher
Hi -

As part of being an Apache project there are somethings to discuss in these 
automated messages.

> On Aug 12, 2019, at 8:37 PM, GitBox  wrote:
> 
>   

Showcase your project at ApacheCON at a Podling's Shark Tank

2019-08-14 Thread Roman Shaposhnik
Hi Podlings!

in less than a month we're going to have our first
ApacheCON this year -- the one in Las Vegas. In
about two month there will be one more in Berlin.

These are not your regular ApacheCONs -- these are
20th Anniversary of ASF ApacehCONs! In other words,
these are not to be missed!

And even if your talk didn't get accepted -- you still
get an opportunity to highlight your project to, what's
likely going to be the biggest audience attending.

Here's how: if you (or any community member who's
passionate about your project) are going to be at either
of those ApacheCONs consider signing up for
Podling's Shark Tank
events:
https://www.apachecon.com/acna19/s/#/scheduledEvent/1038
https://aceu19.apachecon.com/session/podlings-shark-tank

Each project presenting will get ~10 min for the pitch and ~5 min
of panel grilling them on all sorts of things. Kind of like this ;-)
 https://www.youtube.com/watch?v=wmenN7NEdBc

You've got nothing to lose (in fact, the opposite: you're likely to get
a prize!) and you will get a chance to receive feedback that might
actually help you grow your community and ultimately graduate to the
TLP status. And! Given our awesome panel of judges:
 * Myrle Krantz
 * Justin Mclean
 * Craig Russel
 * Shane Curcuru
We guarantee this to be a fun and useful event for your community!

We will be tracking signups over here:
 https://wiki.apache.org/apachecon/ACNA19PodlingSharkTank
 https://wiki.apache.org/apachecon/ACEU19PodlingSharkTank
but for now:

SIMPLY REPLY TO THIS EMAIL if you're interested.

It is first come, first serve -- so don't delay -- sign up today!

Thanks,
Roman.

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] wustdjf commented on issue #9402: Cannot read property 'getRawIndex' of undefined

2019-08-14 Thread GitBox
wustdjf commented on issue #9402: Cannot read property 'getRawIndex' of 
undefined
URL: 
https://github.com/apache/incubator-echarts/issues/9402#issuecomment-521224342
 
 
   same for me


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11019: 4.2.0版本 一个页面里,谷歌浏览器显示多个同一类型的柱图,如果有1个是canvas渲染,其他图是svg渲染,那么svg渲染的图形的renderer是svg,但是显示的效果却是模糊的。如果全部柱图都使用svg渲染,又可以看到是清晰的。

2019-08-14 Thread GitBox
echarts-robot[bot] commented on issue #11019: 4.2.0版本 
一个页面里,谷歌浏览器显示多个同一类型的柱图,如果有1个是canvas渲染,其他图是svg渲染,那么svg渲染的图形的renderer是svg,但是显示的效果却是模糊的。如果全部柱图都使用svg渲染,又可以看到是清晰的。
URL: 
https://github.com/apache/incubator-echarts/issues/11019#issuecomment-521202969
 
 
   Hi! We've received your issue and please be patient to get responded. 
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   Have a nice day! 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] sikynet opened a new issue #11019: 4.2.0版本 一个页面里,谷歌浏览器显示多个同一类型的柱图,如果有1个是canvas渲染,其他图是svg渲染,那么svg渲染的图形的renderer是svg,但是显示的效果却是模糊的。如果全部柱图都使用svg渲染,又可以看到是清晰的。

2019-08-14 Thread GitBox
sikynet opened a new issue #11019: 4.2.0版本 
一个页面里,谷歌浏览器显示多个同一类型的柱图,如果有1个是canvas渲染,其他图是svg渲染,那么svg渲染的图形的renderer是svg,但是显示的效果却是模糊的。如果全部柱图都使用svg渲染,又可以看到是清晰的。
URL: https://github.com/apache/incubator-echarts/issues/11019
 
 
   ### Version
   4.2.0-rc.1
   
   ### Steps to reproduce
   
一个页面里,放置多个柱图,其中一个柱图使用canvas渲染,其他柱图使用svg渲染,那么所有柱图看到的都是模糊的,但是如果全部柱图都使用svg渲染,又可以看到是清晰的。
   
   ### What is expected?
   svg显示可以在一个页面根据自己图形的设置显示。
   
   ### What is actually happening?
   设置了svg还是一样模糊。
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] ahonghong commented on issue #11018: I use the custom symbol in 'candlestick' chart,click the lenged

2019-08-14 Thread GitBox
ahonghong commented on issue #11018: I use the custom symbol in 'candlestick' 
chart,click the lenged 
URL: 
https://github.com/apache/incubator-echarts/issues/11018#issuecomment-521162221
 
 
   当我点击length上的图标时,下面图表中的线和点可以正确隐藏,但是当我再次点击时,只有线重新出现,我自定义的点不会出现。 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11018: I use the custom symbol in 'candlestick' chart,click the lenged

2019-08-14 Thread GitBox
echarts-robot[bot] commented on issue #11018: I use the custom symbol in 
'candlestick' chart,click the lenged 
URL: 
https://github.com/apache/incubator-echarts/issues/11018#issuecomment-521161906
 
 
   Hi! We've received your issue and please be patient to get responded. 
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   Have a nice day! 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] ahonghong opened a new issue #11018: I use the custom symbol in 'candlestick' chart,click the lenged

2019-08-14 Thread GitBox
ahonghong opened a new issue #11018: I use the custom symbol in 'candlestick' 
chart,click the lenged 
URL: https://github.com/apache/incubator-echarts/issues/11018
 
 
   ### Version
   3.4.0
   
   ### Steps to reproduce
   设置symbol属性,使用自定义图标,然后生成图标
   
   ### What is expected?
   图标和折现都正常显示
   
   ### What is actually happening?
   图标没有正常显示
   
   ---
   设置中的symbol使用 `image://data.`赋值或者`image://https.`
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] [incubator-echarts] rajukiran commented on issue #6034: Cannot select overlapping bubbles in a scatter chart

2019-08-14 Thread GitBox
rajukiran commented on issue #6034: Cannot select overlapping bubbles in a 
scatter chart
URL: 
https://github.com/apache/incubator-echarts/issues/6034#issuecomment-521142518
 
 
   Can someone provide the alternate to avoid overlapping items which are in 
the same time frame...!


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org