[GitHub] [incubator-echarts] yicheny commented on issue #10772: tooltip设置enterable:true后,快速移动至其他图表有时会导致当前tooltip不消失的bug

2019-08-26 Thread GitBox
yicheny commented on issue #10772: 
tooltip设置enterable:true后,快速移动至其他图表有时会导致当前tooltip不消失的bug
URL: 
https://github.com/apache/incubator-echarts/issues/10772#issuecomment-525093221
 
 
   回退echarts版本到4.2.0-rc.2没有这个问题
   
   
   
   ---原始邮件---
   发件人: "长白小蒙"
   发送时间: 2019年8月23日(星期五) 下午2:46
   收件人: "apache/incubator-echarts";
   抄送: "Author";"ylvfeng"<1463020...@qq.com>;
   主题: Re: [apache/incubator-echarts] 
tooltip设置enterable:true后,快速移动至其他图表有时会导致当前tooltip不消失的bug (#10772)
   
   
   
   同样的问题,同问

   —
   You are receiving this because you authored the thread.
   Reply to this email directly, view it on GitHub, or mute the thread.


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #11107: 饼状图计算的百分比如何通过API获取?

2019-08-26 Thread GitBox
Ovilia commented on issue #11107: 饼状图计算的百分比如何通过API获取?
URL: 
https://github.com/apache/incubator-echarts/issues/11107#issuecomment-525113159
 
 
   Sorry, we do not provide such an API.
   The algorithm is [Largest remainder 
method](https://en.wikipedia.org/wiki/Largest_remainder_method). [This 
post](http://zhangwenli.com/blog/2017/06/13/pie-percentage/) helps you to 
understand.


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #10972: Stacking not working properly in bar chart when dataZoom toolbox is active

2019-08-26 Thread GitBox
Ovilia commented on issue #10972: Stacking not working properly in bar chart 
when dataZoom toolbox is active
URL: 
https://github.com/apache/incubator-echarts/issues/10972#issuecomment-525141517
 
 
   Many similar issues here. If someone is going to fix this, please make sure 
test the related issues.


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #11024: Graph becomes crazy when zooming in or out

2019-08-26 Thread GitBox
Ovilia commented on issue #11024: Graph becomes crazy when zooming in or out
URL: 
https://github.com/apache/incubator-echarts/issues/11024#issuecomment-525141242
 
 
   @ITAYC0HEN You should simplify the data with mock one and put it online for 
us to check. No private communication because it can help those with the same 
problem.
   Thanks for understanding.


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] yymoxiaochi commented on issue #1740: echarts的tooltip中可以放图片、超链接之类的元素吗?

2019-08-26 Thread GitBox
yymoxiaochi commented on issue #1740: echarts的tooltip中可以放图片、超链接之类的元素吗?
URL: 
https://github.com/apache/incubator-echarts/issues/1740#issuecomment-525146473
 
 
   > 大家有没发现尽管设置了enterable:true
   > tooltip被悬浮时还是有很大几率会消失不见了
   
   个人认为是tooltip的position跟着鼠标一直刷新导致的,我设置
   position: function(p) {
   return [p[0] - 20, p[1] - 20];
   },
   可以解决,不知道有没有更好的方式


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11109: TypeError: Cannot read property 'charAt' of undefined

2019-08-26 Thread GitBox
echarts-robot[bot] commented on issue #11109: TypeError: Cannot read property 
'charAt' of undefined
URL: 
https://github.com/apache/incubator-echarts/issues/11109#issuecomment-525107946
 
 
   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.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org .
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] eniaclyl opened a new issue #11109: TypeError: Cannot read property 'charAt' of undefined

2019-08-26 Thread GitBox
eniaclyl opened a new issue #11109: TypeError: Cannot read property 'charAt' of 
undefined
URL: https://github.com/apache/incubator-echarts/issues/11109
 
 
   ### Version
   4.2.1
   
   ### Reproduction link
   
[https://gallery.echartsjs.com/editor.html?c=xi99crMLPI=1](https://gallery.echartsjs.com/editor.html?c=xi99crMLPI=1)
   
   ### Steps to reproduce
   1、用工具栏创建一个标注
   2、放大
   3、点工具栏还原按钮
   4、控制台输出错误信息,图像还原失败
   
   ### What is expected?
   myChart.on('restore', function (params) {
   这里如何实现才能正确还原
   });
   
   ### What is actually happening?
   控制台输出错误信息,图像还原失败
   
   
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11110: 柱状图 xAxis.boundaryGap 为 true 时影响了 xAxis.splitLine 的显示效果

2019-08-26 Thread GitBox
echarts-robot[bot] commented on issue #0: 柱状图 xAxis.boundaryGap 为 true 时影响了 
xAxis.splitLine 的显示效果
URL: 
https://github.com/apache/incubator-echarts/issues/0#issuecomment-525117420
 
 
   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.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org .
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] pheart commented on issue #11101: 股票图,数据有NaN时,NaN后面的k线图没有绘制

2019-08-26 Thread GitBox
pheart commented on issue #11101: 股票图,数据有NaN时,NaN后面的k线图没有绘制
URL: 
https://github.com/apache/incubator-echarts/issues/11101#issuecomment-525094324
 
 
   @yufeng04   yeah


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] AndreyAndreyevich opened a new issue #11112: Axis labels visualization

2019-08-26 Thread GitBox
AndreyAndreyevich opened a new issue #2: Axis labels visualization
URL: https://github.com/apache/incubator-echarts/issues/2
 
 
   ### Version
   4.2.1
   
   ### Reproduction link
   
[https://echarts.apache.org/examples/en/editor.html?c=bar-negative](https://echarts.apache.org/examples/en/editor.html?c=bar-negative)
   
   ### Steps to reproduce
   Keep minimizing window vertically until some of the Y-axis labels will be 
hidden. Then maximize the window back. Previously hidden labels won't appear.
   
   ### What is expected?
   It is expected that labels non-overlapping behavior depends on window 
current size.
   
   ### What is actually happening?
   Axis labels visualization corresponds to the minimum window size even if the 
window is maximized back.
   
   ---
   The same issue is for X-axis.
   
   I'm concerned that axisLabel has an 'interval' option, which can be set to 0 
and labels will be shown constantly. But this is not a solution and automatic 
behavior is required.
   
   This behavior may be reproduced on almost every chart of 
https://echarts.apache.org/examples/en/
   
   
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] icksky commented on issue #11102: custom item's fill color error when mouse leave visualMap

2019-08-26 Thread GitBox
icksky commented on issue #11102: custom item's fill color error when mouse 
leave visualMap
URL: 
https://github.com/apache/incubator-echarts/issues/11102#issuecomment-525106901
 
 
   @Ovilia #11103 is caused by mouse leave items; this issue is caused by mouse 
leave visualMap's item, I'm not sure if they duplicate. I'm sorry if they 
really duplicate.


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #11099: 希望折线图实现X轴为类目轴时让我指定两个数据点间横向间距,而不是像现在一样只能自动调整

2019-08-26 Thread GitBox
Ovilia commented on issue #11099: 希望折线图实现X轴为类目轴时让我指定两个数据点间横向间距,而不是像现在一样只能自动调整
URL: 
https://github.com/apache/incubator-echarts/issues/11099#issuecomment-525103198
 
 
   It's advised to use [custom 
series](https://echarts.apache.org/en/option.html#series-custom) to make this. 
A similar example may be 
https://echarts.apache.org/examples/en/editor.html?c=custom-profit .
   You can see more examples 
[here](https://echarts.apache.org/examples/en/#chart-type-custom).


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] eniaclyl commented on issue #11109: TypeError: Cannot read property 'charAt' of undefined

2019-08-26 Thread GitBox
eniaclyl commented on issue #11109: TypeError: Cannot read property 'charAt' of 
undefined
URL: 
https://github.com/apache/incubator-echarts/issues/11109#issuecomment-525108269
 
 
   @Ovilia 大神,来帮我看看这个问题咋处理 求代码,多谢


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] yufeng04 commented on issue #11107: 饼状图计算的百分比如何通过API获取?

2019-08-26 Thread GitBox
yufeng04 commented on issue #11107: 饼状图计算的百分比如何通过API获取?
URL: 
https://github.com/apache/incubator-echarts/issues/11107#issuecomment-525132458
 
 
   Echarts doesn't have such API.


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #9899: Space between bars.

2019-08-26 Thread GitBox
Ovilia commented on issue #9899: Space between bars.
URL: 
https://github.com/apache/incubator-echarts/issues/9899#issuecomment-525116785
 
 
   Create a custom series, which you can control each bar like [this 
one](https://echarts.apache.org/examples/en/editor.html?c=custom-profit).


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #8848: 4.1.0版本双坐标轴绘柱状图bug

2019-08-26 Thread GitBox
Ovilia commented on issue #8848: 4.1.0版本双坐标轴绘柱状图bug
URL: 
https://github.com/apache/incubator-echarts/issues/8848#issuecomment-525122123
 
 
   还没修复,预计下一个版本修复


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] AniFengx commented on issue #8173: legend.type = "scroll" 的文字不能展示完整,会被遮挡

2019-08-27 Thread GitBox
AniFengx commented on issue #8173: legend.type = "scroll" 的文字不能展示完整,会被遮挡
URL: 
https://github.com/apache/incubator-echarts/issues/8173#issuecomment-525158708
 
 
   我也遇到了这个问题 我的顶部第一条数据被遮挡了,只能设置itemheight来解决


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] zpf96126 commented on issue #11106: option中textStyle的作用范围

2019-08-27 Thread GitBox
zpf96126 commented on issue #11106: option中textStyle的作用范围
URL: 
https://github.com/apache/incubator-echarts/issues/11106#issuecomment-525175474
 
 
   但是教程里不是说textStyle可以设置全局字体吗


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] dileepyelleti commented on issue #4905: Creating two independend Tooltips with different triggers in one chart instance.

2019-08-27 Thread GitBox
dileepyelleti commented on issue #4905: Creating two independend Tooltips with 
different triggers in one chart instance.
URL: 
https://github.com/apache/incubator-echarts/issues/4905#issuecomment-525187322
 
 
   I also need this behaviour for my line chart to show tooltips with triggers 
axis(hover on chart) and item(hover on exact point). I am using echars version 
4.2.1. 
   @100pah I don't think this issue was raised for showing different tooltips 
for different series. It is to show different tooltips one on hover on point, 
and another on hover any other place.


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] dileepyelleti opened a new issue #11115: Creating two independent Tooltips with different triggers (axis and item) in one chart

2019-08-27 Thread GitBox
dileepyelleti opened a new issue #5: Creating two independent Tooltips with 
different triggers (axis and item) in one chart
URL: https://github.com/apache/incubator-echarts/issues/5
 
 
   ### What problem does this feature solve?
   For my line chart I need to show two types of tooltips. One on hover on 
exact point(like with trigger item) and another on hovering any other place 
(like trigger axis).
   Below issue was raised for same but closed without proper response
   https://github.com/apache/incubator-echarts/issues/4905
   
   ### What does the proposed API look like?
   tooltip: [{
   trigger: 'axis',
   formatter: axisTooltipFormatter
 },{
   trigger: 'item',
   formatter: itemTooltipFormatter
 }]
   
   Or 
   {
 tooltip: {
trigger: 'axis',
formatter: axisTooltipFormatter
 },
 series[{
...
tooltip: {
   formatter: itemTooltipFormatter // item trigger
   }
 ]
   
   
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11115: Creating two independent Tooltips with different triggers (axis and item) in one chart

2019-08-27 Thread GitBox
echarts-robot[bot] commented on issue #5: Creating two independent Tooltips 
with different triggers (axis and item) in one chart
URL: 
https://github.com/apache/incubator-echarts/issues/5#issuecomment-525190823
 
 
   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.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org .
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #11096: 4.2.0版本 3d柱图、3d散点图、3d地图 不支持svg渲染

2019-08-26 Thread GitBox
Ovilia commented on issue #11096: 4.2.0版本  3d柱图、3d散点图、3d地图 不支持svg渲染
URL: 
https://github.com/apache/incubator-echarts/issues/11096#issuecomment-525102314
 
 
   3D charts are using WebGL, which means they cannot render with 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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] ppjjzz opened a new issue #11113: 使用dataZoom横向滚动图表y轴数值保持不变

2019-08-27 Thread GitBox
ppjjzz opened a new issue #3: 使用dataZoom横向滚动图表y轴数值保持不变
URL: https://github.com/apache/incubator-echarts/issues/3
 
 
   ### What problem does this feature solve?
   每滚动一屏y轴的最大值都会根据当前可视区域的最大值来进行计算,这样就看不出总体数据的趋势。
   例如在第一屏的10有可能跟第二屏的5的柱子一样高
   
   ### What does the proposed API look like?
   能够在使用dataZoom滚动时y轴数值固定且为整个数据集的最大值去自适应
   
   
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] JoenZhu commented on issue #2177: echarts 面积图鼠标移动到相应的部分,高亮显示,怎么实现

2019-08-27 Thread GitBox
JoenZhu commented on issue #2177: echarts 面积图鼠标移动到相应的部分,高亮显示,怎么实现
URL: 
https://github.com/apache/incubator-echarts/issues/2177#issuecomment-525185650
 
 
   @suwenxiong 这位兄弟,这个问题解决了么?


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] 100pah opened a new issue #11116: Some of the UT are failed.

2019-08-27 Thread GitBox
100pah opened a new issue #6: Some of the UT are failed.
URL: https://github.com/apache/incubator-echarts/issues/6
 
 
   ### Version
   4.2.1
   
   ### Steps to reproduce
   -
   
   ### What is expected?
   All of the UT passed.
   
   ### What is actually happening?
   Some of the UT are failed.
   
   ---
   After upgraded from 3 to 4, the UT code has not been tidied up yet.
   Some of the test cases are out of date.
   
   
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11116: Some of the UT are failed.

2019-08-27 Thread GitBox
echarts-robot[bot] commented on issue #6: Some of the UT are failed.
URL: 
https://github.com/apache/incubator-echarts/issues/6#issuecomment-525280961
 
 
   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.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org .
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11117: toolBox 的 iconStyle 对于使用 svg path 的 icon 无法正确设置背景色

2019-08-27 Thread GitBox
echarts-robot[bot] commented on issue #7: toolBox 的 iconStyle 对于使用 svg path 
的 icon 无法正确设置背景色
URL: 
https://github.com/apache/incubator-echarts/issues/7#issuecomment-525284418
 
 
   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.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org .
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] FesonX opened a new issue #11117: toolBox 的 iconStyle 对于使用 svg path 的 icon 无法正确设置背景色

2019-08-27 Thread GitBox
FesonX opened a new issue #7: toolBox 的 iconStyle 对于使用 svg path 的 icon 
无法正确设置背景色
URL: https://github.com/apache/incubator-echarts/issues/7
 
 
   ### Version
   4.2.1
   
   ### Reproduction link
   
[https://gallery.echartsjs.com/editor.html?c=xpahwTCD5R=1](https://gallery.echartsjs.com/editor.html?c=xpahwTCD5R=1)
   
   ### Steps to reproduce
   https://gallery.echartsjs.com/editor.html?c=xpahwTCD5R=1
   如链接中代码所示,iconStyle 的 color 不能使图标背景色发生改变,但是shadowColor可以正常使用。在保持使用 svg path 
的情况下,如何改变图标背景色?
   
   ### What is expected?
   使用 svg path 的图标背景色可以直接通过 iconStyle 修改
   
   ### What is actually happening?
   使用 svg path 的图标背景色无法通过 iconStyle 修改
   
   
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] yufeng04 commented on issue #11106: option中textStyle的作用范围

2019-08-26 Thread GitBox
yufeng04 commented on issue #11106: option中textStyle的作用范围
URL: 
https://github.com/apache/incubator-echarts/issues/11106#issuecomment-524925449
 
 
   
[series.itemStyle.color](https://echarts.baidu.com/option.html#series-bar.itemStyle.color)
 and 
   
[title.textStyle.color](https://echarts.baidu.com/option.html#title.textStyle.color)
 have different way to deal with the default color!


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] ZhangEvan20190527 opened a new issue #11114: (官方实例上可复现bug)3D柱状图当前面有部分NaN值时,会导致数组前后位置对称的有数据的部分也显示不出来

2019-08-27 Thread GitBox
ZhangEvan20190527 opened a new issue #4: 
(官方实例上可复现bug)3D柱状图当前面有部分NaN值时,会导致数组前后位置对称的有数据的部分也显示不出来
URL: https://github.com/apache/incubator-echarts/issues/4
 
 
   ### Version
   4.2.1
   
   ### Steps to reproduce
   echarts官网上3D柱状图的第一个实例:
   把data如下处理:
   for(let i=1; i<400; i  ){
   data[i][1]=NaN;
   }
   即把前400个z轴数据变为NaN值,结果发现从数组后往前数的400个数据(也是原本有数据不为NaN的地方)也显示不出来了。
   
   ### What is expected?
   前400个数据显示为空。其余显示正常
   
   ### What is actually happening?
   前400个数据显示为空。后400个有数据的点也显示不出来了
   
   
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11114: (官方实例上可复现bug)3D柱状图当前面有部分NaN值时,会导致数组前后位置对称的有数据的部分也显示不出来

2019-08-27 Thread GitBox
echarts-robot[bot] commented on issue #4: 
(官方实例上可复现bug)3D柱状图当前面有部分NaN值时,会导致数组前后位置对称的有数据的部分也显示不出来
URL: 
https://github.com/apache/incubator-echarts/issues/4#issuecomment-525171005
 
 
   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.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org .
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] leetia316 commented on issue #9891: Is there an option to increase spacing between leaves in a tree?

2019-08-27 Thread GitBox
leetia316 commented on issue #9891: Is there an option to increase spacing 
between leaves in a tree?
URL: 
https://github.com/apache/incubator-echarts/issues/9891#issuecomment-525184048
 
 
   +1


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] FesonX commented on issue #11117: toolBox 的 iconStyle 对于使用 svg path 的 icon 无法正确设置背景色

2019-08-27 Thread GitBox
FesonX commented on issue #7: toolBox 的 iconStyle 对于使用 svg path 的 icon 
无法正确设置背景色
URL: 
https://github.com/apache/incubator-echarts/issues/7#issuecomment-525290425
 
 
   补充说明,icon 在 emphasis 下颜色仍能按照默认改变,非 emphasis 下却没变化,是 bug 吗


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts-doc] sjcobb opened a new pull request #62: visualMap piecewise.categories dataValue typo correction

2019-08-27 Thread GitBox
sjcobb opened a new pull request #62: visualMap piecewise.categories dataValue 
typo correction
URL: https://github.com/apache/incubator-echarts-doc/pull/62
 
 
   - small typo found here: 
https://echarts.apache.org/en/option.html#visualMap-piecewise.categories
   - previously: "...from dataVale to visual channels"


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts-doc] sjcobb opened a new pull request #61: fix broken tutorial link in dataset options

2019-08-27 Thread GitBox
sjcobb opened a new pull request #61: fix broken tutorial link in dataset 
options
URL: https://github.com/apache/incubator-echarts-doc/pull/61
 
 
   - broken link found in [dataset options 
docs](https://echarts.apache.org/en/option.html#dataset)
   - new link: https://echarts.apache.org/en/tutorial.html#Dataset
   - old link: 
https://ecomfe.github.io/echarts-doc/public/en/tutorial.html#dataset


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11141: 横向柱状图使用dataset后markLine不可用

2019-08-30 Thread GitBox
echarts-robot[bot] commented on issue #11141: 横向柱状图使用dataset后markLine不可用
URL: 
https://github.com/apache/incubator-echarts/issues/11141#issuecomment-526511228
 
 
   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.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org .
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] cn-xufei opened a new issue #11141: 横向柱状图使用dataset后markLine不可用

2019-08-30 Thread GitBox
cn-xufei opened a new issue #11141: 横向柱状图使用dataset后markLine不可用
URL: https://github.com/apache/incubator-echarts/issues/11141
 
 
   ### Version
   4.2.1
   
   ### Reproduction link
   
[https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn](https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn)
   
   ### Steps to reproduce
   https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn
   请看示例
   
   ### What is expected?
   希望MarkLine正常显示
   
   ### What is actually happening?
   ☹︎
   
   
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10953: 设定yAxis的max,min和splitNumber之后变成双y轴

2019-08-30 Thread GitBox
Ovilia closed issue #10953: 设定yAxis的max,min和splitNumber之后变成双y轴
URL: https://github.com/apache/incubator-echarts/issues/10953
 
 
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #10950: Custom axis ticks min

2019-08-30 Thread GitBox
Ovilia commented on issue #10950: Custom axis ticks min
URL: 
https://github.com/apache/incubator-echarts/issues/10950#issuecomment-526566658
 
 
   @MINDoSOFT Hi. I didn't quite understand this requirement. Why would you 
want *the data to appear, but the ticks to start rendering exactly on 
xAxis.min*? The viewer may get confused because they would expect the data on 
the left side to be with the minimum x value.


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #11104: Set `options.polar.radius` to an `Array` wouldn't work

2019-08-30 Thread GitBox
Ovilia commented on issue #11104: Set `options.polar.radius` to an `Array` 
wouldn't work
URL: 
https://github.com/apache/incubator-echarts/issues/11104#issuecomment-526524859
 
 
   The polar radius shouldn't be an array. This is a document error which has 
just been fixed.


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #11081: About Parallel Axis feature request

2019-08-30 Thread GitBox
Ovilia commented on issue #11081: About Parallel Axis feature request
URL: 
https://github.com/apache/incubator-echarts/issues/11081#issuecomment-526556568
 
 
   No, it's not available yet.
   If this issue is about parallel tooltip only, I think I can put #9418 to a 
higher priority.


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #10988: X-axis value does not appear if first item in y-dimension of 'line' series' dataset is null or a string.

2019-08-30 Thread GitBox
Ovilia commented on issue #10988: X-axis value does not appear if first item in 
y-dimension of 'line' series' dataset is null or a string.
URL: 
https://github.com/apache/incubator-echarts/issues/10988#issuecomment-526563740
 
 
   Can you provide a demo?


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10986: 树状图开启拖动与展开收起时的问题

2019-08-30 Thread GitBox
Ovilia closed issue #10986: 树状图开启拖动与展开收起时的问题
URL: https://github.com/apache/incubator-echarts/issues/10986
 
 
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #10991: 主题河流图(themeRiver)获取某一河流在所有时间点的数据

2019-08-30 Thread GitBox
Ovilia commented on issue #10991: 主题河流图(themeRiver)获取某一河流在所有时间点的数据
URL: 
https://github.com/apache/incubator-echarts/issues/10991#issuecomment-526563571
 
 
   没有 @smallyunet 


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] MINDoSOFT commented on issue #10950: Custom axis ticks min

2019-08-30 Thread GitBox
MINDoSOFT commented on issue #10950: Custom axis ticks min
URL: 
https://github.com/apache/incubator-echarts/issues/10950#issuecomment-526574937
 
 
   Basically I want to I achieve what is shown in this screenshot.
   
   
![EchartsXAxisFeature](https://user-images.githubusercontent.com/890368/64018980-9a5d7780-cb36-11e9-8776-19e5bb63f422.png)
   
   Data starts from Feb 2006 (or any month except January) but I want to render 
the next x axis tick on Jan 2007 because it makes more sense for someone 
looking at a chart where the x axis represents months, for the axis ticks/lines 
to appear when the year changes (e.g. January).
   
   I hope that helps !


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts-doc] Ovilia opened a new issue #63: missing doc of pointSize for heat map

2019-08-30 Thread GitBox
Ovilia opened a new issue #63: missing doc of pointSize for heat map
URL: https://github.com/apache/incubator-echarts-doc/issues/63
 
 
   https://echarts.apache.org/en/option.html#series-heatmap.type misses 
`pointSize` parameter for circle size.
   
   | Parameter | Type | Default value |
   | :-:  | :-: | :-: |
   | pointSize | Number | 20 |
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #11138: CONTRIBUTING.md has an error

2019-08-30 Thread GitBox
Ovilia commented on issue #11138: CONTRIBUTING.md has an error 
URL: 
https://github.com/apache/incubator-echarts/issues/11138#issuecomment-526509347
 
 
   Thanks for reporting. Do you mind creating a pull request to fix this?


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #10980: Resize / ratio symbolSize

2019-08-30 Thread GitBox
Ovilia commented on issue #10980: Resize / ratio symbolSize
URL: 
https://github.com/apache/incubator-echarts/issues/10980#issuecomment-526564143
 
 
   @KonradHolubek What's the expected effect?


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #11060: Dynamic line chart, dynamic adding data, on the left side of the not smooth movement instead of flashing

2019-08-30 Thread GitBox
Ovilia commented on issue #11060: Dynamic line chart, dynamic adding data, on 
the left side of the not smooth movement instead of flashing
URL: 
https://github.com/apache/incubator-echarts/issues/11060#issuecomment-526557118
 
 
   Your demo doesn't seem to work. Put it here: 
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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #11134: Render-independent test cases fail to run

2019-08-30 Thread GitBox
Ovilia closed issue #11134: Render-independent test cases fail to run
URL: https://github.com/apache/incubator-echarts/issues/11134
 
 
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia opened a new pull request #11143: doc: add difficulty in contributions doc

2019-08-30 Thread GitBox
Ovilia opened a new pull request #11143: doc: add difficulty in contributions 
doc
URL: https://github.com/apache/incubator-echarts/pull/11143
 
 
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #11045: How to Change the size of dot and how to start graph from zero?

2019-08-30 Thread GitBox
Ovilia commented on issue #11045: How to Change the size of dot and how to 
start graph from zero?
URL: 
https://github.com/apache/incubator-echarts/issues/11045#issuecomment-526558236
 
 
   To change the dot start position, please use 
[xAxis.boundaryGap](https://echarts.apache.org/en/option.html#xAxis.boundaryGap)
 if you want it to display at the beginning of the axis.
   To change the dot size, please use 
[symbolSize](https://echarts.apache.org/en/option.html#series-scatter.symbolSize).


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #11104: Set `options.polar.radius` to an `Array` wouldn't work

2019-08-30 Thread GitBox
Ovilia closed issue #11104: Set `options.polar.radius` to an `Array` wouldn't 
work
URL: https://github.com/apache/incubator-echarts/issues/11104
 
 
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia opened a new pull request #11142: doc: update pull request part

2019-08-30 Thread GitBox
Ovilia opened a new pull request #11142: doc: update pull request part
URL: https://github.com/apache/incubator-echarts/pull/11142
 
 
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #11091: 为什么折线图(任何图)在数据没有变化的情况下占CPU,如何解决?

2019-08-30 Thread GitBox
Ovilia commented on issue #11091: 为什么折线图(任何图)在数据没有变化的情况下占CPU,如何解决?
URL: 
https://github.com/apache/incubator-echarts/issues/11091#issuecomment-52655
 
 
   You should probably provide a demo to show the problem. 
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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia edited a comment on issue #11042: 股票K线图不是只有涨和跌还有十字星 开盘价和收盘价一样 希望可以设置颜色

2019-08-30 Thread GitBox
Ovilia edited a comment on issue #11042: 股票K线图不是只有涨和跌还有十字星 开盘价和收盘价一样 希望可以设置颜色
URL: 
https://github.com/apache/incubator-echarts/issues/11042#issuecomment-526562058
 
 
   现在的逻辑(#6583):
   
   - 如果收盘价和开盘价一样,根据上一个交易日判断阴阳线;
   - 如果没有上一个交易日,或与上一个交易日持平,则算阳线
   
   这能满足你的需求吗?还是一定要自己制定颜色?
   
   #6527 #5767


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10973: Lack of Y axis label notation in Stacked bar when reducing browser window

2019-08-30 Thread GitBox
Ovilia closed issue #10973: Lack of Y axis label notation in Stacked bar when 
reducing browser window
URL: https://github.com/apache/incubator-echarts/issues/10973
 
 
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] 100pah merged pull request #11140: Fix package-lock.json

2019-08-30 Thread GitBox
100pah merged pull request #11140: Fix package-lock.json
URL: https://github.com/apache/incubator-echarts/pull/11140
 
 
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia merged pull request #11142: doc: update pull request part

2019-08-30 Thread GitBox
Ovilia merged pull request #11142: doc: update pull request part
URL: https://github.com/apache/incubator-echarts/pull/11142
 
 
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #11042: 股票K线图不是只有涨和跌还有十字星 开盘价和收盘价一样 希望可以设置颜色

2019-08-30 Thread GitBox
Ovilia commented on issue #11042: 股票K线图不是只有涨和跌还有十字星 开盘价和收盘价一样 希望可以设置颜色
URL: 
https://github.com/apache/incubator-echarts/issues/11042#issuecomment-526562058
 
 
   现在的逻辑:
   
   - 如果收盘价和开盘价一样,根据上一个交易日判断阴阳线;
   - 如果没有上一个交易日,或与上一个交易日持平,则算阳线
   
   这能满足你的需求吗?还是一定要自己制定颜色?
   
   #6527 #5767


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #10958: 折线图设置透明圆点,导致 legend icon 与背景色相同,无法正常显示

2019-08-30 Thread GitBox
Ovilia commented on issue #10958: 折线图设置透明圆点,导致 legend icon 与背景色相同,无法正常显示
URL: 
https://github.com/apache/incubator-echarts/issues/10958#issuecomment-526567185
 
 
   We are going to add border for legend items. Please follow #7340 .


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10961: graph 支持联动拖拽能力

2019-08-30 Thread GitBox
Ovilia closed issue #10961: graph 支持联动拖拽能力
URL: https://github.com/apache/incubator-echarts/issues/10961
 
 
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10958: 折线图设置透明圆点,导致 legend icon 与背景色相同,无法正常显示

2019-08-30 Thread GitBox
Ovilia closed issue #10958: 折线图设置透明圆点,导致 legend icon 与背景色相同,无法正常显示
URL: https://github.com/apache/incubator-echarts/issues/10958
 
 
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia merged pull request #11136: doc: update stale config

2019-08-30 Thread GitBox
Ovilia merged pull request #11136: doc: update stale config
URL: https://github.com/apache/incubator-echarts/pull/11136
 
 
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] KonradHolubek opened a new issue #10980: Resize / ratio symbolSize

2019-08-30 Thread GitBox
KonradHolubek opened a new issue #10980: Resize / ratio symbolSize
URL: https://github.com/apache/incubator-echarts/issues/10980
 
 
   ### What problem does this feature solve?
   Hi, 
   
   I am using a "graph" type. In "data", I'm specifying the symbolSize. The 
problem is when I have a high number for the symbolSize. In that case, the 
bubble is bigger than the graph area. I would like to automatically 
resize/adapt the bubble to the graph area. Is that possible ? 
   
   Screenshot of my issue: 
   https://divers-konrad.s3.amazonaws.com/graph_symbolize_too_big.png
   
   ### What does the proposed API look like?
   
   
   
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10980: Resize / ratio symbolSize

2019-08-30 Thread GitBox
Ovilia closed issue #10980: Resize / ratio symbolSize
URL: https://github.com/apache/incubator-echarts/issues/10980
 
 
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10974: 在uni小程序中如何使用精简版echarts.js

2019-08-30 Thread GitBox
Ovilia closed issue #10974: 在uni小程序中如何使用精简版echarts.js
URL: https://github.com/apache/incubator-echarts/issues/10974
 
 
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] fashiontai commented on issue #11012: Tooltip中设置了enterable:true 但是不能复制提示框浮层的文本内容

2019-08-30 Thread GitBox
fashiontai commented on issue #11012: Tooltip中设置了enterable:true   
但是不能复制提示框浮层的文本内容
URL: 
https://github.com/apache/incubator-echarts/issues/11012#issuecomment-526509465
 
 
   源码是在创建的echarts的dom上加了user-select: none;你可以在你的fommater里面的dom修改user-select:text


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #11110: 柱状图 xAxis.boundaryGap 为 true 时影响了 xAxis.splitLine 的显示效果

2019-08-30 Thread GitBox
Ovilia commented on issue #0: 柱状图 xAxis.boundaryGap 为 true 时影响了 
xAxis.splitLine 的显示效果
URL: 
https://github.com/apache/incubator-echarts/issues/0#issuecomment-526553859
 
 
   This is the expected behavior. @CosSalt What do you want with `boundaryGap: 
false`?
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia closed issue #10999: 网页引用echart地图时无法显示

2019-08-30 Thread GitBox
Ovilia closed issue #10999: 网页引用echart地图时无法显示
URL: https://github.com/apache/incubator-echarts/issues/10999
 
 
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



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

2019-08-30 Thread GitBox
Ovilia closed issue #10993: series.tree.roam在移动端缩放无效
URL: https://github.com/apache/incubator-echarts/issues/10993
 
 
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #10944: Type Graph, Edges use data arrays index rather than name.

2019-08-30 Thread GitBox
Ovilia commented on issue #10944: Type Graph, Edges use data arrays index 
rather than name.
URL: 
https://github.com/apache/incubator-echarts/issues/10944#issuecomment-526565639
 
 
   I got your point. Needs further discussion on this.


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts-doc] Ovilia closed issue #59: Move project to apache namespace

2019-08-30 Thread GitBox
Ovilia closed issue #59: Move project to apache namespace
URL: https://github.com/apache/incubator-echarts-doc/issues/59
 
 
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts-doc] Ovilia commented on issue #58: Improve description of how to subscribe to mailing list

2019-08-30 Thread GitBox
Ovilia commented on issue #58: Improve description of how to subscribe to 
mailing list
URL: 
https://github.com/apache/incubator-echarts-doc/issues/58#issuecomment-526578560
 
 
   Done.


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts-doc] Ovilia commented on issue #59: Move project to apache namespace

2019-08-30 Thread GitBox
Ovilia commented on issue #59: Move project to apache namespace
URL: 
https://github.com/apache/incubator-echarts-doc/issues/59#issuecomment-526578518
 
 
   Done.


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] eniaclyl commented on issue #11109: TypeError: Cannot read property 'charAt' of undefined

2019-08-27 Thread GitBox
eniaclyl commented on issue #11109: TypeError: Cannot read property 'charAt' of 
undefined
URL: 
https://github.com/apache/incubator-echarts/issues/11109#issuecomment-525539159
 
 
   @yufeng04 请问推荐的这个模式


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #11087: toolbox.icon with SVG Path doesn't work for certain paths

2019-08-27 Thread GitBox
Ovilia commented on issue #11087: toolbox.icon with SVG Path doesn't work for 
certain paths
URL: 
https://github.com/apache/incubator-echarts/issues/11087#issuecomment-525554247
 
 
   Seems to be a bug.


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] eniaclyl removed a comment on issue #11109: TypeError: Cannot read property 'charAt' of undefined

2019-08-27 Thread GitBox
eniaclyl removed a comment on issue #11109: TypeError: Cannot read property 
'charAt' of undefined
URL: 
https://github.com/apache/incubator-echarts/issues/11109#issuecomment-525539159
 
 
   @yufeng04 请问推荐的这个模式


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] eniaclyl commented on issue #11109: TypeError: Cannot read property 'charAt' of undefined

2019-08-27 Thread GitBox
eniaclyl commented on issue #11109: TypeError: Cannot read property 'charAt' of 
undefined
URL: 
https://github.com/apache/incubator-echarts/issues/11109#issuecomment-525542951
 
 
   @yufeng04  另一个问题,我使用下面的方法无法删除图表上的数据,当我再次缩放一次图表,要删除的项才消失,如何立刻更新
   var opt = myChart.getOption();
   opt.graphic[0].elements.splice(1, 1);
   myChart.setOption({
   graphic: [{
   elements: opt.graphic[0].elements
   }]
   });


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] eniaclyl opened a new issue #11119: delete graphic elements invalid

2019-08-27 Thread GitBox
eniaclyl opened a new issue #9: delete graphic elements invalid
URL: https://github.com/apache/incubator-echarts/issues/9
 
 
   ### Version
   4.2.1
   
   ### Reproduction link
   
[https://gallery.echartsjs.com/editor.html?c=xnp6Vcczd_=1](https://gallery.echartsjs.com/editor.html?c=xnp6Vcczd_=1)
   
   ### Steps to reproduce
   单击图上的圆删除elements无效
   
   ### What is expected?
   正确删除
   
   ### What is actually happening?
   无法删除
   
   
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11119: delete graphic elements invalid

2019-08-27 Thread GitBox
echarts-robot[bot] commented on issue #9: delete graphic elements invalid
URL: 
https://github.com/apache/incubator-echarts/issues/9#issuecomment-525547979
 
 
   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.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org .
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia commented on issue #11120: 无法正确删除图元

2019-08-27 Thread GitBox
Ovilia commented on issue #11120: 无法正确删除图元
URL: 
https://github.com/apache/incubator-echarts/issues/11120#issuecomment-525575842
 
 
   This seems to be a bug. 
   Before being fixed, you can use [this 
method](https://gallery.echartsjs.com/editor.html?c=xcUz8mQAdp=3) to 
walkaround.


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] pissang merged pull request #11123: doc: update readme, adding debug instructions

2019-08-28 Thread GitBox
pissang merged pull request #11123: doc: update readme, adding debug 
instructions
URL: https://github.com/apache/incubator-echarts/pull/11123
 
 
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] sunan102 opened a new issue #11122: 柱状图xAxis.axisLabel.interval设置为0时,最后一个x轴的文字会加粗

2019-08-27 Thread GitBox
sunan102 opened a new issue #11122: 
柱状图xAxis.axisLabel.interval设置为0时,最后一个x轴的文字会加粗
URL: https://github.com/apache/incubator-echarts/issues/11122
 
 
   ### Version
   4.2.1
   
   ### Steps to reproduce
   ```
   app.title = '坐标轴刻度与标签对齐';
   
   option = {
   color: ['#3398DB'],
   tooltip : {
   trigger: 'axis',
   axisPointer : {// 坐标轴指示器,坐标轴触发有效
   type : 'shadow'// 默认为直线,可选为:'line' | 'shadow'
   }
   },
   grid: {
   left: '3%',
   right: '4%',
   bottom: '3%',
   containLabel: true
   },
   xAxis : [
   {
   type : 'category',
   data : ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],
   axisTick: {
   alignWithLabel: true
   },
   axisLabel: {
   interval:0
   }
   }
   ],
   yAxis : [
   {
   type : 'value'
   }
   ],
   series : [
   {
   name:'直接访问',
   type:'bar',
   barWidth: '60%',
   data:[10, 52, 200, 334, 390, 330, 220]
   }
   ]
   };
   
   ```
   
   ### What is expected?
   期望能修复此bug
   
   ### What is actually happening?
   最后一个bar的横坐标文字会加粗
   
   
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11122: 柱状图xAxis.axisLabel.interval设置为0时,最后一个x轴的文字会加粗

2019-08-27 Thread GitBox
echarts-robot[bot] commented on issue #11122: 
柱状图xAxis.axisLabel.interval设置为0时,最后一个x轴的文字会加粗
URL: 
https://github.com/apache/incubator-echarts/issues/11122#issuecomment-525573581
 
 
   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.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org .
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] eniaclyl commented on issue #11120: 无法正确删除图元

2019-08-27 Thread GitBox
eniaclyl commented on issue #11120: 无法正确删除图元
URL: 
https://github.com/apache/incubator-echarts/issues/11120#issuecomment-525576747
 
 
   @Ovilia 大佬 你这个办法我不能用,因为我的图有缩放的功能 ,如果myChart.setOption(option, 
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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] hoosin closed issue #11084: Echarts 的 dataZoom 能否监听变化后,canvas 可视区域的数据?

2019-08-28 Thread GitBox
hoosin closed issue #11084: Echarts 的 dataZoom 能否监听变化后,canvas 可视区域的数据?
URL: https://github.com/apache/incubator-echarts/issues/11084
 
 
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] 100pah opened a new pull request #11125: Tmp release 4.3.0

2019-08-28 Thread GitBox
100pah opened a new pull request #11125: Tmp release 4.3.0
URL: https://github.com/apache/incubator-echarts/pull/11125
 
 
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] 100pah merged pull request #11126: complete license.

2019-08-28 Thread GitBox
100pah merged pull request #11126: complete license.
URL: https://github.com/apache/incubator-echarts/pull/11126
 
 
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] closed issue #11121: 柱状图xAxis.axisLabel.interval设置为0时,最后一个x轴的文字会加粗

2019-08-27 Thread GitBox
echarts-robot[bot] closed issue #11121: 
柱状图xAxis.axisLabel.interval设置为0时,最后一个x轴的文字会加粗
URL: https://github.com/apache/incubator-echarts/issues/11121
 
 
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11121: 柱状图xAxis.axisLabel.interval设置为0时,最后一个x轴的文字会加粗

2019-08-27 Thread GitBox
echarts-robot[bot] commented on issue #11121: 
柱状图xAxis.axisLabel.interval设置为0时,最后一个x轴的文字会加粗
URL: 
https://github.com/apache/incubator-echarts/issues/11121#issuecomment-525572760
 
 
   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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] eniaclyl opened a new issue #11120: 无法正确删除图元

2019-08-27 Thread GitBox
eniaclyl opened a new issue #11120: 无法正确删除图元
URL: https://github.com/apache/incubator-echarts/issues/11120
 
 
   ### Version
   4.2.1
   
   ### Reproduction link
   
[https://gallery.echartsjs.com/editor.html?c=xcUz8mQAdp=1](https://gallery.echartsjs.com/editor.html?c=xcUz8mQAdp=1)
   
   ### Steps to reproduce
   单击直线可以正确删除,单击圆无法删除
   
   ### What is expected?
   单击圆也可以正确删除
   
   ### What is actually happening?
   单击圆无法删除
   
   ---
   如果改为如下代码会删除真个坐标系,这是错误的效果
   myChart.setOption({
   graphic: [{
   elements: []
   }]
   }, 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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11120: 无法正确删除图元

2019-08-27 Thread GitBox
echarts-robot[bot] commented on issue #11120: 无法正确删除图元
URL: 
https://github.com/apache/incubator-echarts/issues/11120#issuecomment-525569763
 
 
   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.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org .
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] frustigor commented on issue #1996: x轴最右侧label可能会被切掉一半

2019-08-28 Thread GitBox
frustigor commented on issue #1996: x轴最右侧label可能会被切掉一半
URL: 
https://github.com/apache/incubator-echarts/issues/1996#issuecomment-525611381
 
 
   遇到同样问题,echarts 最好提供一个参数来控制最后一个刻度的对齐方式


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] eniaclyl commented on issue #11120: 无法正确删除图元

2019-08-27 Thread GitBox
eniaclyl commented on issue #11120: 无法正确删除图元
URL: 
https://github.com/apache/incubator-echarts/issues/11120#issuecomment-525571333
 
 
   @Ovilia @yufeng04 大佬们,删除图元和删除直线的行为不一样,是不是bug导致的呀?怎么解决这个问题,求教!!!急急急


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Ovilia opened a new pull request #11123: doc: update readme, adding debug instructions

2019-08-28 Thread GitBox
Ovilia opened a new pull request #11123: doc: update readme, adding debug 
instructions
URL: https://github.com/apache/incubator-echarts/pull/11123
 
 
   Add debug instructions in readme, so that more developers can know how to 
debug and contribute.


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] jacktang opened a new issue #11124: 提供时间序列轴保持连续的选项

2019-08-28 Thread GitBox
jacktang opened a new issue #11124: 提供时间序列轴保持连续的选项
URL: https://github.com/apache/incubator-echarts/issues/11124
 
 
   ### What problem does this feature solve?
   常见二维坐标,x是时间坐标,如果提供的数据是不连续的,如: `{"2019-04-01": 23, "2019-04-03": 24, 
"2019-05-07": 30}`,那么应该可以选择是否保持时间连续,如果保持时间连续,中间的时间点用0数值(缺省值)补充,否则显示非0数值
   
   ### What does the proposed API look like?
   1. 提供时间序列轴保持连续的选项
   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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11124: 提供时间序列轴保持连续的选项

2019-08-28 Thread GitBox
echarts-robot[bot] commented on issue #11124: 提供时间序列轴保持连续的选项
URL: 
https://github.com/apache/incubator-echarts/issues/11124#issuecomment-525627717
 
 
   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.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org .
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] eniaclyl commented on issue #11120: 无法正确删除图元

2019-08-27 Thread GitBox
eniaclyl commented on issue #11120: 无法正确删除图元
URL: 
https://github.com/apache/incubator-echarts/issues/11120#issuecomment-525576391
 
 
   @Ovilia 请问什么时候发布新版本,在下个版本会修复这个bug吗


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] 100pah merged pull request #11125: Tmp release 4.3.0

2019-08-28 Thread GitBox
100pah merged pull request #11125: Tmp release 4.3.0
URL: https://github.com/apache/incubator-echarts/pull/11125
 
 
   


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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



  1   2   3   4   5   6   7   8   9   10   >