[GitHub] [incubator-echarts] Ovilia merged pull request #11311: fix(map): map interiors bug casued in #11272

2019-09-24 Thread GitBox
Ovilia merged pull request #11311: fix(map): map interiors bug casued in #11272
URL: https://github.com/apache/incubator-echarts/pull/11311
 
 
   


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 #11312: 百度地图(bmap)存在内存泄漏的情况

2019-09-24 Thread GitBox
echarts-robot[bot] commented on issue #11312: 百度地图(bmap)存在内存泄漏的情况
URL: 
https://github.com/apache/incubator-echarts/issues/11312#issuecomment-534477577
 
 
   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] bigfacewo opened a new issue #11312: 百度地图(bmap)存在内存泄漏的情况

2019-09-24 Thread GitBox
bigfacewo opened a new issue #11312: 百度地图(bmap)存在内存泄漏的情况
URL: https://github.com/apache/incubator-echarts/issues/11312
 
 
   ### Version
   4.2.1
   
   ### Steps to reproduce
   
在单页面网页中,当我使用bmap显示图表后,切换到路由下的其他页面,该页面无其他内容,发现内存并没有降下去,来回切换,内存一直在涨,而我确实是调用了echarts.dispose()方法销毁了echarts实例的,是不是因为bmap的dispose未实现的原因?我在[代码中](https://github.com/apache/incubator-echarts/blob/fd064123626c97b36cbd6da1b5fc73385c280abd/extension/bmap/BMapCoordSys.js)
 第175行,看到 ```// TODO Dispose```,是否是这个原因导致的?
   
   ### What is expected?
   期望bmap使用的内存会被释放。
   
   ### 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 commented on issue #11307: 配置项文档中没有某些标签的介绍

2019-09-24 Thread GitBox
Ovilia commented on issue #11307: 配置项文档中没有某些标签的介绍
URL: 
https://github.com/apache/incubator-echarts/issues/11307#issuecomment-534482971
 
 
   https://echarts.apache.org/zh/option.html#xAxis.boundaryGap


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



[incubator-echarts] branch visual-test-compare-threshold created (now 3223ea8)

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

shenyi pushed a change to branch visual-test-compare-threshold
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.


  at 3223ea8  test: compare screenshots with smaller threshold in visual 
regression testing

This branch includes the following new commits:

 new 3223ea8  test: compare screenshots with smaller threshold in visual 
regression testing

The 1 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.



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



[incubator-echarts] 01/01: test: compare screenshots with smaller threshold in visual regression testing

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

shenyi pushed a commit to branch visual-test-compare-threshold
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git

commit 3223ea8bfe8bf24d8347ad0be34a7283a44afb89
Author: pissang 
AuthorDate: Tue Sep 24 18:05:08 2019 +0800

test: compare screenshots with smaller threshold in visual regression 
testing
---
 test/runTest/compareScreenshot.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/runTest/compareScreenshot.js 
b/test/runTest/compareScreenshot.js
index 237b07c..f4c1627 100644
--- a/test/runTest/compareScreenshot.js
+++ b/test/runTest/compareScreenshot.js
@@ -35,7 +35,7 @@ function readPNG(path) {
 });
 }
 
-module.exports = function (expectedShotPath, actualShotPath, threshold = 0.1) {
+module.exports = function (expectedShotPath, actualShotPath, threshold = 0.01) 
{
 return Promise.all([
 readPNG(expectedShotPath),
 readPNG(actualShotPath)


-
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 #11308: iphone 6 plus 及 iPhone 8 plus ,改变dom宽度导致白屏问题

2019-09-24 Thread GitBox
echarts-robot[bot] commented on issue #11308: iphone 6 plus 及 iPhone 8 plus 
,改变dom宽度导致白屏问题
URL: 
https://github.com/apache/incubator-echarts/issues/11308#issuecomment-534435945
 
 
   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


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 #11308: iphone 6 plus 及 iPhone 8 plus ,改变dom宽度导致白屏问题

2019-09-24 Thread GitBox
echarts-robot[bot] closed issue #11308: iphone 6 plus 及 iPhone 8 plus 
,改变dom宽度导致白屏问题
URL: https://github.com/apache/incubator-echarts/issues/11308
 
 
   


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] 13588936722 opened a new issue #11308: iphone 6 plus 及 iPhone 8 plus ,改变dom宽度导致白屏问题

2019-09-24 Thread GitBox
13588936722 opened a new issue #11308: iphone 6 plus 及 iPhone 8 plus 
,改变dom宽度导致白屏问题
URL: https://github.com/apache/incubator-echarts/issues/11308
 
 
   我根据接口返回的数据,动态设置container的宽度,后续申明,渲染。
   在其他手机上是正常的,但是6/8plus上,就显示白屏。
   我想是因为设置额宽度,导致了重绘,后续init的时候,没有拿到container的宽高。
   后面,我先正常渲染出来,然后动态改变container宽度,再触发resize函数,还是白屏。
   有什么解决办法吗?
   


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] 13588936722 commented on issue #11309: iphone 6/8 plus,改边dom宽度导致白屏

2019-09-24 Thread GitBox
13588936722 commented on issue #11309: iphone 6/8 plus,改边dom宽度导致白屏
URL: 
https://github.com/apache/incubator-echarts/issues/11309#issuecomment-534443081
 
 
   真机才会出现这个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



[incubator-echarts] branch fix-11055 created (now 5d3b6d4)

2019-09-24 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a change to branch fix-11055
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.


  at 5d3b6d4  fix(map): map interiors bug casued in #11272

This branch includes the following new commits:

 new 5d3b6d4  fix(map): map interiors bug casued in #11272

The 1 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.



-
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 #11311: fix(map): map interiors bug casued in #11272

2019-09-24 Thread GitBox
Ovilia opened a new pull request #11311: fix(map): map interiors bug casued in 
#11272
URL: https://github.com/apache/incubator-echarts/pull/11311
 
 
   fix(map): map interiors bug casued in #11272


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 #11310: 标题title渲染了两遍, legend.data和series均为空数组时,

2019-09-24 Thread GitBox
echarts-robot[bot] commented on issue #11310: 标题title渲染了两遍, 
legend.data和series均为空数组时,
URL: 
https://github.com/apache/incubator-echarts/issues/11310#issuecomment-534449534
 
 
   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



[incubator-echarts] 01/01: fix(map): map interiors bug casued in #11272

2019-09-24 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch fix-11055
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git

commit 5d3b6d4a54ccede0f7414bc3271987b8727b870a
Author: Ovilia 
AuthorDate: Tue Sep 24 16:20:59 2019 +0800

fix(map): map interiors bug casued in #11272
---
 src/component/helper/MapDraw.js | 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/src/component/helper/MapDraw.js b/src/component/helper/MapDraw.js
index 163d362..5957b23 100644
--- a/src/component/helper/MapDraw.js
+++ b/src/component/helper/MapDraw.js
@@ -249,23 +249,27 @@ MapDraw.prototype = {
 if (geometry.type !== 'polygon') {
 return;
 }
-var exterior = [];
+var points = [];
 for (var i = 0; i < geometry.exterior.length; ++i) {
-exterior.push(transformPoint(geometry.exterior[i]));
+points.push(transformPoint(geometry.exterior[i]));
 }
 compoundPath.shape.paths.push(new graphic.Polygon({
 segmentIgnoreThreshold: 1,
 shape: {
-points: exterior
+points: points
 }
 }));
 
-for (var i = 0; i < (geometry.interiors ? 
geometry.interiors.length : 0); i++) {
-var interiors = transformPoint(geometry.interiors[i]);
+for (var i = 0; i < (geometry.interiors ? 
geometry.interiors.length : 0); ++i) {
+var interior = geometry.interiors[i];
+var points = [];
+for (var j = 0; j < interior.length; ++j) {
+points.push(transformPoint(interior[j]));
+}
 compoundPath.shape.paths.push(new graphic.Polygon({
 segmentIgnoreThreshold: 1,
 shape: {
-points: interiors
+points: points
 }
 }));
 }


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



[GitHub] [incubator-echarts] 13588936722 commented on issue #11309: iphone 6/8 plus,改边dom宽度导致白屏

2019-09-24 Thread GitBox
13588936722 commented on issue #11309: iphone 6/8 plus,改边dom宽度导致白屏
URL: 
https://github.com/apache/incubator-echarts/issues/11309#issuecomment-534480184
 
 
   最新发现,6 plus下,container宽度达到4000px,就会白屏


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 closed issue #7340: feat: add border style for legend item

2019-09-24 Thread GitBox
pissang closed issue #7340: feat: add border style for legend item
URL: https://github.com/apache/incubator-echarts/issues/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 commented on issue #11298: Radar with Log Axis throws error

2019-09-24 Thread GitBox
Ovilia commented on issue #11298: Radar with Log Axis throws error
URL: 
https://github.com/apache/incubator-echarts/issues/11298#issuecomment-534459843
 
 
   `radiusAxis` is for bar/line charts in polar system, which is not for radar 
charts.


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 #11015: 地图纹理填充

2019-09-24 Thread GitBox
Ovilia commented on issue #11015: 地图纹理填充
URL: 
https://github.com/apache/incubator-echarts/issues/11015#issuecomment-534485675
 
 
   @cn-xufei 提供一下贴图,我试一下


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



[incubator-echarts] branch master updated: test: compare screenshots with smaller threshold in visual regression testing

2019-09-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.git


The following commit(s) were added to refs/heads/master by this push:
 new de55405  test: compare screenshots with smaller threshold in visual 
regression testing
de55405 is described below

commit de55405724e1d800093cfb2c8102310e6f2e3d0d
Author: pissang 
AuthorDate: Tue Sep 24 18:05:08 2019 +0800

test: compare screenshots with smaller threshold in visual regression 
testing
---
 test/runTest/compareScreenshot.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/runTest/compareScreenshot.js 
b/test/runTest/compareScreenshot.js
index 237b07c..f4c1627 100644
--- a/test/runTest/compareScreenshot.js
+++ b/test/runTest/compareScreenshot.js
@@ -35,7 +35,7 @@ function readPNG(path) {
 });
 }
 
-module.exports = function (expectedShotPath, actualShotPath, threshold = 0.1) {
+module.exports = function (expectedShotPath, actualShotPath, threshold = 0.01) 
{
 return Promise.all([
 readPNG(expectedShotPath),
 readPNG(actualShotPath)


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



[GitHub] [incubator-echarts] ihuangxinyu opened a new issue #11310: 标题title渲染了两遍, legend.data和series均为空数组时,

2019-09-24 Thread GitBox
ihuangxinyu opened a new issue #11310: 标题title渲染了两遍, legend.data和series均为空数组时,
URL: https://github.com/apache/incubator-echarts/issues/11310
 
 
   ### Version
   4.3.0
   
   ### Steps to reproduce
   1.watch 数据集变化,然后执行渲染图表的repain函数,
   
   2.repain函数里,初始化chart,填充option,然后setOption(option, true)
   
   3.当option里, lengend.data=[], series=[],即二者同时为空数组时,标题渲染了两遍,如下图
   
![15_38_33__09_24_2019](https://user-images.githubusercontent.com/45959937/65494145-d346fd00-dee6-11e9-8def-50e5da5fd8fa.jpg)
   4.当我把series设为 [[]] 或者 {} 时,标题恢复正常的一遍,然而,控制台此时报错series.type需要指定类型, 如下图
   
![16_19_39__09_24_2019](https://user-images.githubusercontent.com/45959937/65494322-333da380-dee7-11e9-91d6-3a3df87ab05c.jpg)
   
   5.当我把series设为 [[{type:"line"}]] 和 {type: 'line'} ,此两种情况不再类型报错,但是导致标题渲染两遍
   
   6.总结:
   
   ——legend=[],   series = [] || [[{ type: 'line'} ]] || { type: 'line' }  :  
标题渲染两遍, 不报类型错误
   
   ——legend=[],   series = [[]]  || {}   :标题正常,报类型错误
   
   7.
   
   在Chrome和Safari最新版上都有重现。
   
   两遍标题和类型错误都无法在gallery重现。
   
   ### What is expected?
   不报类型错误,标题正常渲染
   
   ### What is actually happening?
   二者出其一
   
   ---
   希望得到legend和series都为空时候的处理方法
   
   
   


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 #11313: test: compare screenshots with smaller threshold in visual regression testing

2019-09-24 Thread GitBox
pissang merged pull request #11313: test: compare screenshots with smaller 
threshold in visual regression testing
URL: https://github.com/apache/incubator-echarts/pull/11313
 
 
   


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



[incubator-echarts] branch visual-test-compare-threshold deleted (was 3223ea8)

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

shenyi pushed a change to branch visual-test-compare-threshold
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.


 was 3223ea8  test: compare screenshots with smaller threshold in visual 
regression testing

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


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



[GitHub] [incubator-echarts] cn-xufei commented on issue #11015: 地图纹理填充

2019-09-24 Thread GitBox
cn-xufei commented on issue #11015: 地图纹理填充
URL: 
https://github.com/apache/incubator-echarts/issues/11015#issuecomment-534507922
 
 
   @Ovilia 
   ```
   
data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAyIiBoZWlnaHQ9IjIwMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdHRlcm4gaWQ9ImIiIHdpZHRoPSI3OCIgaGVpZ2h0PSI3OCIgeD0iNDE4IiB5PSIxMTAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L3BhdHRlcm4+PGltYWdlIGlkPSJhIiB3aWR0aD0iNzgiIGhlaWdodD0iNzgiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBRTRBQUFCT0NBWUFBQUNPcWlBZEFBQUFCR2RCVFVFQUFMR041ZklBS1FBQUFSNUpSRUZVZUFIdDJyRUp3MEFBQkVIWkRhai9HbDJFM01Od2dlRFgrWXBuL2xCZ2RGM0QzLzE3bnVIanBvOWFuKzA3UGQxQkR3c09MenU0NEZBQXN4WVhIQXBnMXVLQ1F3SE1XbHh3S0lCWml3c09CVEJyY2NHaEFHWXRMamdVd0t6RkJZY0NtSDNXZnluak9jN08zbndKNjdQMWpzT3RCeGNjQ21EVzRvSkRBY3hhWEhBb2dGbUxDdzRGTUd0eHdhRUFaaTB1T0JUQXJNVUZod0tZdGJqZ1VBQ3pGaGNjQ21EVzRvSkRBY3hhWEhBb2dGbUxDdzRGTUd0eHdhRUFaaTB1T0JUQXJNVUZod0tZdGJqZ1VBQ3pGaGNjQ21EVzRvSkRBY3o2WEIvaHB0bjZrL2psNGRabjZ4Mkh0eE5jY0NpQVdZc0xEZ1V3YTNIQm9RQm1MUzQ0Rk1Dc3hRV0hBcGkxdU9CUUFMTVdGeHdLWU5iaWdrTUJ6Rm9jd3YwQlFZWVlWZGJJakNRQUFBQUFTVVZPUks1Q1lJST0iLz48L2RlZnM+PHBhdGggZD0iTTQ5NiAxODhoMjAwdjIwMEg0OTZ6IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDk1IC0xODcpIiBmaWxsPSJ1cmwoI2IpIiBzdHJva2U9IiM0RUY3RkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLW9wYWNpdHk9Ii42Ii8+PC9zdmc+
   ```


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] zmheang opened a new issue #11307: 配置项文档中没有某些标签的介绍

2019-09-24 Thread GitBox
zmheang opened a new issue #11307: 配置项文档中没有某些标签的介绍
URL: https://github.com/apache/incubator-echarts/issues/11307
 
 
   ### Version
   4.3.0
   
   ### Steps to reproduce
   
在配置项文档中,并没有boundaryGap的介绍,但是在某些需求上,这个属性确实可以解决我们的问题,如果是被废弃的属性,那么应当有对应的解决方案,需求是   
将x轴上的标签从原点开始显示
   
   ### What is expected?
   能够解决上述需求的方案
   
   ### What is actually happening?
   我能尝试的只有boundaryGap可以解决
   
   
   


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 #11307: 配置项文档中没有某些标签的介绍

2019-09-24 Thread GitBox
echarts-robot[bot] commented on issue #11307: 配置项文档中没有某些标签的介绍
URL: 
https://github.com/apache/incubator-echarts/issues/11307#issuecomment-534429316
 
 
   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 #11309: iphone 6/8 plus,改边dom宽度导致白屏

2019-09-24 Thread GitBox
echarts-robot[bot] commented on issue #11309: iphone 6/8 plus,改边dom宽度导致白屏
URL: 
https://github.com/apache/incubator-echarts/issues/11309#issuecomment-534438841
 
 
   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] 13588936722 opened a new issue #11309: iphone 6/8 plus,改边dom宽度导致白屏

2019-09-24 Thread GitBox
13588936722 opened a new issue #11309: iphone 6/8 plus,改边dom宽度导致白屏
URL: https://github.com/apache/incubator-echarts/issues/11309
 
 
   ### Version
   4.3.0
   
   ### Reproduction link
   
[https://dev.mhealth100.com/patient/cstmr-demo/test/test8.html](https://dev.mhealth100.com/patient/cstmr-demo/test/test8.html)
   
   ### Steps to reproduce
   打开,发现闪一下,就白屏了
   
   ### What is expected?
   不白屏,正常显示
   
   ### What is actually happening?
   白屏
   
   ---
   是因为改变的container的宽度导致的。我需要根据接口返回的数据来改变宽度。
   我试过先渲染后改变(触发resize),试过先改变后初始化渲染(init setOption)。
   
   
   


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 #11298: Radar with Log Axis throws error

2019-09-24 Thread GitBox
Ovilia edited a comment on issue #11298: Radar with Log Axis throws error
URL: 
https://github.com/apache/incubator-echarts/issues/11298#issuecomment-534459843
 
 
   `radiusAxis` is for bar/line charts in polar system, which is not for radar 
charts. We do not support log axis for radar axis (actually, there is no such 
thing as radar axis).
   
   If you do need such a feature, I can set this issue to be a feature request. 
You are encouraged to making a pull request for this feature, and we can give 
you some advice on how to implement if you are interested in it.


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 #9402: Cannot read property 'getRawIndex' of undefined

2019-09-24 Thread GitBox
Ovilia commented on issue #9402: Cannot read property 'getRawIndex' of undefined
URL: 
https://github.com/apache/incubator-echarts/issues/9402#issuecomment-534486358
 
 
   Anyone could provide a demo for this 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



[incubator-echarts] branch fix-11055 deleted (was 5d3b6d4)

2019-09-24 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a change to branch fix-11055
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.


 was 5d3b6d4  fix(map): map interiors bug casued in #11272

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


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



[incubator-echarts] branch release updated: fix(map): map interiors bug casued in #11272

2019-09-24 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/release by this push:
 new 243c6ec  fix(map): map interiors bug casued in #11272
243c6ec is described below

commit 243c6ecb54e188a55e068191b09f1d114dc45704
Author: Ovilia 
AuthorDate: Tue Sep 24 16:20:59 2019 +0800

fix(map): map interiors bug casued in #11272
---
 src/component/helper/MapDraw.js | 16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/src/component/helper/MapDraw.js b/src/component/helper/MapDraw.js
index 163d362..5957b23 100644
--- a/src/component/helper/MapDraw.js
+++ b/src/component/helper/MapDraw.js
@@ -249,23 +249,27 @@ MapDraw.prototype = {
 if (geometry.type !== 'polygon') {
 return;
 }
-var exterior = [];
+var points = [];
 for (var i = 0; i < geometry.exterior.length; ++i) {
-exterior.push(transformPoint(geometry.exterior[i]));
+points.push(transformPoint(geometry.exterior[i]));
 }
 compoundPath.shape.paths.push(new graphic.Polygon({
 segmentIgnoreThreshold: 1,
 shape: {
-points: exterior
+points: points
 }
 }));
 
-for (var i = 0; i < (geometry.interiors ? 
geometry.interiors.length : 0); i++) {
-var interiors = transformPoint(geometry.interiors[i]);
+for (var i = 0; i < (geometry.interiors ? 
geometry.interiors.length : 0); ++i) {
+var interior = geometry.interiors[i];
+var points = [];
+for (var j = 0; j < interior.length; ++j) {
+points.push(transformPoint(interior[j]));
+}
 compoundPath.shape.paths.push(new graphic.Polygon({
 segmentIgnoreThreshold: 1,
 shape: {
-points: interiors
+points: points
 }
 }));
 }


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



[GitHub] [incubator-echarts] 13588936722 commented on issue #11309: iphone 6/8 plus,改边dom宽度导致白屏

2019-09-24 Thread GitBox
13588936722 commented on issue #11309: iphone 6/8 plus,改边dom宽度导致白屏
URL: 
https://github.com/apache/incubator-echarts/issues/11309#issuecomment-534456391
 
 
   再次尝试,先改变dom宽度,后续使用点击“显示图表”,图表也不显示,还是白屏。是页面渲染完成以后,再点击触发的。


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 opened a new pull request #11313: test: compare screenshots with smaller threshold in visual regression testing

2019-09-24 Thread GitBox
pissang opened a new pull request #11313: test: compare screenshots with 
smaller threshold in visual regression testing
URL: https://github.com/apache/incubator-echarts/pull/11313
 
 
   Previous threshold 0.1 is too large. It failed to detect the diff between 
these two images.
   
   
![map-nested-full-shot-actual](https://user-images.githubusercontent.com/841551/65502753-080e8080-def6-11e9-92ed-7e321317ad61.png)
   
![map-nested-full-shot-expected](https://user-images.githubusercontent.com/841551/65502754-08a71700-def6-11e9-98a9-7130b2bed765.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


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 #10928: Axis tick auto align on multiaxis

2019-09-24 Thread GitBox
Ovilia commented on issue #10928: Axis tick auto align on multiaxis
URL: 
https://github.com/apache/incubator-echarts/issues/10928#issuecomment-534492005
 
 
   This is an important feature and we should have some further discussion 
about it. Probably it's not easy to implement this and may be done in v5.0.


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 #11249: bug with quantityExponent

2019-09-24 Thread GitBox
Ovilia commented on issue #11249: bug with quantityExponent
URL: 
https://github.com/apache/incubator-echarts/issues/11249#issuecomment-534492414
 
 
   I'm going to write some test cases. Then, if @GEMINI5516 is interested, you 
are very welcomed to make a pull request.


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] AlrikG commented on issue #8620: Blurry text/graphics

2019-09-24 Thread GitBox
AlrikG commented on issue #8620: Blurry text/graphics
URL: 
https://github.com/apache/incubator-echarts/issues/8620#issuecomment-534552789
 
 
   Are there any news?


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] zifix commented on issue #11298: Radar with Log Axis throws error

2019-09-24 Thread GitBox
zifix commented on issue #11298: Radar with Log Axis throws error
URL: 
https://github.com/apache/incubator-echarts/issues/11298#issuecomment-534582543
 
 
   Hi @Ovilia, 
   thanks for the clarification. I think the feature can be useful and I'm 
proficient in javascript, a total noob at charts though as you can see in my 
mix-up of the terminology  
   If you think that's good enough to handle the complexity of this feature, 
then I'm willing to give it shot.
   BR
   Zifix


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] Annfish1234 opened a new issue #11314: Echarts的graph关系图如何让有关系的一起高亮

2019-09-24 Thread GitBox
Annfish1234 opened a new issue #11314: Echarts的graph关系图如何让有关系的一起高亮
URL: https://github.com/apache/incubator-echarts/issues/11314
 
 
   Echarts的graph关系图如何让有关系的一起高亮


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 #11314: Echarts的graph关系图如何让有关系的一起高亮

2019-09-24 Thread GitBox
echarts-robot[bot] commented on issue #11314: Echarts的graph关系图如何让有关系的一起高亮
URL: 
https://github.com/apache/incubator-echarts/issues/11314#issuecomment-534609044
 
 
   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


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 #11314: Echarts的graph关系图如何让有关系的一起高亮

2019-09-24 Thread GitBox
echarts-robot[bot] closed issue #11314: Echarts的graph关系图如何让有关系的一起高亮
URL: https://github.com/apache/incubator-echarts/issues/11314
 
 
   


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] Annfish1234 opened a new issue #11315: echarts关系图如何生成多个箭头指向同一个目标,之间用直线链接,连线偏移

2019-09-24 Thread GitBox
Annfish1234 opened a new issue #11315: echarts关系图如何生成多个箭头指向同一个目标,之间用直线链接,连线偏移
URL: https://github.com/apache/incubator-echarts/issues/11315
 
 
   echarts关系图如何生成多个箭头指向同一个目标,需要连线都是直线的情况下,不知道怎么能像echarts2一样让直线有个偏移。


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 #11315: echarts关系图如何生成多个箭头指向同一个目标,之间用直线链接,连线偏移

2019-09-24 Thread GitBox
echarts-robot[bot] commented on issue #11315: 
echarts关系图如何生成多个箭头指向同一个目标,之间用直线链接,连线偏移
URL: 
https://github.com/apache/incubator-echarts/issues/11315#issuecomment-534613925
 
 
   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


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 #11315: echarts关系图如何生成多个箭头指向同一个目标,之间用直线链接,连线偏移

2019-09-24 Thread GitBox
echarts-robot[bot] closed issue #11315: echarts关系图如何生成多个箭头指向同一个目标,之间用直线链接,连线偏移
URL: https://github.com/apache/incubator-echarts/issues/11315
 
 
   


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 #11317: echarts关系图如何生成多个箭头指向同一个目标,之间直线链接

2019-09-24 Thread GitBox
echarts-robot[bot] commented on issue #11317: echarts关系图如何生成多个箭头指向同一个目标,之间直线链接
URL: 
https://github.com/apache/incubator-echarts/issues/11317#issuecomment-534616831
 
 
   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 #11316: echarts关系图如何生成多个箭头指向同一个目标,之间直线链接

2019-09-24 Thread GitBox
echarts-robot[bot] commented on issue #11316: echarts关系图如何生成多个箭头指向同一个目标,之间直线链接
URL: 
https://github.com/apache/incubator-echarts/issues/11316#issuecomment-534615028
 
 
   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] Annfish1234 opened a new issue #11316: echarts关系图如何生成多个箭头指向同一个目标,之间直线链接

2019-09-24 Thread GitBox
Annfish1234 opened a new issue #11316: echarts关系图如何生成多个箭头指向同一个目标,之间直线链接
URL: https://github.com/apache/incubator-echarts/issues/11316
 
 
   ### What problem does this feature solve?
   echarts关系图如何生成多个箭头指向同一个目标,需要连线都是直线的情况下,不知道怎么能像echarts2一样让直线有个偏移。
   
   ### What does the proposed API look like?
   lineStyle ,offset
   
   
   


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] Annfish1234 opened a new issue #11317: echarts关系图如何生成多个箭头指向同一个目标,之间直线链接

2019-09-24 Thread GitBox
Annfish1234 opened a new issue #11317: echarts关系图如何生成多个箭头指向同一个目标,之间直线链接
URL: https://github.com/apache/incubator-echarts/issues/11317
 
 
   ### What problem does this feature solve?
   echarts关系图如何生成多个箭头指向同一个目标,需要连线都是直线的情况下,不知道怎么能像echarts2一样让直线有个偏移。
   
   ### What does the proposed API look like?
   lineStyle ,offset
   
   
   


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



[incubator-echarts-doc] 03/03: Merge branch 'master' of https://github.com/apache/incubator-echarts-doc

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

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

commit e0b008a8b4009b4088b884830ba9c10533d7e0a1
Merge: 450d777 88bd813
Author: SHUANG SU 
AuthorDate: Wed Sep 25 00:43:45 2019 +0800

Merge branch 'master' of https://github.com/apache/incubator-echarts-doc

 .github/workflows/nodejs.yml   |  25 +++
 cn/option-gl/component/axis3D-axis-common.md   |   8 +-
 cn/option-gl/component/axis3D-common.md|   8 +-
 cn/option-gl/component/geo3D-common.md |  18 +-
 cn/option-gl/component/geo3D.md|   4 +-
 cn/option-gl/component/globe.md|  12 +-
 cn/option-gl/component/grid3D.md   |   2 +-
 cn/option-gl/component/mapbox3D.md |   2 +-
 cn/option-gl/partial/animation.md  |   2 +-
 cn/option-gl/partial/box-size.md   |   6 +-
 cn/option-gl/partial/environment.md|   2 +-
 cn/option-gl/partial/formatter.md  |  78 
 cn/option-gl/partial/label.md  |  15 +-
 cn/option-gl/partial/light.md  |   6 +-
 cn/option-gl/partial/post-effect.md|  39 ++--
 cn/option-gl/partial/series-name.md|   2 +-
 cn/option-gl/partial/shading.md|  16 +-
 cn/option-gl/partial/temporal-super-sampling.md|   2 +-
 cn/option-gl/partial/view-control.md   |   6 +-
 cn/option-gl/partial/zlevel.md |   2 +-
 cn/option-gl/series/bar3D.md   |   2 +-
 cn/option-gl/series/flowGL.md  |  10 +-
 cn/option-gl/series/graphGL.md |   6 +-
 cn/option-gl/series/lines3D.md |   2 +-
 cn/option-gl/series/polygons3D.md  |   4 +-
 cn/option-gl/series/scatter3D.md   |   2 +-
 cn/option-gl/series/series.md  |   2 +-
 cn/option-gl/series/surface.md |   9 +-
 en/api/events.md   |   2 +-
 en/changelog.md|  26 +--
 en/option-gl/component/axis3D-axis-common.md   | 134 ++
 {cn => en}/option-gl/component/axis3D-common.md| 102 +--
 {cn => en}/option-gl/component/geo3D-common.md |  69 +++
 en/option-gl/component/geo3D.md|  16 ++
 en/option-gl/component/globe.md| 199 +++--
 en/option-gl/component/grid3D.md   |  73 
 en/option-gl/component/mapbox3D.md |  83 +
 en/option-gl/component/xAxis3D.md  |  27 +++
 en/option-gl/component/yAxis3D.md  |  27 +++
 en/option-gl/component/zAxis3D.md  |  27 +++
 en/option-gl/option-gl.md  |  20 ++-
 {cn => en}/option-gl/partial/animation.md  |  13 +-
 en/option-gl/partial/area-style.md |  19 ++
 en/option-gl/partial/blend-mode.md |   9 +
 {cn => en}/option-gl/partial/box-size.md   |   6 +-
 en/option-gl/partial/environment.md|  22 +++
 en/option-gl/partial/formatter.md  |  78 
 en/option-gl/partial/icon.md   |  16 ++
 en/option-gl/partial/item-style.md |  18 ++
 {cn => en}/option-gl/partial/label.md  |  50 +++---
 en/option-gl/partial/light.md  | 104 +++
 en/option-gl/partial/line-style.md |  23 +++
 en/option-gl/partial/post-effect.md| 187 +++
 en/option-gl/partial/series-name.md|   3 +
 en/option-gl/partial/shading.md|  98 ++
 en/option-gl/partial/symbol.md |  17 ++
 en/option-gl/partial/temporal-super-sampling.md|  19 ++
 en/option-gl/partial/view-control.md   | 155 
 .../partial/viewport.md}   |  84 -
 en/option-gl/partial/zlevel.md |  12 ++
 {cn => en}/option-gl/series/bar3D.md   |  46 ++---
 en/option-gl/series/common-coordinate-system.md|  61 +++
 en/option-gl/series/common-data.md |  29 +++
 en/option-gl/series/flowGL.md  |  85 +
 en/option-gl/series/graphGL.md | 174 ++
 en/option-gl/series/line3D.md  |  65 +++
 en/option-gl/series/lines3D.md | 122 +
 en/option-gl/series/map3D.md   |  21 +++
 en/option-gl/series/polygons3D.md  |  65 +++
 {cn => en}/option-gl/series/scatter3D.md   |  25 ++-
 en/option-gl/series/scatterGL.md   |  66 +++
 en/option-gl/series/series.md  |   9 +
 

[incubator-echarts-doc] 02/03: Fix build scripts

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

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

commit 450d777930e44a5af33e73270c591aa6ac995336
Author: SHUANG SU 
AuthorDate: Wed Sep 25 00:43:36 2019 +0800

Fix build scripts
---
 build.js  | 30 ++---
 package.json  |  5 +
 public/en/documents/en/api.json   |  2 +-
 public/en/documents/en/option-gl.json |  2 +-
 public/en/documents/en/option.json|  2 +-
 public/en/documents/en/tutorial.json  |  2 +-
 server.js |  2 +-
 watch.js  | 36 +++
 8 files changed, 61 insertions(+), 20 deletions(-)

diff --git a/build.js b/build.js
index 5752f13..8d21c0a 100644
--- a/build.js
+++ b/build.js
@@ -1,23 +1,23 @@
-var md2json = require('./tool/md2json');
-var fs = require('fs');
-var marked = require('marked');
-var copydir = require('copy-dir');
-// var MarkDownTOCRenderer = require('./tool/MarkDownTOCRenderer');
-var argv = require('yargs').argv;
-
 /**
  * 
  * Usage:
  *
  * ```shell
- * ./nodule_modules/.bin/gulp release --env asf
- * ./nodule_modules/.bin/gulp release --env echartsjs
- * ./nodule_modules/.bin/gulp release --env dev # the same as "debug"
+ * node build.js --env dev
+ * node build.js --env asf
+ * node build.js --env echartsjs
  * # Check `./config` to see the available env
  * ```
  * 
  */
 
+var md2json = require('./tool/md2json');
+var fs = require('fs');
+var marked = require('marked');
+var copydir = require('copy-dir');
+// var MarkDownTOCRenderer = require('./tool/MarkDownTOCRenderer');
+var argv = require('yargs').argv;
+
 function initEnv() {
 var envType = argv.env;
 var isDev = argv.dev != null || argv.debug != null || envType === 'debug';
@@ -106,6 +106,11 @@ function run() {
 'utf-8'
 );
 
+console.log('Please visit:');
+console.log('echarts-doc/public/zh/');
+console.log('echarts-doc/public/en/');
+console.log();
+
 // var plainMarkDownTpl = fs.readFileSync('tool/plain-md.tpl', 
'utf-8');
 // var codingStandardMD = fs.readFileSync('en' + 
'/coding-standard.md', 'utf-8');
 // var codingStandardContent = marked(codingStandardMD);
@@ -130,7 +135,10 @@ function run() {
 }
 
 function writeSingleSchema(schema, language, docName, format) {
-var path = 'public/' + language + '/documents/' + language + '/' + docName 
+ '.json';
+if (language === 'cn') {
+language = 'zh';
+}
+var path = 'public/documents/' + language + '/' + docName + '.json';
 console.log('output: ' + path);
 fs.writeFileSync(
 path,
diff --git a/package.json b/package.json
index 7c9eb75..433e446 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,11 @@
 "type": "git",
 "url": "g...@github.com:ecomfe/echarts-doc.git"
   },
+  "scripts": {
+"build": "node build.js --env dev",
+"watch": "node watch.js --env dev",
+"server": "node server.js"
+  },
   "author": "shenyi",
   "license": "BSD",
   "devDependencies": {
diff --git a/public/en/documents/en/api.json b/public/en/documents/en/api.json
index 3f320fd..45097fa 100644
--- a/public/en/documents/en/api.json
+++ b/public/en/documents/en/api.json
@@ -1 +1 @@
-{"$schema":"http://echarts.baidu.com/doc/json-schem","option":{"type":"Object","properties":{"echarts":{"type":["Object"],"description":;Global
 echarts object, which can be accessed after including echarts.js 
in script tag or through require(echarts) in AMD 
environment.\n","properties":{"init":{"type":["Function"],"description":"(dom: HTMLDivElement|HTMLCanvasElement, theme?: 
Object|string, opts?: {\ndevicePixelR [...]
\ No newline at end of file
+{"$schema":"http://echarts.baidu.com/doc/json-schem","option":{"type":"Object","properties":{"echarts":{"type":["Object"],"description":;Global
 echarts object, which can be accessed after including echarts.js 
in script tag or through require(echarts) in AMD 
environment.\n","properties":{"init":{"type":["Function"],"description":"(dom: HTMLDivElement|HTMLCanvasElement, theme?: 
Object|string, opts?: {\ndevicePixelR [...]
\ No newline at end of file
diff --git a/public/en/documents/en/option-gl.json 
b/public/en/documents/en/option-gl.json
index 17ac83f..3209dac 100644
--- a/public/en/documents/en/option-gl.json
+++ b/public/en/documents/en/option-gl.json
@@ -1 +1 @@

[incubator-echarts-doc] branch master updated (88bd813 -> e0b008a)

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

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


from 88bd813  ci: add github action support
 new c6cae6b  fix: readme about build instructions.
 new 450d777  Fix build scripts
 new e0b008a  Merge branch 'master' of 
https://github.com/apache/incubator-echarts-doc

The 3 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:
 README.md |  4 ++--
 build.js  | 30 ++---
 package.json  |  5 +
 public/en/documents/en/api.json   |  2 +-
 public/en/documents/en/option-gl.json |  2 +-
 public/en/documents/en/option.json|  2 +-
 public/en/documents/en/tutorial.json  |  2 +-
 server.js |  2 +-
 watch.js  | 36 +++
 9 files changed, 63 insertions(+), 22 deletions(-)


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



[incubator-echarts-doc] 01/03: fix: readme about build instructions.

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

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

commit c6cae6ba5795e3bc106783ccdaefe2e1c6075976
Author: SHUANG SU 
AuthorDate: Mon Sep 23 03:59:31 2019 +0800

fix: readme about build instructions.
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index e4bc744..8398843 100644
--- a/README.md
+++ b/README.md
@@ -16,9 +16,9 @@
 Dev:
 ```shell
 # should put  on the same folder 
with echarts-doc
-node watch.js dev
+node watch.js --env dev
 # or
-node build.js dev
+node build.js --env dev
 
 # Run a static server (optional)
 node server.js


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



[incubator-echarts-doc] 01/01: merge release of 4.3.0 to master

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

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

commit dace24e4f114f9378493fb33be873f83985ad152
Merge: e0b008a a2d10c1
Author: SHUANG SU 
AuthorDate: Wed Sep 25 01:06:47 2019 +0800

merge release of 4.3.0 to master

 cn/option/component/brush.md   | 7 -
 cn/option/component/geo.md | 5 -
 cn/option/component/visual-map-continuous.md   | 2 -
 cn/option/partial/parallel.md  | 4 +-
 cn/option/series/effectScatter.md  | 3 -
 cn/option/series/heatmap.md| 4 +-
 cn/option/series/lines.md  | 3 -
 cn/option/series/map.md| 7 -
 cn/option/series/scatter.md| 2 -
 cn/tutorial/echarts-feature.md | 6 +-
 cn/tutorial/visual-map.md  | 3 +-
 en/option/component/brush.md   | 5 -
 en/option/component/geo.md | 5 +-
 en/option/component/visual-map-continuous.md   | 3 -
 en/option/series/effectScatter.md  | 3 -
 en/option/series/heatmap.md| 2 -
 en/option/series/lines.md  | 3 -
 en/option/series/map.md| 7 +-
 en/option/series/scatter.md| 3 -
 en/tutorial/echarts-feature.md | 5 -
 en/tutorial/visual-map.md  | 1 -
 public/cn/api.html |78 -
 public/cn/css/ecOption.css |   736 --
 public/cn/css/font/iconfont.eot|   Bin 6268 -> 0 bytes
 public/cn/css/font/iconfont.svg|54 -
 public/cn/css/font/iconfont.ttf|   Bin 5984 -> 0 bytes
 public/cn/css/font/iconfont.woff   |   Bin 3880 -> 0 bytes
 public/cn/css/main.css | 1 -
 public/cn/css/spreadsheet.css  |   575 -
 public/cn/documents/asset/gl/img/alpha-beta.sketch |   Bin 65536 -> 0 bytes
 public/cn/documents/asset/gl/img/bar3D-bevel.png   |   Bin 936101 -> 0 bytes
 .../cn/documents/asset/gl/img/bar3D-no-bevel.png   |   Bin 653448 -> 0 bytes
 .../cn/documents/asset/gl/img/buildings-cold.jpg   |   Bin 244509 -> 0 bytes
 .../cn/documents/asset/gl/img/buildings-warm.jpg   |   Bin 271468 -> 0 bytes
 .../documents/asset/gl/img/city-region-height.jpg  |   Bin 115703 -> 0 bytes
 public/cn/documents/asset/gl/img/crispwinter.png   |   Bin 134164 -> 0 bytes
 .../asset/gl/img/displacement-disable.png  |   Bin 444676 -> 0 bytes
 .../documents/asset/gl/img/displacement-enable.png |   Bin 469684 -> 0 bytes
 .../cn/documents/asset/gl/img/displacement-low.png |   Bin 393852 -> 0 bytes
 .../documents/asset/gl/img/displacement-ultra.png  |   Bin 752937 -> 0 bytes
 public/cn/documents/asset/gl/img/flowGL-line.jpg   |   Bin 477721 -> 0 bytes
 public/cn/documents/asset/gl/img/flowGL-noss.jpg   |   Bin 468782 -> 0 bytes
 public/cn/documents/asset/gl/img/flowGL-point.jpg  |   Bin 481332 -> 0 bytes
 public/cn/documents/asset/gl/img/flowGL-ss.jpg |   Bin 491893 -> 0 bytes
 public/cn/documents/asset/gl/img/flowGL-wind.jpg   |   Bin 309476 -> 0 bytes
 public/cn/documents/asset/gl/img/geo-bar3D.jpg |   Bin 144774 -> 0 bytes
 public/cn/documents/asset/gl/img/geo-border.png|   Bin 120977 -> 0 bytes
 public/cn/documents/asset/gl/img/geo-dof-large.png |   Bin 251435 -> 0 bytes
 public/cn/documents/asset/gl/img/geo-dof-small.png |   Bin 242725 -> 0 bytes
 public/cn/documents/asset/gl/img/geo-dof.png   |   Bin 280814 -> 0 bytes
 public/cn/documents/asset/gl/img/geo-no-dof.png|   Bin 313830 -> 0 bytes
 public/cn/documents/asset/gl/img/geo-no-shadow.png |   Bin 348841 -> 0 bytes
 public/cn/documents/asset/gl/img/geo-no-ssao.png   |   Bin 795777 -> 0 bytes
 .../cn/documents/asset/gl/img/geo-shadow-high.png  |   Bin 456090 -> 0 bytes
 .../cn/documents/asset/gl/img/geo-shadow-low.png   |   Bin 462952 -> 0 bytes
 public/cn/documents/asset/gl/img/geo-shadow.png|   Bin 417158 -> 0 bytes
 public/cn/documents/asset/gl/img/geo-size.png  |   Bin 609536 -> 0 bytes
 public/cn/documents/asset/gl/img/geo-size.sketch   |   Bin 1452208 -> 0 bytes
 .../asset/gl/img/geo-ssao-large-radius.png |   Bin 777267 -> 0 bytes
 .../asset/gl/img/geo-ssao-small-radius.png |   Bin 784519 -> 0 bytes
 public/cn/documents/asset/gl/img/geo-ssao.png  |   Bin 798212 -> 0 bytes
 public/cn/documents/asset/gl/img/globe-airline.png |   Bin 705346 -> 0 bytes
 public/cn/documents/asset/gl/img/globe-gloss.png   |   Bin 658718 -> 0 bytes
 public/cn/documents/asset/gl/img/globe-metal.png   |   Bin 435143 -> 0 bytes
 .../cn/documents/asset/gl/img/globe-non-metal.png  |   Bin 

[incubator-echarts-doc] branch master updated (e0b008a -> dace24e)

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

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


from e0b008a  Merge branch 'master' of 
https://github.com/apache/incubator-echarts-doc
 add c4fa41f  remove examples about map in doc
 add f9273f9  Remove the contented
 add 2c1ba69  Remove commented docs
 add dfff10a  update website
 add a2d10c1  remove legacy cn files
 new dace24e  merge release of 4.3.0 to master

The 1 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:
 cn/option/component/brush.md   | 7 -
 cn/option/component/geo.md | 5 -
 cn/option/component/visual-map-continuous.md   | 2 -
 cn/option/partial/parallel.md  | 4 +-
 cn/option/series/effectScatter.md  | 3 -
 cn/option/series/heatmap.md| 4 +-
 cn/option/series/lines.md  | 3 -
 cn/option/series/map.md| 7 -
 cn/option/series/scatter.md| 2 -
 cn/tutorial/echarts-feature.md | 6 +-
 cn/tutorial/visual-map.md  | 3 +-
 en/option/component/brush.md   | 5 -
 en/option/component/geo.md | 5 +-
 en/option/component/visual-map-continuous.md   | 3 -
 en/option/series/effectScatter.md  | 3 -
 en/option/series/heatmap.md| 2 -
 en/option/series/lines.md  | 3 -
 en/option/series/map.md| 7 +-
 en/option/series/scatter.md| 3 -
 en/tutorial/echarts-feature.md | 5 -
 en/tutorial/visual-map.md  | 1 -
 public/cn/api.html |78 -
 public/cn/css/ecOption.css |   736 --
 public/cn/css/font/iconfont.eot|   Bin 6268 -> 0 bytes
 public/cn/css/font/iconfont.svg|54 -
 public/cn/css/font/iconfont.ttf|   Bin 5984 -> 0 bytes
 public/cn/css/font/iconfont.woff   |   Bin 3880 -> 0 bytes
 public/cn/css/main.css | 1 -
 public/cn/css/spreadsheet.css  |   575 -
 public/cn/documents/asset/gl/img/alpha-beta.sketch |   Bin 65536 -> 0 bytes
 public/cn/documents/asset/gl/img/bar3D-bevel.png   |   Bin 936101 -> 0 bytes
 .../cn/documents/asset/gl/img/bar3D-no-bevel.png   |   Bin 653448 -> 0 bytes
 .../cn/documents/asset/gl/img/buildings-cold.jpg   |   Bin 244509 -> 0 bytes
 .../cn/documents/asset/gl/img/buildings-warm.jpg   |   Bin 271468 -> 0 bytes
 .../documents/asset/gl/img/city-region-height.jpg  |   Bin 115703 -> 0 bytes
 public/cn/documents/asset/gl/img/crispwinter.png   |   Bin 134164 -> 0 bytes
 .../asset/gl/img/displacement-disable.png  |   Bin 444676 -> 0 bytes
 .../documents/asset/gl/img/displacement-enable.png |   Bin 469684 -> 0 bytes
 .../cn/documents/asset/gl/img/displacement-low.png |   Bin 393852 -> 0 bytes
 .../documents/asset/gl/img/displacement-ultra.png  |   Bin 752937 -> 0 bytes
 public/cn/documents/asset/gl/img/flowGL-line.jpg   |   Bin 477721 -> 0 bytes
 public/cn/documents/asset/gl/img/flowGL-noss.jpg   |   Bin 468782 -> 0 bytes
 public/cn/documents/asset/gl/img/flowGL-point.jpg  |   Bin 481332 -> 0 bytes
 public/cn/documents/asset/gl/img/flowGL-ss.jpg |   Bin 491893 -> 0 bytes
 public/cn/documents/asset/gl/img/flowGL-wind.jpg   |   Bin 309476 -> 0 bytes
 public/cn/documents/asset/gl/img/geo-bar3D.jpg |   Bin 144774 -> 0 bytes
 public/cn/documents/asset/gl/img/geo-border.png|   Bin 120977 -> 0 bytes
 public/cn/documents/asset/gl/img/geo-dof-large.png |   Bin 251435 -> 0 bytes
 public/cn/documents/asset/gl/img/geo-dof-small.png |   Bin 242725 -> 0 bytes
 public/cn/documents/asset/gl/img/geo-dof.png   |   Bin 280814 -> 0 bytes
 public/cn/documents/asset/gl/img/geo-no-dof.png|   Bin 313830 -> 0 bytes
 public/cn/documents/asset/gl/img/geo-no-shadow.png |   Bin 348841 -> 0 bytes
 public/cn/documents/asset/gl/img/geo-no-ssao.png   |   Bin 795777 -> 0 bytes
 .../cn/documents/asset/gl/img/geo-shadow-high.png  |   Bin 456090 -> 0 bytes
 .../cn/documents/asset/gl/img/geo-shadow-low.png   |   Bin 462952 -> 0 bytes
 public/cn/documents/asset/gl/img/geo-shadow.png|   Bin 417158 -> 0 bytes
 public/cn/documents/asset/gl/img/geo-size.png  |   Bin 609536 -> 0 bytes
 public/cn/documents/asset/gl/img/geo-size.sketch   |   Bin 1452208 -> 0 bytes
 .../asset/gl/img/geo-ssao-large-radius.png |   Bin 777267 -> 0 bytes
 

[incubator-echarts-doc] branch release updated (a2d10c1 -> dace24e)

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

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


from a2d10c1  remove legacy cn files
 add 773ea5d  add rippleEffect.color apache/incubator-echarts#9931
 add e86374d  update sankey series doc
 add 589049a  add legend selector doc
 add 9acfca8  fix: maxInterval apache/incubator-echarts#11079
 add c92cc43  fix ending block of if with 589049a
 add 5f31059  update readme
 add 37cdaa2  polar radius should not be an array, fix 
apache/incubator-echarts#11104
 add 265dc21  docs: missing doc of pointSize for heat map #63
 add df9929d  feat: doc for pie-series.animationTypeUpdate 
apache/incubator-echarts#11029
 add 214c8f1  visualMap piecewise.categories dataValue typo correction
 add 73d54a9  fix broken tutorial link in dataset options
 add db9e6df  Merge branch 'release'
 add f20111d  map doc tweak
 add 16036dd  tweak docs of geo and map
 add c6cae6b  fix: readme about build instructions.
 add 450d777  Fix build scripts
 add ddcc01b  improve the en doc on the source/target property of graph 
series.
 add 82332b8  doc: add English translation for gl document (#66)
 add 88bd813  ci: add github action support
 add e0b008a  Merge branch 'master' of 
https://github.com/apache/incubator-echarts-doc
 add dace24e  merge release of 4.3.0 to master

No new revisions were added by this update.

Summary of changes:
 .github/workflows/nodejs.yml   |  25 +++
 README.md  |  42 ++---
 build.js   |  30 ++--
 cn/option-gl/component/axis3D-axis-common.md   |   8 +-
 cn/option-gl/component/axis3D-common.md|   8 +-
 cn/option-gl/component/geo3D-common.md |  18 +-
 cn/option-gl/component/geo3D.md|   4 +-
 cn/option-gl/component/globe.md|  12 +-
 cn/option-gl/component/grid3D.md   |   2 +-
 cn/option-gl/component/mapbox3D.md |   2 +-
 cn/option-gl/partial/animation.md  |   2 +-
 cn/option-gl/partial/box-size.md   |   6 +-
 cn/option-gl/partial/environment.md|   2 +-
 cn/option-gl/partial/formatter.md  |  78 
 cn/option-gl/partial/label.md  |  15 +-
 cn/option-gl/partial/light.md  |   6 +-
 cn/option-gl/partial/post-effect.md|  39 ++--
 cn/option-gl/partial/series-name.md|   2 +-
 cn/option-gl/partial/shading.md|  16 +-
 cn/option-gl/partial/temporal-super-sampling.md|   2 +-
 cn/option-gl/partial/view-control.md   |   6 +-
 cn/option-gl/partial/zlevel.md |   2 +-
 cn/option-gl/series/bar3D.md   |   2 +-
 cn/option-gl/series/flowGL.md  |  10 +-
 cn/option-gl/series/graphGL.md |   6 +-
 cn/option-gl/series/lines3D.md |   2 +-
 cn/option-gl/series/polygons3D.md  |   4 +-
 cn/option-gl/series/scatter3D.md   |   2 +-
 cn/option-gl/series/series.md  |   2 +-
 cn/option-gl/series/surface.md |   9 +-
 cn/option/component/legend.md  |  49 +
 cn/option/component/polar.md   |   3 +-
 cn/option/partial/circular-layout.md   |   2 +
 cn/option/partial/label.md |   5 +
 cn/option/series/effectScatter.md  |   2 +
 cn/option/series/heatmap.md|   3 +
 cn/option/series/pie.md|   8 +-
 en/api/events.md   |   2 +-
 en/changelog.md|  26 +--
 en/option-gl/component/axis3D-axis-common.md   | 134 ++
 {cn => en}/option-gl/component/axis3D-common.md| 102 +--
 {cn => en}/option-gl/component/geo3D-common.md |  69 +++
 en/option-gl/component/geo3D.md|  16 ++
 en/option-gl/component/globe.md| 199 +++--
 en/option-gl/component/grid3D.md   |  73 
 en/option-gl/component/mapbox3D.md |  83 +
 en/option-gl/component/xAxis3D.md  |  27 +++
 en/option-gl/component/yAxis3D.md  |  27 +++
 en/option-gl/component/zAxis3D.md  |  27 +++
 en/option-gl/option-gl.md  |  20 ++-
 {cn => en}/option-gl/partial/animation.md  |  13 +-
 en/option-gl/partial/area-style.md |  19 ++
 en/option-gl/partial/blend-mode.md |   9 +
 {cn => en}/option-gl/partial/box-size.md   |   6 +-
 en/option-gl/partial/environment.md|  22 +++
 en/{option => 

[GitHub] [incubator-echarts] hy31337 commented on issue #11194: 图层渲染-河流水系

2019-09-24 Thread GitBox
hy31337 commented on issue #11194: 图层渲染-河流水系
URL: 
https://github.com/apache/incubator-echarts/issues/11194#issuecomment-534421581
 
 
   Hello,Thank you very much for your help.Realize the color marking of river, 
lake and reservoir sections on the map,The effects to be shown are as follows;
   
   
   
   Similar 
cases:https://echarts.apache.org/examples/en/editor.html?c=heatmap-bmap
   
   
   Enclosure:
   River longitude and latitude:Export_Output_River1.json
   Latitude and longitude of lakes:Export_Output_River2.json
   
   
   
   
   -- 原始邮件 --
   发件人:"echarts-robot[bot]"

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

2019-09-24 Thread GitBox
hengkx edited a comment on issue #11042: 股票K线图不是只有涨和跌还有十字星 开盘价和收盘价一样 希望可以设置颜色
URL: 
https://github.com/apache/incubator-echarts/issues/11042#issuecomment-534792402
 
 
   有相差 按照正常的显示没有问题。
   
![image](https://user-images.githubusercontent.com/8358236/65558557-d6370180-df69-11e9-8278-3654bed5be2e.png)
 http://finance.sina.com.cn/realstock/company/sz002421/nc.shtml?from=BaiduAladin
   日k


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] hengkx edited a comment on issue #11042: 股票K线图不是只有涨和跌还有十字星 开盘价和收盘价一样 希望可以设置颜色

2019-09-24 Thread GitBox
hengkx edited a comment on issue #11042: 股票K线图不是只有涨和跌还有十字星 开盘价和收盘价一样 希望可以设置颜色
URL: 
https://github.com/apache/incubator-echarts/issues/11042#issuecomment-534792402
 
 
   有相差 按照正常的显示没有问题。
   
![image](https://user-images.githubusercontent.com/8358236/65558557-d6370180-df69-11e9-8278-3654bed5be2e.png)
 http://finance.sina.com.cn/realstock/company/sz002421/nc.shtml?from=BaiduAladin
   


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] hengkx commented on issue #11042: 股票K线图不是只有涨和跌还有十字星 开盘价和收盘价一样 希望可以设置颜色

2019-09-24 Thread GitBox
hengkx commented on issue #11042: 股票K线图不是只有涨和跌还有十字星 开盘价和收盘价一样 希望可以设置颜色
URL: 
https://github.com/apache/incubator-echarts/issues/11042#issuecomment-534792402
 
 
   有相差 按照正常的显示没有问题。所有金融软件 十字星 都是不同的颜色
   
![image](https://user-images.githubusercontent.com/8358236/65558557-d6370180-df69-11e9-8278-3654bed5be2e.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


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 #11298: Radar with Log Axis throws error

2019-09-24 Thread GitBox
Ovilia commented on issue #11298: Radar with Log Axis throws error
URL: 
https://github.com/apache/incubator-echarts/issues/11298#issuecomment-534818468
 
 
   @zifix Great!
   @100pah Please give some advice on how to make this possible.


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] hengkx commented on issue #11042: 股票K线图不是只有涨和跌还有十字星 开盘价和收盘价一样 希望可以设置颜色

2019-09-24 Thread GitBox
hengkx commented on issue #11042: 股票K线图不是只有涨和跌还有十字星 开盘价和收盘价一样 希望可以设置颜色
URL: 
https://github.com/apache/incubator-echarts/issues/11042#issuecomment-534826688
 
 
   在金融领域用的比较多 判断走势


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 commented on issue #8620: Blurry text/graphics

2019-09-24 Thread GitBox
pissang commented on issue #8620: Blurry text/graphics
URL: 
https://github.com/apache/incubator-echarts/issues/8620#issuecomment-534832919
 
 
   I will suggest using SVG renderer instead.  
https://echarts.apache.org/en/api.html#echarts.init
   
   ```js
   chart = echarts.init(dom, null, {
 renderer: '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] larrykkk edited a comment on issue #5833: How to display "No Data" message on echart

2019-09-24 Thread GitBox
larrykkk edited a comment on issue #5833: How to display "No Data" message on 
echart
URL: 
https://github.com/apache/incubator-echarts/issues/5833#issuecomment-534840669
 
 
   use the data.length to control Echart option 
   
   ```
   title: {
   show: answerCountArr.length === 0,
   textStyle: {
   color: "grey",
   fontSize: 20
   },
   text: "No data",
   left: "center",
   top: "center"
   },
   xAxis: {
   show: answerCountArr.length,
   //...
   },
   yAxis: {
   show: answerCountArr.length,
   //...
   },
   ```
   if data.length is false then chart will only show "No data"


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] larrykkk commented on issue #6520: Echarts如何显示No Data To Display这类的提示信息?

2019-09-24 Thread GitBox
larrykkk commented on issue #6520: Echarts如何显示No Data To Display这类的提示信息?
URL: 
https://github.com/apache/incubator-echarts/issues/6520#issuecomment-534833879
 
 
   https://github.com/apache/incubator-echarts/issues/5833


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-09-24 Thread GitBox
Ovilia commented on issue #11042: 股票K线图不是只有涨和跌还有十字星 开盘价和收盘价一样 希望可以设置颜色
URL: 
https://github.com/apache/incubator-echarts/issues/11042#issuecomment-534846553
 
 
   好的,那么你可以尝试做个 pull request,如果需要帮助请留言~


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 #11309: iphone 6/8 plus,改边dom宽度导致白屏

2019-09-24 Thread GitBox
Ovilia closed issue #11309: iphone 6/8 plus,改边dom宽度导致白屏
URL: https://github.com/apache/incubator-echarts/issues/11309
 
 
   


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 #6520: Echarts如何显示No Data To Display这类的提示信息?

2019-09-24 Thread GitBox
Ovilia closed issue #6520: Echarts如何显示No Data To Display这类的提示信息?
URL: https://github.com/apache/incubator-echarts/issues/6520
 
 
   


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] hengkx commented on issue #11042: 股票K线图不是只有涨和跌还有十字星 开盘价和收盘价一样 希望可以设置颜色

2019-09-24 Thread GitBox
hengkx commented on issue #11042: 股票K线图不是只有涨和跌还有十字星 开盘价和收盘价一样 希望可以设置颜色
URL: 
https://github.com/apache/incubator-echarts/issues/11042#issuecomment-534826456
 
 
   十字星是指开盘价和收盘价一样 1分钱的差都没有,对于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] 13588936722 commented on issue #11309: iphone 6/8 plus,改边dom宽度导致白屏

2019-09-24 Thread GitBox
13588936722 commented on issue #11309: iphone 6/8 plus,改边dom宽度导致白屏
URL: 
https://github.com/apache/incubator-echarts/issues/11309#issuecomment-534841465
 
 
   好的,谢谢


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 commented on issue #11298: Radar with Log Axis throws error

2019-09-24 Thread GitBox
pissang commented on issue #11298: Radar with Log Axis throws error
URL: 
https://github.com/apache/incubator-echarts/issues/11298#issuecomment-534825107
 
 
   Hi @zifix, really appreciate your passion!
   
   In ECharts, axis type like `'log'` is abstracted as 
[Scale](https://github.com/apache/incubator-echarts/blob/master/src/scale/Scale.js).
 There are different kinds of scales:
   
   + Ordinal
   + Interval
   + Log
   + Time
   
   Ordinal scale and interval scale are the most commonly used. Ordinal is for 
category data, while the interval is for the `number` like data. 
   
   We fixed the scale to be `interval` in the radar chart. 
https://github.com/apache/incubator-echarts/blob/master/src/coord/radar/Radar.js#L43
 But as you mentioned. It's better to support `log` scale.
   
   About how to create the `scale` from the given option. 
https://github.com/apache/incubator-echarts/blob/master/src/coord/axisHelper.js#L248
 may be an example you can reference.
   
   Please let us know if you have any more questions. Looking forward to your 
fix:)
   



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] larrykkk edited a comment on issue #6520: Echarts如何显示No Data To Display这类的提示信息?

2019-09-24 Thread GitBox
larrykkk edited a comment on issue #6520: Echarts如何显示No Data To Display这类的提示信息?
URL: 
https://github.com/apache/incubator-echarts/issues/6520#issuecomment-534833879
 
 
   see https://github.com/apache/incubator-echarts/issues/5833


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] deqingli opened a new pull request #11319: Update unit test, fix issue #11116

2019-09-24 Thread GitBox
deqingli opened a new pull request #11319: Update unit test, fix issue #6
URL: https://github.com/apache/incubator-echarts/pull/11319
 
 
   


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] hengkx commented on issue #11042: 股票K线图不是只有涨和跌还有十字星 开盘价和收盘价一样 希望可以设置颜色

2019-09-24 Thread GitBox
hengkx commented on issue #11042: 股票K线图不是只有涨和跌还有十字星 开盘价和收盘价一样 希望可以设置颜色
URL: 
https://github.com/apache/incubator-echarts/issues/11042#issuecomment-534828515
 
 
   是的


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] deqingli commented on issue #11116: List Data indexOfRawIndex UT is failed.

2019-09-24 Thread GitBox
deqingli commented on issue #6: List Data indexOfRawIndex UT is failed.
URL: 
https://github.com/apache/incubator-echarts/issues/6#issuecomment-534838871
 
 
   should modify the interface


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 commented on issue #11319: Update unit test

2019-09-24 Thread GitBox
pissang commented on issue #11319: Update unit test
URL: 
https://github.com/apache/incubator-echarts/pull/11319#issuecomment-534849388
 
 
   LGTM


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-09-24 Thread GitBox
Ovilia commented on issue #11042: 股票K线图不是只有涨和跌还有十字星 开盘价和收盘价一样 希望可以设置颜色
URL: 
https://github.com/apache/incubator-echarts/issues/11042#issuecomment-534825465
 
 
   颜色的这个可以作为新功能,增加一个类似现在用来表示阴线颜色的 
[color0](https://echarts.apache.org/zh/option.html#series-candlestick.itemStyle.color0)
 的比如叫 color1?感觉这个命名方式有点粗暴…… 
   @hengkx 感兴趣提个 Pull request 吗?我们可以提供一些技术上的帮助~
   
   至于差别很小的情况,有例子证明这样的使用场景吗?在我看来好像不是很合理,因为差一分钱也是差,就应该有阴阳的变化。


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 #11318: 柱状图外框为浅颜色是,滑过就变白色

2019-09-24 Thread GitBox
echarts-robot[bot] commented on issue #11318: 柱状图外框为浅颜色是,滑过就变白色
URL: 
https://github.com/apache/incubator-echarts/issues/11318#issuecomment-534827002
 
 
   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


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 #11318: 柱状图外框为浅颜色是,滑过就变白色

2019-09-24 Thread GitBox
echarts-robot[bot] closed issue #11318: 柱状图外框为浅颜色是,滑过就变白色
URL: https://github.com/apache/incubator-echarts/issues/11318
 
 
   


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-09-24 Thread GitBox
Ovilia commented on issue #11042: 股票K线图不是只有涨和跌还有十字星 开盘价和收盘价一样 希望可以设置颜色
URL: 
https://github.com/apache/incubator-echarts/issues/11042#issuecomment-534827204
 
 
   确认一下,这个 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] Ovilia commented on issue #11068: Error occurs when using dataset with many series:TypeError: Cannot read property 'width' of undefined

2019-09-24 Thread GitBox
Ovilia commented on issue #11068: Error occurs when using dataset with many 
series:TypeError: Cannot read property 'width' of undefined
URL: 
https://github.com/apache/incubator-echarts/issues/11068#issuecomment-534830707
 
 
   This bug is with v4.2.1 and cannot reproduce since v4.3.0. 
   @gaoqiangz Please help check if v4.3.0 works for you.


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