[GitHub] [incubator-echarts] yangdachu opened a new issue #13181: 请问折线图的y轴能不能分成几段?每段可以显示自己的曲线?

2020-08-24 Thread GitBox


yangdachu opened a new issue #13181:
URL: https://github.com/apache/incubator-echarts/issues/13181


   ### What problem does this feature solve?
   现在的折线图对于多条曲线数据比较接近的情况下不太友好,曲线都融合在一起了,数据量如果很大的话就是一条直线了。
   1、能不能有办法解决这个融合的问题?
   
2、能不能把y轴分成几段?比如0-1000,0-2000,0-3000...可以分成多段,然后每段显示对应自己的曲线,这样可以直观看到数据况且不会重合,还可以直接对比数据的曲线。
   
   ### What does the proposed API look like?
   请问下官方的大佬有没有办法或者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



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



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13181: 请问折线图的y轴能不能分成几段?每段可以显示自己的曲线?

2020-08-24 Thread GitBox


echarts-bot[bot] commented on issue #13181:
URL: 
https://github.com/apache/incubator-echarts/issues/13181#issuecomment-679835820


   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. Please 
attach the issue link if it's a technical questions.
   
   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



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



[GitHub] [incubator-echarts] yangdachu closed issue #13136: 请问xAxis为'time'时,怎么设置区间日期?多条曲线的数据长度不一致时,两点之间的空白数据如何连接成一条直线?

2020-08-24 Thread GitBox


yangdachu closed issue #13136:
URL: https://github.com/apache/incubator-echarts/issues/13136


   



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



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



[GitHub] [incubator-echarts] yangdachu commented on issue #13136: 请问xAxis为'time'时,怎么设置区间日期?多条曲线的数据长度不一致时,两点之间的空白数据如何连接成一条直线?

2020-08-24 Thread GitBox


yangdachu commented on issue #13136:
URL: 
https://github.com/apache/incubator-echarts/issues/13136#issuecomment-679831949


   > @yangdachu 有 `connectNulls` 配置
   
   @pissang 我看了一下,对于缺失的数据需要指定null代替,而我的数据是直接就缺失的。可能不太符合我的需求,谢谢。



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



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



[GitHub] [incubator-echarts] plainheart commented on issue #13179: in gauge,value don't display 5.00

2020-08-24 Thread GitBox


plainheart commented on issue #13179:
URL: 
https://github.com/apache/incubator-echarts/issues/13179#issuecomment-679826522


   The type of value is `number`, for the decimal or other forms, you could try 
[`series-gauge.detail.formatter`](https://echarts.apache.org/en/option.html#series-gauge.detail.formatter).



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



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



[incubator-echarts-doc] branch master updated: fix(live-preview): add `position: relative` to make its child DOM elements with absolute positioning layout correctly. such as `DataView`.

2020-08-24 Thread shenyi
This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git


The following commit(s) were added to refs/heads/master by this push:
 new be9690c  fix(live-preview): add `position: relative` to make its child 
DOM elements with absolute positioning layout correctly. such as `DataView`.
 new 37d8bb9  Merge pull request #129 from 
plainheart/tweak-live-example-layout
be9690c is described below

commit be9690cc06c11b0f31a70e9e7740e6ab6cab5dcf
Author: plainheart 
AuthorDate: Tue Aug 25 09:30:35 2020 +0800

fix(live-preview): add `position: relative` to make its child DOM elements 
with absolute positioning layout correctly.
such as `DataView`.
---
 src/components/LiveExample.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/LiveExample.vue b/src/components/LiveExample.vue
index 0881f35..2be4d69 100644
--- a/src/components/LiveExample.vue
+++ b/src/components/LiveExample.vue
@@ -413,6 +413,7 @@ export default {
 top: 0;
 }
 .preview-main {
+position: relative;
 padding: 0 10px;
 background: #fefefe;
 box-sizing: border-box;


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



[GitHub] [incubator-echarts-doc] pissang merged pull request #129: fix(live-preview): add `position: relative` to make its child DOM elements with absolute positioning layout correctly.

2020-08-24 Thread GitBox


pissang merged pull request #129:
URL: https://github.com/apache/incubator-echarts-doc/pull/129


   



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



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



[GitHub] [incubator-echarts] Charley-liu opened a new issue #13180: 旭日图引导线问题,目前只支持饼状图有引导线,但是旭日图没有,有什么替代方案吗

2020-08-24 Thread GitBox


Charley-liu opened a new issue #13180:
URL: https://github.com/apache/incubator-echarts/issues/13180


   
   
   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



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



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13180: 旭日图引导线问题,目前只支持饼状图有引导线,但是旭日图没有,有什么替代方案吗

2020-08-24 Thread GitBox


echarts-bot[bot] commented on issue #13180:
URL: 
https://github.com/apache/incubator-echarts/issues/13180#issuecomment-679549580


   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.
   
   If you think you have already made your point clear without the template, or 
your problem cannot be covered by it, you may re-open this issue again.
   
   这个 issue 未使用 [issue 
模板](https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn) 创建,所以我将关闭此 issue。
   为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。
   如果您愿意,可以请使用 issue 模板重新创建 issue。
   
   如果你认为虽然没有使用模板,但你已经提供了复现问题的充分描述,或者你的问题无法使用模板表达,也可以重新 open 这个 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



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



[GitHub] [incubator-echarts] echarts-bot[bot] closed issue #13180: 旭日图引导线问题,目前只支持饼状图有引导线,但是旭日图没有,有什么替代方案吗

2020-08-24 Thread GitBox


echarts-bot[bot] closed issue #13180:
URL: https://github.com/apache/incubator-echarts/issues/13180


   



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



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



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13179: in gauge,value don't display 5.00

2020-08-24 Thread GitBox


echarts-bot[bot] commented on issue #13179:
URL: 
https://github.com/apache/incubator-echarts/issues/13179#issuecomment-679483948


   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. Please 
attach the issue link if it's a technical questions.
   
   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



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



[GitHub] [incubator-echarts] CurryChou777 opened a new issue #13179: in gauge,value don't display 5.00

2020-08-24 Thread GitBox


CurryChou777 opened a new issue #13179:
URL: https://github.com/apache/incubator-echarts/issues/13179


   ### Version
   4.7.0
   
   ### Steps to reproduce
   1、Set a default value of 5.00 in the gauge
   2、But it turns out to be 5
   
   ### What is expected?
   Expect to be displayed after the decimal point
   
   ### What is actually happening?
   When the actual decimal point is 0, the decimal point is ignored
   
   
   



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



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



[GitHub] [incubator-echarts] plainheart removed a comment on issue #13176: 微信小程序tooltip.extraCssText参数无效

2020-08-24 Thread GitBox


plainheart removed a comment on issue #13176:
URL: 
https://github.com/apache/incubator-echarts/issues/13176#issuecomment-679435754


   目前文档中列出的可配置的样式不足够吗?还需要自定义哪些?



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



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



[GitHub] [incubator-echarts] DoonPort0422 commented on issue #13028: Zoom in Chrome Browser, mouse event running wrong in svg > foreignObject

2020-08-24 Thread GitBox


DoonPort0422 commented on issue #13028:
URL: 
https://github.com/apache/incubator-echarts/issues/13028#issuecomment-679456760


   FYI, this problem should be a chrome's bug. Besides the mouse's offset, the 
element size may be wrong too.
   https://bugs.chromium.org/p/chromium/issues/detail?id=738022
   https://bugs.chromium.org/p/chromium/issues/detail?id=976224



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



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



[GitHub] [incubator-echarts] ngoc308 opened a new issue #13178: ScatterGL points get blurred when zooming in

2020-08-24 Thread GitBox


ngoc308 opened a new issue #13178:
URL: https://github.com/apache/incubator-echarts/issues/13178


   ### Version
   4.7.0
   
   ### Steps to reproduce
   Using series ScatterGL, symbolSize is changed dynamically (increase when 
zooming in, decrease when zooming out).
   And zooming the chart some level, the points get blurry.
   
   ### What is expected?
   the points don't get blurry
   ### Version
   4.7.0
   
   
   
   
   
   
   
   
   
   ### Steps to reproduce
   Using series ScatterGL, symbolSize is changed dynamically (increase when 
zooming in, decrease when zooming out).
   And zooming the chart some level, the points get blurry.
   
   ### What is expected?
   the points don't get blurry
   
   ### What is actually happening?
   the points get blurry.
   
   
   
   ### What is actually happening?
   the points get blurry.
   
   
   



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



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



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13178: ScatterGL points get blurred when zooming in

2020-08-24 Thread GitBox


echarts-bot[bot] commented on issue #13178:
URL: 
https://github.com/apache/incubator-echarts/issues/13178#issuecomment-679452376


   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. Please 
attach the issue link if it's a technical questions.
   
   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



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



[GitHub] [incubator-echarts-doc] plainheart opened a new pull request #129: fix(live-preview): add `position: relative` to make its child DOM elements with absolute positioning layout correctly.

2020-08-24 Thread GitBox


plainheart opened a new pull request #129:
URL: https://github.com/apache/incubator-echarts-doc/pull/129


   Such as `DataView`.
   
   **Before**
   
   
![image](https://user-images.githubusercontent.com/26999792/91112496-d974c900-e6b5-11ea-938c-05a53d350a64.png)
   
   **After**
   
   
![image](https://user-images.githubusercontent.com/26999792/91112509-e72a4e80-e6b5-11ea-9d13-64288e591c85.png)
   



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



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



[GitHub] [incubator-echarts] plainheart commented on issue #13176: 微信小程序tooltip.extraCssText参数无效

2020-08-24 Thread GitBox


plainheart commented on issue #13176:
URL: 
https://github.com/apache/incubator-echarts/issues/13176#issuecomment-679435754


   目前文档中列出的可配置的样式不足够吗?还需要自定义哪些?



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



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



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13177: series-lines - axis auto scaling

2020-08-24 Thread GitBox


echarts-bot[bot] commented on issue #13177:
URL: 
https://github.com/apache/incubator-echarts/issues/13177#issuecomment-679432723


   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. Please 
attach the issue link if it's a technical questions.
   
   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



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



[GitHub] [incubator-echarts] dmozzoni opened a new issue #13177: series-lines - axis auto scaling

2020-08-24 Thread GitBox


dmozzoni opened a new issue #13177:
URL: https://github.com/apache/incubator-echarts/issues/13177


   ### Version
   4.8.0
   
   ### Reproduction link
   [https://codepen.io/cyric/pen/OJNpLxJ](https://codepen.io/cyric/pen/OJNpLxJ)
   
   ### Steps to reproduce
   Use series-lines with default or "dataMin"/"dataMax" values for the 
xAxis/yAxis "min"/"max" fields.
   
   ### What is expected?
   I expected series-lines to work like series-scatter or series.line, which 
allows default or "dataMin"/"dataMax" values. 
   
   ### What is actually happening?
   The default or dataMin/dataMax values are being ignored, must explicitly set 
min/max fields.
   
   ---
   When using series-lines, the default/'dataMin'/'dataMax' settings for the 
xAxis and yAxis 'min'/'max' fields are not respected, must explicitly set both 
"min" and "max" fields. Since series-lines uses a different format for the data 
field, I'm unsure whether it is supposed to work like series-scatter and 
series-line or not. I couldn't find anything in the documentation to say it's 
not supported. I have a large variable set of data, and it's problematic not 
having the yAxis rescale automatically as I zoom in and out using dataZoom on 
the xAxis.
   
   
   



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



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



[GitHub] [incubator-echarts] GitHubWuYi commented on issue #13176: 微信小程序tooltip.extraCssText参数无效

2020-08-24 Thread GitBox


GitHubWuYi commented on issue #13176:
URL: 
https://github.com/apache/incubator-echarts/issues/13176#issuecomment-679430922


   > `richText` 富文本模式下不支持该属性。
   
   小程序也不支持`html`模式呀,有什么方案可以自定义tooltip的样式吗



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



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



[GitHub] [incubator-echarts] plainheart commented on issue #13176: 微信小程序tooltip.extraCssText参数无效

2020-08-24 Thread GitBox


plainheart commented on issue #13176:
URL: 
https://github.com/apache/incubator-echarts/issues/13176#issuecomment-679425445


   `richText` 富文本模式下不支持该属性。



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



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



[GitHub] [incubator-echarts] JordanFarrow commented on issue #12917: Top and Bottom Lable on a Graph Item.

2020-08-24 Thread GitBox


JordanFarrow commented on issue #12917:
URL: 
https://github.com/apache/incubator-echarts/issues/12917#issuecomment-679410954


   This would be a great feature! 
   series.label = array of label objects, so you can position each individually 
& have formatter for each.
   
   I have a chart which uses graphics.text for top & bottom "labels", but 
absolute positioning is a nightmare with horizontal stacked bar graph and 
variable length data set (especially at smaller sets!).
   



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



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



[GitHub] [incubator-echarts] JordanFarrow commented on issue #13173: yAxis.axisTick.lineStyle.color - gradient not supported

2020-08-24 Thread GitBox


JordanFarrow commented on issue #13173:
URL: 
https://github.com/apache/incubator-echarts/issues/13173#issuecomment-679212546


   ah, ok! Thank you for the explanation & help



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



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



[GitHub] [incubator-echarts] JordanFarrow closed issue #13173: yAxis.axisTick.lineStyle.color - gradient not supported

2020-08-24 Thread GitBox


JordanFarrow closed issue #13173:
URL: https://github.com/apache/incubator-echarts/issues/13173


   



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



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



[GitHub] [incubator-echarts] smithadifd commented on issue #13161: MarkLine Label with position like start or end should be able to use distance as array to config horizontal movement.

2020-08-24 Thread GitBox


smithadifd commented on issue #13161:
URL: 
https://github.com/apache/incubator-echarts/issues/13161#issuecomment-679187267


   @warottop Guessing the following is missing when the issue was created 
(usually added automatically when using the issue template generator). Assuming 
you should be able to add it to the very end and reopen:
   ```
   
   
   ```
   
   Also as mentioned in #13153, there's a whole slew of these missing options 
that intersect with markArea and markPoint. Anyone whom picks this up may want 
to difference markPoints and markAreas and add applicable missing options to 
avoid the need for more tickets like ours in the future.



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



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



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13176: 微信小程序tooltip.extraCssText参数无效

2020-08-24 Thread GitBox


echarts-bot[bot] commented on issue #13176:
URL: 
https://github.com/apache/incubator-echarts/issues/13176#issuecomment-679129321


   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. Please 
attach the issue link if it's a technical questions.
   
   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



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



[GitHub] [incubator-echarts] GitHubWuYi opened a new issue #13176: 微信小程序tooltip.extraCssText参数无效

2020-08-24 Thread GitBox


GitHubWuYi opened a new issue #13176:
URL: https://github.com/apache/incubator-echarts/issues/13176


   ### Version
   4.8.0
   
   ### Steps to reproduce
   tooltip: {
   trigger: 'axis',
   renderMode: 'richText',
   extraCssText: 'transform: rotate(90deg)',
   axisPointer: {
 type: 'shadow'
   }
 }
   
   ### What is expected?
   tooltip在小程序上能旋转90度
   
   ### What is actually happening?
   无论怎么设置extraCssText,tooltip都是默认效果,不会有任何改变
   
   ---
   微信小程序
   
   
   



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



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



[GitHub] [incubator-echarts] GitHubWuYi opened a new issue #13175: 微信小程序tooltip.extraCssText参数无效

2020-08-24 Thread GitBox


GitHubWuYi opened a new issue #13175:
URL: https://github.com/apache/incubator-echarts/issues/13175


tooltip: {
   trigger: 'axis',
   renderMode: 'richText',
   extraCssText: 'transform: rotate(90deg)',
   axisPointer: {
 type: 'shadow'
   }
 },
   
   extraCssText 无论怎么设置,都没有任何效果。



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



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



[GitHub] [incubator-echarts] echarts-bot[bot] closed issue #13175: 微信小程序tooltip.extraCssText参数无效

2020-08-24 Thread GitBox


echarts-bot[bot] closed issue #13175:
URL: https://github.com/apache/incubator-echarts/issues/13175


   



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



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



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13175: 微信小程序tooltip.extraCssText参数无效

2020-08-24 Thread GitBox


echarts-bot[bot] commented on issue #13175:
URL: 
https://github.com/apache/incubator-echarts/issues/13175#issuecomment-679127187


   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.
   
   If you think you have already made your point clear without the template, or 
your problem cannot be covered by it, you may re-open this issue again.
   
   这个 issue 未使用 [issue 
模板](https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn) 创建,所以我将关闭此 issue。
   为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。
   如果您愿意,可以请使用 issue 模板重新创建 issue。
   
   如果你认为虽然没有使用模板,但你已经提供了复现问题的充分描述,或者你的问题无法使用模板表达,也可以重新 open 这个 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



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



[GitHub] [incubator-echarts] pissang commented on issue #13136: 请问xAxis为'time'时,怎么设置区间日期?多条曲线的数据长度不一致时,两点之间的空白数据如何连接成一条直线?

2020-08-24 Thread GitBox


pissang commented on issue #13136:
URL: 
https://github.com/apache/incubator-echarts/issues/13136#issuecomment-679028624


   @yangdachu 有 `connectNulls` 配置



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



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



[incubator-echarts-doc] branch next updated: add doc for data-transform

2020-08-24 Thread sushuang
This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git


The following commit(s) were added to refs/heads/next by this push:
 new d8744a6  add doc for data-transform
d8744a6 is described below

commit d8744a602ba39dbcf51a48e7dcad30b8930e0e24
Author: 100pah 
AuthorDate: Mon Aug 24 16:53:28 2020 +0800

add doc for data-transform
---
 build.js   |   2 +-
 en/option/component/data-transform-external.md |  20 +
 en/option/component/data-transform-filter.md   |  14 +
 en/option/component/data-transform-sort.md |  14 +
 en/option/component/dataset.md |  10 +-
 en/option/partial/data-transform.md|  25 ++
 en/tutorial/data-transform.md  | 556 +
 en/tutorial/dataset.md |  12 +
 en/tutorial/tutorial.md|   1 +
 tool/extractDesc.js|   3 +-
 zh/option/component/data-transform-external.md |  21 +
 zh/option/component/data-transform-filter.md   |  14 +
 zh/option/component/data-transform-sort.md |  14 +
 zh/option/component/dataset.md |  12 +-
 zh/option/partial/data-transform.md|  27 ++
 zh/tutorial/data-transform.md  | 545 
 zh/tutorial/dataset.md |   4 +
 zh/tutorial/tutorial.md|   1 +
 18 files changed, 1291 insertions(+), 4 deletions(-)

diff --git a/build.js b/build.js
index b8cc3df..9e3bc24 100644
--- a/build.js
+++ b/build.js
@@ -131,7 +131,7 @@ async function run() {
 
 for (let language of languages) {
 await md2jsonAsync({
-sectionsAnyOf: ['visualMap', 'dataZoom', 'series', 
'graphic.elements'],
+sectionsAnyOf: ['visualMap', 'dataZoom', 'series', 
'graphic.elements', 'dataset.transform'],
 entry: 'option',
 language
 });
diff --git a/en/option/component/data-transform-external.md 
b/en/option/component/data-transform-external.md
new file mode 100644
index 000..6b7f1d9
--- /dev/null
+++ b/en/option/component/data-transform-external.md
@@ -0,0 +1,20 @@
+{{ target: component-data-transform-external }}
+
+## transform.xxx:xxx(Object)
+
+Besides built-in transforms (like 'filter', 'sort'), we can also use external 
transforms to provide more powerful functionalities.
+
+{{ use: partial-data-transform-tutorial-ref }}
+
+### type(string) = 'xxx:xxx'
+
+Built-in transform has no namespace (like `type: 'filter'`, `type: 'sort'`).
+
+External transform has namespace (like `type: 'ecStat:regression'`).
+
+### config
+
+The needed parameters of this data transform. Each type of transform has its 
own definition of `config`.
+
+
+{{ use: partial-data-transform-print }}
diff --git a/en/option/component/data-transform-filter.md 
b/en/option/component/data-transform-filter.md
new file mode 100644
index 000..698da5d
--- /dev/null
+++ b/en/option/component/data-transform-filter.md
@@ -0,0 +1,14 @@
+{{ target: component-data-transform-filter }}
+
+## transform.filter(Object)
+
+### type(string) = 'filter'
+
+### config
+
+The condition of transform "filter".
+
+{{ use: partial-data-transform-tutorial-ref }}
+
+
+{{ use: partial-data-transform-print }}
diff --git a/en/option/component/data-transform-sort.md 
b/en/option/component/data-transform-sort.md
new file mode 100644
index 000..a8d3007
--- /dev/null
+++ b/en/option/component/data-transform-sort.md
@@ -0,0 +1,14 @@
+{{ target: component-data-transform-sort }}
+
+## transform.sort(Object)
+
+### type(string) = 'sort'
+
+### config
+
+The condition of transform "sort".
+
+{{ use: partial-data-transform-tutorial-ref }}
+
+
+{{ use: partial-data-transform-print }}
diff --git a/en/option/component/dataset.md b/en/option/component/dataset.md
index 1ee7c35..b02e1f2 100644
--- a/en/option/component/dataset.md
+++ b/en/option/component/dataset.md
@@ -7,7 +7,6 @@
 
 More details about `dataset` can be checked in the 
[tutorial](tutorial.html#Dataset).
 

 
 {{use: partial-component-id(prefix="#")}}
 
@@ -64,3 +63,12 @@ Whether the first row/column of `dataset.source` represents 
[dimension names](da
 + `false`: data start from the first row/column.
 
 Note: "the first row/column" means that if 
[series.seriesLayoutBy](~series.seriesLayoutBy) is set as `'column'`, pick the 
first row, otherwise, if it is set as `'row'`, pick the first column.
+
+
+## transform(Object)
+
+{{ use: partial-data-transform-tutorial-ref }}
+
+{{ import: component-data-transform-filter }}
+{{ import: component-data-transform-sort }}
+{{ import: component-data-transform-external }}
diff --git a/en/option/partial/data-transform.md 
b/en/option/partial/data-transform.md
new file mode 100644
index 000..7344d22
--- /dev/null
+++ b/en/option/partial/data-transform.md
@@ -0,0 +1,25 @@
+{{ target: 

[GitHub] [incubator-echarts-doc] pissang commented on pull request #128: fix: search result width

2020-08-24 Thread GitBox


pissang commented on pull request #128:
URL: 
https://github.com/apache/incubator-echarts-doc/pull/128#issuecomment-678996086


   Thanks @random-yang @plainheart 



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



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



[incubator-echarts-doc] branch master updated (006a101 -> 6ed962f)

2020-08-24 Thread shenyi
This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git.


from 006a101  doc: hoverLayerThreshold is missing in en option
 new 4ca9c2e  fix: search result width
 new 5ba7542  fix: a more elegant way
 new 6ed962f  Merge pull request #128 from random-yang/fix

The 1764 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/components/Search.vue | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


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



[GitHub] [incubator-echarts-doc] pissang merged pull request #128: fix: search result width

2020-08-24 Thread GitBox


pissang merged pull request #128:
URL: https://github.com/apache/incubator-echarts-doc/pull/128


   



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



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



[GitHub] [incubator-echarts] yangdachu commented on issue #13136: 请问xAxis为'time'时,怎么设置区间日期?多条曲线的数据长度不一致时,两点之间的空白数据如何连接成一条直线?

2020-08-24 Thread GitBox


yangdachu commented on issue #13136:
URL: 
https://github.com/apache/incubator-echarts/issues/13136#issuecomment-678955859


   @100pah 时间是连续的,已经解决。有些中间缺少的数据怎么用线连接起来?用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



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