[incubator-echarts] branch fix-4856 updated (69c25d9 -> d7ed43e)

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

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


from 69c25d9  refactor: improve according to cr
 add 52a20de  test: change recorder key from shift to alt
 add c4e3071  Merge pull request #11304 from apache/master
 add 243c6ec  fix(map): map interiors bug casued in #11272
 add 436533a  fix(graphic): pie highlight not triggering since 
5661c6eaaf75b8e98fa9f92348c37842e31c3490
 add 583f673  fix(graphic): fix when zr does not exist
 add 49ca3ea  test(bar): Add test cases.
 add c5eba3c  fix(bar): expand clipping area on the boundaryGap axis or 
value axis.
 add 1afda1b  fix: add muti-lang for legend selector and little tweak.
 add 9be0327  test: tweak test case.
 add 46a57a9  fix: fix incorrect comment.
 add 7dc0b7a  chore: tweak code style.
 add 2a4f289  build(release): 4.4.0
 add b2b38d6  update package-lock.json for 4.4.0-rc.1
 add 68787b3  update NPM version to 4.4.0
 add 0e065ce  update version of package-lock.json
 add afa7340  Merge pull request #11409 from apache/release
 add 6c32b3c  Merge pull request #1 from apache/master
 add ee4a934  New Feature--add Event "brushEnd"
 add b6b9450  Merge pull request #11285 from cuijian-dexter/Fix9215
 add 74aa5e5  Fix typo 'grapchic' in `echarts.all.js`
 add d7ed43e  core: merge master

No new revisions were added by this update.

Summary of changes:
 dist/echarts-en.common.js   | 1551 ++---
 dist/echarts-en.common.min.js   |2 +-
 dist/echarts-en.js  | 1851 ++-
 dist/echarts-en.js.map  |2 +-
 dist/echarts-en.min.js  |2 +-
 dist/echarts-en.simple.js   |  866 +++-
 dist/echarts-en.simple.min.js   |2 +-
 dist/echarts.common.js  | 1551 ++---
 dist/echarts.common.min.js  |2 +-
 dist/echarts.js | 1851 ++-
 dist/echarts.js.map |2 +-
 dist/echarts.min.js |2 +-
 dist/echarts.simple.js  |  866 +++-
 dist/echarts.simple.min.js  |2 +-
 dist/extension/bmap.js  |   17 +
 dist/extension/bmap.js.map  |2 +-
 dist/extension/bmap.min.js  |2 +-
 dist/extension/dataTool.js  |   17 +-
 dist/extension/dataTool.js.map  |2 +-
 dist/extension/dataTool.min.js  |2 +-
 echarts.all.js  |2 +-
 extension/bmap/BMapModel.js |1 +
 extension/bmap/BMapView.js  |   18 +
 extension/dataTool/gexf.js  |6 +-
 package-lock.json   |  883 +
 package.json|4 +-
 src/chart/bar/BarView.js|   30 +-
 src/component/brush/BrushView.js|6 +
 src/component/brush/brushAction.js  |7 +-
 src/component/helper/MapDraw.js |   16 +-
 src/component/legend/LegendModel.js |6 +-
 src/coord/geo/GeoModel.js   |   10 +-
 src/echarts.js  |4 +-
 src/lang.js |7 +-
 src/langEN.js   |7 +-
 src/langES.js   |9 +
 src/langFI.js   |9 +
 src/langTH.js   |   10 +
 src/layout/barGrid.js   |2 +
 src/util/graphic.js |   10 +-
 test/bar2.html  |  242 +
 test/legend.html|   19 +-
 test/runTest/actions/update.js  |   20 +
 test/runTest/recorder/index.html|4 +-
 test/runTest/recorder/recorder.js   |4 +-
 45 files changed, 7337 insertions(+), 2593 deletions(-)


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



[incubator-echarts] branch fix-4856 updated (e5adac3 -> 69c25d9)

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

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


from e5adac3  test(polar): update polar tests
 add 69c25d9  refactor: improve according to cr

No new revisions were added by this update.

Summary of changes:
 src/component/axis/AngleAxisView.js | 33 +++
 src/coord/polar/polarCreator.js |  2 +-
 src/layout/barPolar.js  |  2 +-
 test/polar-rounded.html | 54 +
 4 files changed, 89 insertions(+), 2 deletions(-)


-
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 a change in pull request #11393: feat: support round cap for polar bars

2019-10-15 Thread GitBox
Ovilia commented on a change in pull request #11393: feat: support round cap 
for polar bars
URL: 
https://github.com/apache/incubator-echarts/pull/11393#discussion_r335295338
 
 

 ##
 File path: src/util/graphic.js
 ##
 @@ -75,6 +77,10 @@ export function extendShape(opts) {
 return Path.extend(opts);
 }
 
+export function fixClipWithShadow(conditionCheck) {
+return fixPathClipWithShadow(Path.prototype.brush, conditionCheck);
 
 Review comment:
   Sorry, I forgot to make a PR. It's available now: 
https://github.com/ecomfe/zrender/pull/513/files


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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 #11362: xAxis type=time, Is there a way to set time format language?

2019-10-15 Thread GitBox
Ovilia commented on issue #11362: xAxis type=time, Is there a way to set time 
format language?
URL: 
https://github.com/apache/incubator-echarts/issues/11362#issuecomment-542514840
 
 
   Probably we should support `formatter` of time axis to support different 
time duration. For example, `formatter: [formatterWithinADay, 
formatterWithinAMonth, ...]`.


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] Ovilia merged pull request #11412: Fix typo 'grapchic' in `echarts.all.js`

2019-10-15 Thread GitBox
Ovilia merged pull request #11412: Fix typo 'grapchic' in `echarts.all.js`
URL: https://github.com/apache/incubator-echarts/pull/11412
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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 #11412: Fix typo 'grapchic' in `echarts.all.js`

2019-10-15 Thread GitBox
Ovilia commented on issue #11412: Fix typo 'grapchic' in `echarts.all.js`
URL: 
https://github.com/apache/incubator-echarts/pull/11412#issuecomment-542514362
 
 
   Thanks for your contribution!


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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 (b6b9450 -> 74aa5e5)

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

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


from b6b9450  Merge pull request #11285 from cuijian-dexter/Fix9215
 add 74aa5e5  Fix typo 'grapchic' in `echarts.all.js`

No new revisions were added by this update.

Summary of changes:
 echarts.all.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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



[GitHub] [incubator-echarts] 100pah commented on issue #11390: 左右两侧Y轴的interval标线如何可以对齐?

2019-10-15 Thread GitBox
100pah commented on issue #11390: 左右两侧Y轴的interval标线如何可以对齐?
URL: 
https://github.com/apache/incubator-echarts/issues/11390#issuecomment-542513294
 
 
   Related issues: #6973


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


With regards,
Apache Git Services

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



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

2019-10-15 Thread GitBox
Ovilia commented on issue #9899: Space between bars.
URL: 
https://github.com/apache/incubator-echarts/issues/9899#issuecomment-542510615
 
 
   We need more scenarios to state why this feature requested is necessary.


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] pissang commented on issue #11378: echarts-gl模块中series的type:'line3D',就是三维折线图设置动画参数没有效果

2019-10-15 Thread GitBox
pissang commented on issue #11378: 
echarts-gl模块中series的type:'line3D',就是三维折线图设置动画参数没有效果
URL: 
https://github.com/apache/incubator-echarts/issues/11378#issuecomment-542502479
 
 
   Most of the  3D charts don't support animation.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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 #11392: 我的版本是4.3,堆叠柱状图有datazoom时,图的高度超过了最大刻度

2019-10-15 Thread GitBox
pissang commented on issue #11392: 我的版本是4.3,堆叠柱状图有datazoom时,图的高度超过了最大刻度
URL: 
https://github.com/apache/incubator-echarts/issues/11392#issuecomment-542502241
 
 
   4.4.0 has fixed 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



[GitHub] [incubator-echarts] pissang closed issue #11392: 我的版本是4.3,堆叠柱状图有datazoom时,图的高度超过了最大刻度

2019-10-15 Thread GitBox
pissang closed issue #11392: 我的版本是4.3,堆叠柱状图有datazoom时,图的高度超过了最大刻度
URL: https://github.com/apache/incubator-echarts/issues/11392
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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 #11414: fix:issues-11401 TypeError Cannot read property 'getAttribute' of null

2019-10-15 Thread GitBox
pissang commented on issue #11414: fix:issues-11401 TypeError Cannot read 
property 'getAttribute' of null
URL: 
https://github.com/apache/incubator-echarts/pull/11414#issuecomment-542502098
 
 
   I think it doesn't do the 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] pissang closed pull request #11414: fix:issues-11401 TypeError Cannot read property 'getAttribute' of null

2019-10-15 Thread GitBox
pissang closed pull request #11414: fix:issues-11401 TypeError Cannot read 
property 'getAttribute' of null
URL: https://github.com/apache/incubator-echarts/pull/11414
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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 edited a comment on issue #11401: TypeError Cannot read property 'getAttribute' of null

2019-10-15 Thread GitBox
pissang edited a comment on issue #11401: TypeError Cannot read property 
'getAttribute' of null
URL: 
https://github.com/apache/incubator-echarts/issues/11401#issuecomment-542501977
 
 
   I think it's not an echarts related issue. Please make sure the dom is not 
null when initializing 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] pissang commented on issue #11401: TypeError Cannot read property 'getAttribute' of null

2019-10-15 Thread GitBox
pissang commented on issue #11401: TypeError Cannot read property 
'getAttribute' of null
URL: 
https://github.com/apache/incubator-echarts/issues/11401#issuecomment-542501977
 
 
   I think it's not an echarts related issue. Please make sure the dom is not 
null when initializing 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] nomeLruoS commented on issue #11417: 代理服务器挂掉了

2019-10-15 Thread GitBox
nomeLruoS commented on issue #11417: 代理服务器挂掉了
URL: 
https://github.com/apache/incubator-echarts/issues/11417#issuecomment-542501905
 
 
   好的
   
   
   
   
   -- 原始邮件 --
   发件人: "Yi Shen"; 
   发送时间: 2019年10月16日(星期三) 中午11:57
   收件人: "apache/incubator-echarts"; 
   抄送: "无阙ζ"<983842...@qq.com>; "Author"; 
   主题: Re: [apache/incubator-echarts] 代理服务器挂掉了 (#11417)
   
   
   
   
   自己项目中建议使用 CDN

   https://www.jsdelivr.com/package/npm/echarts

   官网上的 echarts.js 是示例使用的,不能保证链接不会变化

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


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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 #11417: 代理服务器挂掉了

2019-10-15 Thread GitBox
pissang closed issue #11417: 代理服务器挂掉了
URL: https://github.com/apache/incubator-echarts/issues/11417
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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 #11417: 代理服务器挂掉了

2019-10-15 Thread GitBox
pissang commented on issue #11417: 代理服务器挂掉了
URL: 
https://github.com/apache/incubator-echarts/issues/11417#issuecomment-542501300
 
 
   自己项目中建议使用 CDN
   
   https://www.jsdelivr.com/package/npm/echarts
   
   官网上的 echarts.js 是示例使用的,不能保证链接不会变化


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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] nomeLruoS commented on issue #11417: 代理服务器挂掉了

2019-10-15 Thread GitBox
nomeLruoS commented on issue #11417: 代理服务器挂掉了
URL: 
https://github.com/apache/incubator-echarts/issues/11417#issuecomment-542498697
 
 
   -- 原始邮件 --
   发件人: "Ovilia";
   发送时间: 2019年10月16日(星期三) 中午11:24
   收件人: "apache/incubator-echarts";
   抄送: "无阙ζ"<983842...@qq.com>;"Author";
   主题: Re: [apache/incubator-echarts] 代理服务器挂掉了 (#11417)
   
   
   
   
   什么代理服务器?

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


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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] nomeLruoS commented on issue #11417: 代理服务器挂掉了

2019-10-15 Thread GitBox
nomeLruoS commented on issue #11417: 代理服务器挂掉了
URL: 
https://github.com/apache/incubator-echarts/issues/11417#issuecomment-542495408
 
 
   
我也不知道是哪个,我现在的谷歌浏览器访问不了http://echarts.baidu.com/gallery/vendors/echarts/echarts.min.js,换火狐的就能访问;之前我的谷歌浏览器是可以访问的。
   
   -- 原始邮件 --
   发件人: "Ovilia";
   发送时间: 2019年10月16日(星期三) 中午11:24
   收件人: "apache/incubator-echarts";
   抄送: "无阙ζ"<983842...@qq.com>;"Author";
   主题: Re: [apache/incubator-echarts] 代理服务器挂掉了 (#11417)
   
   
   
   
   什么代理服务器?

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


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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 #11417: 代理服务器挂掉了

2019-10-15 Thread GitBox
Ovilia commented on issue #11417: 代理服务器挂掉了
URL: 
https://github.com/apache/incubator-echarts/issues/11417#issuecomment-542493453
 
 
   什么代理服务器?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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] nomeLruoS opened a new issue #11417: 代理服务器挂掉了

2019-10-15 Thread GitBox
nomeLruoS opened a new issue #11417: 代理服务器挂掉了
URL: https://github.com/apache/incubator-echarts/issues/11417
 
 
   
![%I2__4A`VIK~7EQ1F3QPZ)4](https://user-images.githubusercontent.com/49858464/66884819-f6a42a00-f004-11e9-99c0-48d9a0ea1b10.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] 334249477 opened a new issue #11416: 如何给树图的label添加点击事件

2019-10-15 Thread GitBox
334249477 opened a new issue #11416: 如何给树图的label添加点击事件
URL: https://github.com/apache/incubator-echarts/issues/11416
 
 
   ### What problem does this feature solve?
   
现今tree图只监听点击节点的小圆圈能够产生回调事件,希望能够点击小圆圈旁边的label也产生回调事件,实际结果是点击小圆圈旁边的label无法被监听到点击事件
   
   ### What does the proposed API look like?
   
现今tree图只监听点击节点的小圆圈能够产生回调事件,希望能够点击小圆圈旁边的label也产生回调事件,实际结果是点击小圆圈旁边的label无法被监听到点击事件
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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] stale[bot] closed issue #11205: Stack堆叠柱图在X轴对应多个柱状条的时候无法获取柱状索引

2019-10-15 Thread GitBox
stale[bot] closed issue #11205: Stack堆叠柱图在X轴对应多个柱状条的时候无法获取柱状索引
URL: https://github.com/apache/incubator-echarts/issues/11205
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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] CeleKing opened a new issue #11415: New append series data to append chart, but subtract series data to subtract chart failed in react !

2019-10-15 Thread GitBox
CeleKing opened a new issue #11415: New append series data to append chart, but 
subtract series data to subtract chart failed in react !
URL: https://github.com/apache/incubator-echarts/issues/11415
 
 
   ### Version
   4.3.0
   
   ### Reproduction link
   [https://jsfiddle.net/afzs8go9/](https://jsfiddle.net/afzs8go9/)
   
   ### Steps to reproduce
   set series to empyt array and reset data but can't subtract series data in 
getOption result
   
   ### What is expected?
   subtract series data can subtract  chart
   
   ### What is actually happening?
   subtract chart failed
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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] yuexing0921 commented on issue #11401: TypeError Cannot read property 'getAttribute' of null

2019-10-15 Thread GitBox
yuexing0921 commented on issue #11401: TypeError Cannot read property 
'getAttribute' of null
URL: 
https://github.com/apache/incubator-echarts/issues/11401#issuecomment-542478402
 
 
   https://github.com/apache/incubator-echarts/pull/11414
   
   I submitted pr, but I don't know why I didn't pass it. I was submitting pr 
for the first time. I don't know the rules. Sorry.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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] yuexing0921 opened a new pull request #11414: fix:issues-11401 TypeError Cannot read property 'getAttribute' of null

2019-10-15 Thread GitBox
yuexing0921 opened a new pull request #11414: fix:issues-11401 TypeError Cannot 
read property 'getAttribute' of null
URL: https://github.com/apache/incubator-echarts/pull/11414
 
 
   https://github.com/apache/incubator-echarts/issues/11401


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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] Nagabalaji83 opened a new issue #11413: Not displaying all plots in line chart.

2019-10-15 Thread GitBox
Nagabalaji83 opened a new issue #11413: Not displaying all plots in line chart.
URL: https://github.com/apache/incubator-echarts/issues/11413
 
 
   ### Steps to reproduce
   Please check the below code.  Not all values are displayed in the chart.
   
   
   option = {
   legend: {
data: [
 'Cum. Oil Prod'
   ],
   align: 'left',
 
   right: '1px',
   top: '25px',
   orient: 'vertical'
 },
   xAxis: {
   type: 'category',
   name: 'tset',
 nameLocation: 'center',
   nameGap: '30',
   showAllSymbol: true,
   data: 
["0.01000","0.03000","0.07000","0.150","0.310","0.630","1.270","2.550","5.110","8.982","12.606","15.856","18.685","20.948","23.211","25.474","27.737","30.000","34.526","43.351","49.234","55.117","58.058","61.000","64.180","66.923","69.567","72.683","76.546","80.410","86.205","92.000","99.500","105.125","108.246","111.684","115.123","118.561","122.000","126.977","130.926","134.424","136.811","139.328","142.062","144.797","147.531","150.266","153.000","156.652","159.755","162.206","163.720","165.266","167.019","169.050","171.148","173.425","175.819","178.212","180.606","183.000","186.075","188.561","190.900","193.276","195.304","197.269","199.176","200.363","201.656","202.941","204.395","206.126","208.094","210.063","212.031","214.000","216.493","218.424","219.721","221.373","222.985","224.450","225.989","227.638","229.274","230.878","232.602","234.554","236.643","237.681","239.003","240.502","242.002","243.501","245.000","246.144","247.544","249.301","251.027","252.776","254.674","256.616","258.667","260.845","262.592","264.475","266.309","267.847","269.386","270.924","272.462","274.000","276.227","277.848","279.407","280.992","282.735","284.483","285.589","286.949","288.629","290.519","292.743","294.279","295.789","297.469","298.411","299.729","301.486","302.657","303.438","304.219","305.000","306.476","308.352","309.517","311.072","312.620","314.225","315.896","317.488","319.120","320.715","322.424","324.238","325.889","327.228","328.258","329.388","330.177","331.094","332.071","333.047","333.535","334.268","335.000","336.356","337.732","339.149","340.567","341.537","342.670","343.984","345.589","346.922","348.266","349.711","350.986","352.582","353.723","354.550","355.435","355.956","356.998","358.340","359.438","360.751","361.801","362.850","364.425","366.000","368.159","369.065","370.121","371.323","372.230","373.573","374.850","376.012","377.285","378.738","380.396","381.400","382.466","383.617","384.879","386.247","387.208","387.790","388.494","389.222","390.092","391.194","392.395","393.597","394.798","396.000","397.238","398.561","399.713","400.998","402.200","403.515","404.420","405.482","406.783","407.873","408.596","409.539","410.758","412.294","414.120","416.214","417.573","418.213","419.356","420.517","421.748","422.333","422.953","423.763","424.410","425.273","426.137","427.000","428.564","430.362","431.920","432.618","433.783","435.408","437.018","438.287","438.842","439.851","441.194","442.441","443.537","444.501","445.747","446.697","447.820","449.149","450.690","451.677","452.634","453.707","454.780","455.853","456.927","458.000","459.348","460.521","461.614","462.794","464.102","465.232","466.405","467.409","468.576","470.066","471.701","473.002","473.670","473.976","474.590","475.414","476.445","477.758","479.058","479.967","481.040","482.329","483.463","484.597","485.731","486.866","488.000","489.290","490.519","491.794","492.829","493.771","494.825","496.039","497.303","498.627","499.527","500.627","501.782","502.742","503.583","504.392","505.466","506.639","507.328","508.187","509.248","510.482","511.581","512.616","513.462","514.239","515.121","516.091","517.061","518.030","519.000","520.140","521.487","522.292","522.726","523.501","524.643","526.057","527.538","529.097","530.676","531.858","533.392","534.940","536.660","538.266","539.601","541.081","542.390","543.712","544.770","545.504","546.203","546.902","547.602","548.301","549.000","550.398","551.641","552.701","553.822","555.106","556.635","557.774","559.019","560.341","561.171","562.266","563.642","564.408","565.270","566.268","567.322","568.402","569.530","570.064","570.910","571.866","572.797","573.722","574.750","575.800","576.850","577.900","578.950","580.000","581.524","582.662","583.782","584.605","585.594","586.603","587.614","588.791","589.988","590.804","591.698","592.789","594.150","595.511","596.074","596.476","597.043","597.846","598.841","599.980","601.258","602.578","603.415","604.648","605.332","605.722","606.294","607.031","607.825","608.619","609.809","611.000","612.115","612.933","613.974","614.919","615.858","616.835","617.930","619.162","620.093","620.993","622.035","622.839","623.530","624.510","625.666","626.566","627.609","628.866","629.770","630.224","630.831","631.631","632.700","633.960","635.220","636.480","637.110","638.055","639.000","640.267","641.

[incubator-echarts-doc] 01/01: Merge branch 'release'

2019-10-15 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 6fe0146d684f00e45eef7879f0fb83049e82e4b4
Merge: 127aad3 e392118
Author: SHUANG SU 
AuthorDate: Wed Oct 16 04:20:46 2019 +0800

Merge branch 'release'

 build.js  | 12 
 public/en/404.html|  2 +-
 public/en/api.html|  8 
 public/en/builder.html|  2 +-
 public/en/changelog.html  |  2 +-
 public/en/cheat-sheet.html|  2 +-
 public/en/coding-standard.html|  2 +-
 public/en/committers.html |  2 +-
 public/en/dependencies.html   |  2 +-
 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 +-
 public/en/documents/zh/api.json   |  2 +-
 public/en/documents/zh/option-gl.json |  2 +-
 public/en/documents/zh/option.json|  2 +-
 public/en/documents/zh/tutorial.json  |  2 +-
 public/en/download-extension.html |  2 +-
 public/en/download-map.html   |  2 +-
 public/en/download-theme.html |  2 +-
 public/en/download.html   |  4 ++--
 public/en/faq.html|  2 +-
 public/en/feature.html|  2 +-
 public/en/index.html  |  4 ++--
 public/en/maillist.html   |  2 +-
 public/en/option-gl.html  |  8 
 public/en/option.html |  8 
 public/en/option3.html|  2 +-
 public/en/tutorial.html   |  8 
 public/zh/404.html|  2 +-
 public/zh/api.html|  8 
 public/zh/builder.html|  2 +-
 public/zh/builder3.html   |  2 +-
 public/zh/changelog.html  |  2 +-
 public/zh/cheat-sheet.html|  2 +-
 public/zh/coding-standard.html|  2 +-
 public/zh/committers.html |  2 +-
 public/zh/demo.html   |  2 +-
 public/zh/dependencies.html   |  2 +-
 public/zh/documents/en/api.json   |  2 +-
 public/zh/documents/en/option-gl.json |  2 +-
 public/zh/documents/en/option.json|  2 +-
 public/zh/documents/en/tutorial.json  |  2 +-
 public/zh/documents/zh/api.json   |  2 +-
 public/zh/documents/zh/option-gl.json |  2 +-
 public/zh/documents/zh/option.json|  2 +-
 public/zh/documents/zh/tutorial.json  |  2 +-
 public/zh/download-extension.html |  2 +-
 public/zh/download-map.html   |  2 +-
 public/zh/download-theme.html |  2 +-
 public/zh/download.html   |  4 ++--
 public/zh/download3.html  |  4 ++--
 public/zh/examples.html   |  2 +-
 public/zh/faq.html|  2 +-
 public/zh/feature.html|  2 +-
 public/zh/index.html  |  4 ++--
 public/zh/maillist.html   |  2 +-
 public/zh/option-gl.html  |  8 
 public/zh/option.html |  8 
 public/zh/option3.html|  8 
 public/zh/spreadsheet.html|  8 
 public/zh/tutorial.html   |  8 
 release.sh|  4 ++--
 63 files changed, 106 insertions(+), 102 deletions(-)


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



[incubator-echarts-doc] branch master updated (127aad3 -> 6fe0146)

2019-10-15 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 127aad3  Merge branch 'release'
 add 13c0058  Fix build script: copy wrong build output
 add e392118  rebuild
 new 6fe0146  Merge branch 'release'

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:
 build.js  | 12 
 public/en/404.html|  2 +-
 public/en/api.html|  8 
 public/en/builder.html|  2 +-
 public/en/changelog.html  |  2 +-
 public/en/cheat-sheet.html|  2 +-
 public/en/coding-standard.html|  2 +-
 public/en/committers.html |  2 +-
 public/en/dependencies.html   |  2 +-
 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 +-
 public/en/documents/zh/api.json   |  2 +-
 public/en/documents/zh/option-gl.json |  2 +-
 public/en/documents/zh/option.json|  2 +-
 public/en/documents/zh/tutorial.json  |  2 +-
 public/en/download-extension.html |  2 +-
 public/en/download-map.html   |  2 +-
 public/en/download-theme.html |  2 +-
 public/en/download.html   |  4 ++--
 public/en/faq.html|  2 +-
 public/en/feature.html|  2 +-
 public/en/index.html  |  4 ++--
 public/en/maillist.html   |  2 +-
 public/en/option-gl.html  |  8 
 public/en/option.html |  8 
 public/en/option3.html|  2 +-
 public/en/tutorial.html   |  8 
 public/zh/404.html|  2 +-
 public/zh/api.html|  8 
 public/zh/builder.html|  2 +-
 public/zh/builder3.html   |  2 +-
 public/zh/changelog.html  |  2 +-
 public/zh/cheat-sheet.html|  2 +-
 public/zh/coding-standard.html|  2 +-
 public/zh/committers.html |  2 +-
 public/zh/demo.html   |  2 +-
 public/zh/dependencies.html   |  2 +-
 public/zh/documents/en/api.json   |  2 +-
 public/zh/documents/en/option-gl.json |  2 +-
 public/zh/documents/en/option.json|  2 +-
 public/zh/documents/en/tutorial.json  |  2 +-
 public/zh/documents/zh/api.json   |  2 +-
 public/zh/documents/zh/option-gl.json |  2 +-
 public/zh/documents/zh/option.json|  2 +-
 public/zh/documents/zh/tutorial.json  |  2 +-
 public/zh/download-extension.html |  2 +-
 public/zh/download-map.html   |  2 +-
 public/zh/download-theme.html |  2 +-
 public/zh/download.html   |  4 ++--
 public/zh/download3.html  |  4 ++--
 public/zh/examples.html   |  2 +-
 public/zh/faq.html|  2 +-
 public/zh/feature.html|  2 +-
 public/zh/index.html  |  4 ++--
 public/zh/maillist.html   |  2 +-
 public/zh/option-gl.html  |  8 
 public/zh/option.html |  8 
 public/zh/option3.html|  8 
 public/zh/spreadsheet.html|  8 
 public/zh/tutorial.html   |  8 
 release.sh|  4 ++--
 63 files changed, 106 insertions(+), 102 deletions(-)


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



[incubator-echarts-doc] branch release updated: rebuild

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

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


The following commit(s) were added to refs/heads/release by this push:
 new e392118  rebuild
e392118 is described below

commit e392118fc1b7e683072485ceba27ecaf4d4a50cf
Author: SHUANG SU 
AuthorDate: Wed Oct 16 04:20:13 2019 +0800

rebuild
---
 public/en/404.html| 2 +-
 public/en/api.html| 8 
 public/en/builder.html| 2 +-
 public/en/changelog.html  | 2 +-
 public/en/cheat-sheet.html| 2 +-
 public/en/coding-standard.html| 2 +-
 public/en/committers.html | 2 +-
 public/en/dependencies.html   | 2 +-
 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 +-
 public/en/documents/zh/api.json   | 2 +-
 public/en/documents/zh/option-gl.json | 2 +-
 public/en/documents/zh/option.json| 2 +-
 public/en/documents/zh/tutorial.json  | 2 +-
 public/en/download-extension.html | 2 +-
 public/en/download-map.html   | 2 +-
 public/en/download-theme.html | 2 +-
 public/en/download.html   | 4 ++--
 public/en/faq.html| 2 +-
 public/en/feature.html| 2 +-
 public/en/index.html  | 4 ++--
 public/en/maillist.html   | 2 +-
 public/en/option-gl.html  | 8 
 public/en/option.html | 8 
 public/en/option3.html| 2 +-
 public/en/tutorial.html   | 8 
 public/zh/404.html| 2 +-
 public/zh/api.html| 8 
 public/zh/builder.html| 2 +-
 public/zh/builder3.html   | 2 +-
 public/zh/changelog.html  | 2 +-
 public/zh/cheat-sheet.html| 2 +-
 public/zh/coding-standard.html| 2 +-
 public/zh/committers.html | 2 +-
 public/zh/demo.html   | 2 +-
 public/zh/dependencies.html   | 2 +-
 public/zh/documents/en/api.json   | 2 +-
 public/zh/documents/en/option-gl.json | 2 +-
 public/zh/documents/en/option.json| 2 +-
 public/zh/documents/en/tutorial.json  | 2 +-
 public/zh/documents/zh/api.json   | 2 +-
 public/zh/documents/zh/option-gl.json | 2 +-
 public/zh/documents/zh/option.json| 2 +-
 public/zh/documents/zh/tutorial.json  | 2 +-
 public/zh/download-extension.html | 2 +-
 public/zh/download-map.html   | 2 +-
 public/zh/download-theme.html | 2 +-
 public/zh/download.html   | 4 ++--
 public/zh/download3.html  | 4 ++--
 public/zh/examples.html   | 2 +-
 public/zh/faq.html| 2 +-
 public/zh/feature.html| 2 +-
 public/zh/index.html  | 4 ++--
 public/zh/maillist.html   | 2 +-
 public/zh/option-gl.html  | 8 
 public/zh/option.html | 8 
 public/zh/option3.html| 8 
 public/zh/spreadsheet.html| 8 
 public/zh/tutorial.html   | 8 
 61 files changed, 96 insertions(+), 96 deletions(-)

diff --git a/public/en/404.html b/public/en/404.html
index f58d339..4bd42fa 100644
--- a/public/en/404.html
+++ b/public/en/404.html
@@ -1,4 +1,4 @@
-https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css";>Apache ECharts is an effort undergoing 
incubation at The Apache Software Foundation (ASF), sponsored by the Apache 
Incubator.We are working on redirecting this Website to https://echarts.apache.org"; 
target="_blank">https://echarts.apache.org. You may visit our new official 
Website now.https://echarts.apache.org"; target="_blank" 
onclick="lo [...]
 pageName: 'api',
 initHash: 'echarts',
@@ -28,7 +28,7 @@
 var vendorPath = '../vendors';
 
 define('globalArgs', extend({
-version: '1571075695155',
+version: '1571170595532',
 basePath: './',
 // Schema url is added by each doc page
 schemaUrl: '',
@@ -55,7 +55,7 @@ require.config({
 hasher: vendorPath + '/hasher/1.2.0/hasher.min',
 perfectScrollbar: vendorPath + 
'/perfect-scrollbar/0.6.8/js/perfect-scrollbar'
 },
-urlArgs: '_v_=1571075695155'
+urlArgs: '_v_=1571170595532'
 });
 
 require(['docTool/main'], function (main) {
diff --git a/public/en/builder.html b/public/en/builder.html
index 7bfea42..dbf28a8 100644
--- a/public/en/builder.html
+++ b/public/en/builder.html
@@ -1,4 +1,4 @@
-https://cdn.jsdelivr.net/npm/bootstrap@3.3.7/dist/css/bootstrap.min.css";>var _hmt = _hmt || [];
+};https://cdn.jsdelivr.net/npm/vanilla-lazyload@12.0.0/dist/lazyload.min.js";>https://buttons.github.io/buttons.js";>var _hmt = _hmt || [];
 (function() {
 var hm = document.createElement

[incubator-echarts-website] branch asf-site updated: fix doc build

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
 new e50fa51  fix doc build
e50fa51 is described below

commit e50fa51f79bc334d0f4bcf233db2b4b74bf914e9
Author: SHUANG SU 
AuthorDate: Wed Oct 16 04:18:44 2019 +0800

fix doc build
---
 documents/en/api.json  | 2 +-
 documents/en/option-gl.json| 2 +-
 documents/en/option.json   | 2 +-
 documents/en/tutorial.json | 2 +-
 documents/zh/api.json  | 2 +-
 documents/zh/option-gl.json| 2 +-
 documents/zh/option.json   | 2 +-
 documents/zh/tutorial.json | 2 +-
 en/404.html| 2 +-
 en/api.html| 8 
 en/builder.html| 2 +-
 en/changelog.html  | 2 +-
 en/cheat-sheet.html| 2 +-
 en/coding-standard.html| 2 +-
 en/committers.html | 2 +-
 en/dependencies.html   | 2 +-
 en/documents/en/api.json   | 2 +-
 en/documents/en/option-gl.json | 2 +-
 en/documents/en/option.json| 2 +-
 en/documents/en/tutorial.json  | 2 +-
 en/documents/zh/api.json   | 2 +-
 en/documents/zh/option-gl.json | 2 +-
 en/documents/zh/option.json| 2 +-
 en/documents/zh/tutorial.json  | 2 +-
 en/download-extension.html | 2 +-
 en/download-map.html   | 2 +-
 en/download-theme.html | 2 +-
 en/download.html   | 4 ++--
 en/faq.html| 2 +-
 en/feature.html| 2 +-
 en/index.html  | 4 ++--
 en/maillist.html   | 2 +-
 en/option-gl.html  | 8 
 en/option.html | 8 
 en/option3.html| 2 +-
 en/tutorial.html   | 8 
 examples/en/editor.html| 4 ++--
 examples/en/index.html | 4 ++--
 examples/en/view.html  | 4 ++--
 examples/zh/editor.html| 4 ++--
 examples/zh/index.html | 4 ++--
 examples/zh/view.html  | 4 ++--
 zh/404.html| 2 +-
 zh/api.html| 8 
 zh/builder.html| 2 +-
 zh/builder3.html   | 2 +-
 zh/changelog.html  | 2 +-
 zh/cheat-sheet.html| 2 +-
 zh/coding-standard.html| 2 +-
 zh/committers.html | 2 +-
 zh/demo.html   | 2 +-
 zh/dependencies.html   | 2 +-
 zh/documents/en/api.json   | 2 +-
 zh/documents/en/option-gl.json | 2 +-
 zh/documents/en/option.json| 2 +-
 zh/documents/en/tutorial.json  | 2 +-
 zh/documents/zh/api.json   | 2 +-
 zh/documents/zh/option-gl.json | 2 +-
 zh/documents/zh/option.json| 2 +-
 zh/documents/zh/tutorial.json  | 2 +-
 zh/download-extension.html | 2 +-
 zh/download-map.html   | 2 +-
 zh/download-theme.html | 2 +-
 zh/download.html   | 4 ++--
 zh/download3.html  | 4 ++--
 zh/examples.html   | 2 +-
 zh/faq.html| 2 +-
 zh/feature.html| 2 +-
 zh/index.html  | 4 ++--
 zh/maillist.html   | 2 +-
 zh/option-gl.html  | 8 
 zh/option.html | 8 
 zh/option3.html| 8 
 zh/spreadsheet.html| 8 
 zh/tutorial.html   | 8 
 75 files changed, 116 insertions(+), 116 deletions(-)

diff --git a/documents/en/api.json b/documents/en/api.json
index 45097fa..ef9e190 100644
--- a/documents/en/api.json
+++ b/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/documents/en/option-gl.json b/documents/en/option-gl.json
index 3209dac..7c75f69 100644
--- a/documents/en/option-gl.json
+++ b/documents/en/option-gl.json
@@ -1 +1 @@
-{"$schema":"http://echarts.baidu.com/doc/json-schem","option":{"type":"Object","properties":{"globe":{"type":["Object"],"description":";地球组件。组件提供了地球的绘制以及相应的坐标系,开发者可以在上面展示三维的散点图,气泡图,柱状图,飞线图。\n","properties":{"sho

[incubator-echarts-doc] branch release updated: Fix build script: copy wrong build output

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

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


The following commit(s) were added to refs/heads/release by this push:
 new 13c0058  Fix build script: copy wrong build output
13c0058 is described below

commit 13c005807d1ca7a1badd727305212ecd790f2640
Author: SHUANG SU 
AuthorDate: Wed Oct 16 04:10:14 2019 +0800

Fix build script: copy wrong build output
---
 build.js   | 12 
 release.sh |  4 ++--
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/build.js b/build.js
index 5dc0b39..0c40446 100644
--- a/build.js
+++ b/build.js
@@ -57,7 +57,8 @@ function run() {
 if (!fs.existsSync('public/' + distLang + '/documents/' + distLang)) {
 fs.mkdirSync('public/' + distLang + '/documents/' + distLang);
 }
-md2json({
+md2json(
+{
 path: language + '/option/**/*.md',
 sectionsAnyOf: ['visualMap', 'dataZoom', 'series', 
'graphic.elements'],
 entry: 'option',
@@ -70,7 +71,8 @@ function run() {
 // writePartitionedOptionSchema(schema, language, 'option');
 }
 );
-md2json({
+md2json(
+{
 path: language + '/tutorial/**/*.md',
 entry: 'tutorial',
 tplEnv: config,
@@ -81,7 +83,8 @@ function run() {
 writeSingleSchema(schema, language, 'tutorial');
 }
 );
-md2json({
+md2json(
+{
 path: language + '/api/**/*.md',
 entry: 'api',
 tplEnv: config,
@@ -92,7 +95,8 @@ function run() {
 }
 );
 
-md2json({
+md2json(
+{
 path: language + '/option-gl/**/*.md',
 sectionsAnyOf: ['series'],
 entry: 'option-gl',
diff --git a/release.sh b/release.sh
index ef0df75..a38a4a2 100644
--- a/release.sh
+++ b/release.sh
@@ -29,8 +29,8 @@ cd ${basepath}
 node ./build.js --env ${envType}
 cd ${currPath}
 # Do not rm, keep option3.json.
-cp -R ${basepath}/public/zh/documents/zh/ 
${basepath}/../echarts-www/documents/zh/
-cp -R ${basepath}/public/en/documents/en/ 
${basepath}/../echarts-www/documents/en/
+cp -R ${basepath}/public/documents/zh/ ${basepath}/../echarts-www/documents/zh/
+cp -R ${basepath}/public/documents/en/ ${basepath}/../echarts-www/documents/en/
 
 # Copy asset.
 # Do not rm, keep option3.json


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



[GitHub] [incubator-echarts] 100pah commented on a change in pull request #11393: feat: support round cap for polar bars

2019-10-15 Thread GitBox
100pah commented on a change in pull request #11393: feat: support round cap 
for polar bars
URL: 
https://github.com/apache/incubator-echarts/pull/11393#discussion_r335132897
 
 

 ##
 File path: src/util/symbol.js
 ##
 @@ -129,6 +129,79 @@ var Pin = graphic.extendShape({
 }
 });
 
+/**
+ * Sausage: similar to sector, but have half circle on both sides
+ * @inner
+ */
+export var Sausage = graphic.extendShape({
+
+type: 'sausage',
+
+shape: {
+
+cx: 0,
+
+cy: 0,
+
+r0: 0,
+
+r: 0,
+
+startAngle: 0,
+
+endAngle: Math.PI * 2,
+
+clockwise: true
+},
+
+brush: graphic.fixClipWithShadow(function () {
+return this.startAngle === this.endAngle;
+}),
+
+buildPath: function (ctx, shape) {
+var x = shape.cx;
+var y = shape.cy;
+var r0 = Math.max(shape.r0 || 0, 0);
+var r = Math.max(shape.r, 0);
+var dr = (r - r0) * 0.5;
+var rCenter = r0 + dr;
+var startAngle = shape.startAngle;
+var endAngle = shape.endAngle;
+var clockwise = shape.clockwise;
+
+var unitStartX = Math.cos(startAngle);
+var unitStartY = Math.sin(startAngle);
+var unitEndX = Math.cos(endAngle);
+var unitEndY = Math.sin(endAngle);
+
+var lessThanCircle = clockwise
+? endAngle - startAngle < Math.PI * 2
+: startAngle - endAngle < Math.PI * 2;
+
+if (lessThanCircle) {
+ctx.moveTo(unitStartX * r0 + x, unitStartY * r0 + y);
+
+ctx.arc(unitStartX * rCenter + x, unitStartY * rCenter + y, dr,
+-Math.PI + startAngle, startAngle, !clockwise);
 
 Review comment:
   Maybe it is not important but I still prefer to point out the code style 
issue about the line wrapping:
   
   By google code style the it recommends "at least double normal indent" 
[1][2]. That is, if the normal is 2 space, the double should be 4 space. If the 
normal is 4 space, the double should be 8 space. So here should be:
   ```js
   ctx.arc(unitStartX * rCenter + x, unitStartY * rCenter + y, dr,
   -Math.PI + startAngle, startAngle, !clockwise);
   ```
   
   By ecomfe code style (where most of the echarts code style come from), the 
back parenthesis is recommended to placed in a separate line (align with the 
indent of the line where the start parenthesis is) and no need to double the 
indent. So the line wrap should be:
   ```js
   ctx.arc(unitStartX * rCenter + x, unitStartY * rCenter + y, dr,
   -Math.PI + startAngle, startAngle, !clockwise
   );
   ```
   
   Both of the two styles are reasonable (to distinguish between the line break 
and deeper block of code). But the current way is not reasonable enough I think.
   
   [1] https://google.github.io/styleguide/jsguide.html#formatting-indent
   [2] 
https://google.github.io/styleguide/jsguide.html#formatting-function-arguments


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] 100pah commented on a change in pull request #11393: feat: support round cap for polar bars

2019-10-15 Thread GitBox
100pah commented on a change in pull request #11393: feat: support round cap 
for polar bars
URL: 
https://github.com/apache/incubator-echarts/pull/11393#discussion_r335112410
 
 

 ##
 File path: src/layout/barPolar.js
 ##
 @@ -79,6 +79,8 @@ function barLayoutPolar(seriesType, ecModel, api) {
 var valueDim = data.mapDimension(valueAxis.dim);
 var baseDim = data.mapDimension(baseAxis.dim);
 var stacked = isDimensionStacked(data, valueDim /*, baseDim*/);
+var clampLayout = baseDim !== 'radius'
 
 Review comment:
   baseDim is not necessarily `'radius'` if `encode` is used in option, but 
`baseAxis.dim` must be `'radius'` if it is a radius axis.


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] 100pah commented on a change in pull request #11393: feat: support round cap for polar bars

2019-10-15 Thread GitBox
100pah commented on a change in pull request #11393: feat: support round cap 
for polar bars
URL: 
https://github.com/apache/incubator-echarts/pull/11393#discussion_r335110108
 
 

 ##
 File path: src/coord/polar/polarCreator.js
 ##
 @@ -47,10 +47,23 @@ function resizePolar(polar, polarModel, api) {
 
 var radiusAxis = polar.getRadiusAxis();
 var size = Math.min(width, height) / 2;
-var radius = parsePercent(polarModel.get('radius'), size);
+
+var radius = polarModel.get('radius');
+if (radius == null) {
+radius = [0, "100%"];
+}
+else if (typeof radius === 'number' || typeof radius === 'string') {
 
 Review comment:
   Should better use `zrender/src/core/util` `isArray` `isString` instead.


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] 100pah commented on a change in pull request #11393: feat: support round cap for polar bars

2019-10-15 Thread GitBox
100pah commented on a change in pull request #11393: feat: support round cap 
for polar bars
URL: 
https://github.com/apache/incubator-echarts/pull/11393#discussion_r335124125
 
 

 ##
 File path: src/util/graphic.js
 ##
 @@ -75,6 +77,10 @@ export function extendShape(opts) {
 return Path.extend(opts);
 }
 
+export function fixClipWithShadow(conditionCheck) {
+return fixPathClipWithShadow(Path.prototype.brush, conditionCheck);
 
 Review comment:
   Is there a PR for the modification of `fixPathClipWithShadow` (about adding 
`conditionCheck`) ?
   Does `sausage` will be used as a clipping path?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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] bantic opened a new pull request #11412: Fix typo 'grapchic' in `echarts.all.js`

2019-10-15 Thread GitBox
bantic opened a new pull request #11412: Fix typo 'grapchic' in `echarts.all.js`
URL: https://github.com/apache/incubator-echarts/pull/11412
 
 
   Small typo 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



[incubator-echarts] branch master updated (afa7340 -> b6b9450)

2019-10-15 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.git.


from afa7340  Merge pull request #11409 from apache/release
 new 6c32b3c  Merge pull request #1 from apache/master
 new ee4a934  New Feature--add Event "brushEnd"
 new b6b9450  Merge pull request #11285 from cuijian-dexter/Fix9215

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


Summary of changes:
 src/component/brush/BrushView.js   | 6 ++
 src/component/brush/brushAction.js | 7 ++-
 2 files changed, 12 insertions(+), 1 deletion(-)


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



[GitHub] [incubator-echarts] 100pah merged pull request #11285: new feature Fix9215 add event ''brushEnd"

2019-10-15 Thread GitBox
100pah merged pull request #11285: new feature   Fix9215   add event ''brushEnd"
URL: https://github.com/apache/incubator-echarts/pull/11285
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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] ryanouyang opened a new pull request #11411: 修复了中国地图的省份标签位置

2019-10-15 Thread GitBox
ryanouyang opened a new pull request #11411: 修复了中国地图的省份标签位置
URL: https://github.com/apache/incubator-echarts/pull/11411
 
 
   原先版本的省份位置偏移太离谱了,还有南海诸岛的标签也是有问题的。
   
![image](https://user-images.githubusercontent.com/360426/66838642-99be5a80-ef97-11e9-9860-1cc492fdce94.png)
   
   这几个commit修复了这些问题,希望对后人有些帮助。
   
![image](https://user-images.githubusercontent.com/360426/66838749-cecaad00-ef97-11e9-863f-47902ff36714.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] pissang closed pull request #11001: 3d

2019-10-15 Thread GitBox
pissang closed pull request #11001: 3d
URL: https://github.com/apache/incubator-echarts/pull/11001
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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 #11001: 3d

2019-10-15 Thread GitBox
pissang commented on issue #11001: 3d
URL: 
https://github.com/apache/incubator-echarts/pull/11001#issuecomment-542204797
 
 
   Thanks for your contribution. But the map data in the repo is not maintained 
anymore.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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 edited a comment on issue #11007: fix: 修复柱图超出 extent 范围

2019-10-15 Thread GitBox
pissang edited a comment on issue #11007: fix: 修复柱图超出 extent 范围
URL: 
https://github.com/apache/incubator-echarts/pull/11007#issuecomment-542203630
 
 
   Thanks for your contribution! we fixed it in 4.4.0. I think it's correct now.
   
   
![image](https://user-images.githubusercontent.com/841551/66834341-09304c00-ef90-11e9-85b2-f8b9608918d0.png)
   
   More discuss can be seen in the issue 
https://github.com/apache/incubator-echarts/issues/11240


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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 pull request #11007: fix: 修复柱图超出 extent 范围

2019-10-15 Thread GitBox
pissang closed pull request #11007: fix: 修复柱图超出 extent 范围
URL: https://github.com/apache/incubator-echarts/pull/11007
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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 edited a comment on issue #11007: fix: 修复柱图超出 extent 范围

2019-10-15 Thread GitBox
pissang edited a comment on issue #11007: fix: 修复柱图超出 extent 范围
URL: 
https://github.com/apache/incubator-echarts/pull/11007#issuecomment-542203630
 
 
   Thanks for your contribution! we fixed it in 4.4.0. I think it's correct now.
   
   
![image](https://user-images.githubusercontent.com/841551/66834341-09304c00-ef90-11e9-85b2-f8b9608918d0.png)
   
   More descriptions can be seen in the issue 
https://github.com/apache/incubator-echarts/issues/11240


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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 #11007: fix: 修复柱图超出 extent 范围

2019-10-15 Thread GitBox
pissang commented on issue #11007: fix: 修复柱图超出 extent 范围
URL: 
https://github.com/apache/incubator-echarts/pull/11007#issuecomment-542203630
 
 
   Hi, we have fixed it in 4.4.0. I think it's correct now. Thanks a lot!
   
   
![image](https://user-images.githubusercontent.com/841551/66834341-09304c00-ef90-11e9-85b2-f8b9608918d0.png)
   
   More descriptions can be seen in the issue 
https://github.com/apache/incubator-echarts/issues/11240


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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 #11285: new feature Fix9215 add event ''brushEnd"

2019-10-15 Thread GitBox
pissang commented on issue #11285: new feature   Fix9215   add event ''brushEnd"
URL: 
https://github.com/apache/incubator-echarts/pull/11285#issuecomment-542201022
 
 
   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] pissang commented on issue #11186: FIX #11176 xAxis.axisTick.interval appears different between echart4 and echart3.8

2019-10-15 Thread GitBox
pissang commented on issue #11186: FIX #11176 xAxis.axisTick.interval appears 
different between echart4 and echart3.8
URL: 
https://github.com/apache/incubator-echarts/pull/11186#issuecomment-542199646
 
 
   Hi @foolzhang.  I checked the code. Very neat fix! But it breaks the test 
case with dataZoom in axis-interval2.html.
   
   I've left my change suggestions in the comment. Really nice job! 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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 a change in pull request #11186: FIX #11176 xAxis.axisTick.interval appears different between echart4 and echart3.8

2019-10-15 Thread GitBox
pissang commented on a change in pull request #11186: FIX #11176 
xAxis.axisTick.interval appears different between echart4 and echart3.8
URL: 
https://github.com/apache/incubator-echarts/pull/11186#discussion_r334935652
 
 

 ##
 File path: src/coord/Axis.js
 ##
 @@ -315,7 +320,10 @@ function fixOnBandTicksCoords(axis, ticksCoords, 
tickCategoryInterval, alignWith
 ticksItem.coord -= shift / ((tickCategoryInterval + 1) * 2);
 }
 });
-last = {coord: ticksCoords[ticksLen - 1].coord + shift};
+
+diffSize = tickLen - ticksCoords[ticksLen - 1].tickValue;
 
 Review comment:
   I think this should be 
   ```js
   diffSize = tickLen - crossLen;
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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] wushangyou commented on issue #11410: 自定义tootip在ios13版本会被覆盖

2019-10-15 Thread GitBox
wushangyou commented on issue #11410: 自定义tootip在ios13版本会被覆盖
URL: 
https://github.com/apache/incubator-echarts/issues/11410#issuecomment-542176878
 
 
   同一个图表,点击部分区域是不被覆盖,部分区域是被覆盖


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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] wushangyou opened a new issue #11410: 自定义tootip在ios13版本会被覆盖

2019-10-15 Thread GitBox
wushangyou opened a new issue #11410: 自定义tootip在ios13版本会被覆盖
URL: https://github.com/apache/incubator-echarts/issues/11410
 
 
   
![微信图片_20191015195053](https://user-images.githubusercontent.com/32354909/66829102-34fa0480-ef85-11e9-95ec-db0c6053b59f.png)
   环境:ios ,系统版本13,
   问题描述:tootip是自定义的的,层级已经设置了99,点击时tootip会给图表覆盖,在ios12版本是没问题的


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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 (52a20de -> afa7340)

2019-10-15 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.git.


from 52a20de  test: change recorder key from shift to alt
 add c4e3071  Merge pull request #11304 from apache/master
 add 243c6ec  fix(map): map interiors bug casued in #11272
 add 436533a  fix(graphic): pie highlight not triggering since 
5661c6eaaf75b8e98fa9f92348c37842e31c3490
 add 583f673  fix(graphic): fix when zr does not exist
 add 49ca3ea  test(bar): Add test cases.
 add c5eba3c  fix(bar): expand clipping area on the boundaryGap axis or 
value axis.
 add 1afda1b  fix: add muti-lang for legend selector and little tweak.
 add 9be0327  test: tweak test case.
 add 46a57a9  fix: fix incorrect comment.
 add 7dc0b7a  chore: tweak code style.
 add 2a4f289  build(release): 4.4.0
 add b2b38d6  update package-lock.json for 4.4.0-rc.1
 add 68787b3  update NPM version to 4.4.0
 add 0e065ce  update version of package-lock.json
 new afa7340  Merge pull request #11409 from apache/release

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:
 dist/echarts-en.common.js   | 1551 ++---
 dist/echarts-en.common.min.js   |2 +-
 dist/echarts-en.js  | 1851 ++-
 dist/echarts-en.js.map  |2 +-
 dist/echarts-en.min.js  |2 +-
 dist/echarts-en.simple.js   |  866 +++-
 dist/echarts-en.simple.min.js   |2 +-
 dist/echarts.common.js  | 1551 ++---
 dist/echarts.common.min.js  |2 +-
 dist/echarts.js | 1851 ++-
 dist/echarts.js.map |2 +-
 dist/echarts.min.js |2 +-
 dist/echarts.simple.js  |  866 +++-
 dist/echarts.simple.min.js  |2 +-
 dist/extension/bmap.js  |   17 +
 dist/extension/bmap.js.map  |2 +-
 dist/extension/bmap.min.js  |2 +-
 dist/extension/dataTool.js  |   17 +-
 dist/extension/dataTool.js.map  |2 +-
 dist/extension/dataTool.min.js  |2 +-
 extension/bmap/BMapModel.js |1 +
 extension/bmap/BMapView.js  |   18 +
 extension/dataTool/gexf.js  |6 +-
 package-lock.json   |  883 +
 package.json|4 +-
 src/chart/bar/BarView.js|   27 +-
 src/component/helper/MapDraw.js |   16 +-
 src/component/legend/LegendModel.js |6 +-
 src/coord/geo/GeoModel.js   |   10 +-
 src/echarts.js  |4 +-
 src/lang.js |7 +-
 src/langEN.js   |7 +-
 src/langES.js   |9 +
 src/langFI.js   |9 +
 src/langTH.js   |   10 +
 src/layout/barGrid.js   |2 +
 src/util/graphic.js |   10 +-
 test/bar2.html  |  242 +
 test/legend.html|   19 +-
 test/runTest/actions/update.js  |   20 +
 40 files changed, 7318 insertions(+), 2586 deletions(-)


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



[GitHub] [incubator-echarts] 100pah merged pull request #11409: Merge Release 4.4.0 to master

2019-10-15 Thread GitBox
100pah merged pull request #11409: Merge Release 4.4.0 to master
URL: https://github.com/apache/incubator-echarts/pull/11409
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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: Merge pull request #11409 from apache/release

2019-10-15 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.git

commit afa734014142efb79356795b0f8ffad931b2c2eb
Merge: 52a20de 0e065ce
Author: sushuang 
AuthorDate: Tue Oct 15 19:38:31 2019 +0800

Merge pull request #11409 from apache/release

Merge Release 4.4.0 to master

 dist/echarts-en.common.js   | 1551 ++---
 dist/echarts-en.common.min.js   |2 +-
 dist/echarts-en.js  | 1851 ++-
 dist/echarts-en.js.map  |2 +-
 dist/echarts-en.min.js  |2 +-
 dist/echarts-en.simple.js   |  866 +++-
 dist/echarts-en.simple.min.js   |2 +-
 dist/echarts.common.js  | 1551 ++---
 dist/echarts.common.min.js  |2 +-
 dist/echarts.js | 1851 ++-
 dist/echarts.js.map |2 +-
 dist/echarts.min.js |2 +-
 dist/echarts.simple.js  |  866 +++-
 dist/echarts.simple.min.js  |2 +-
 dist/extension/bmap.js  |   17 +
 dist/extension/bmap.js.map  |2 +-
 dist/extension/bmap.min.js  |2 +-
 dist/extension/dataTool.js  |   17 +-
 dist/extension/dataTool.js.map  |2 +-
 dist/extension/dataTool.min.js  |2 +-
 extension/bmap/BMapModel.js |1 +
 extension/bmap/BMapView.js  |   18 +
 extension/dataTool/gexf.js  |6 +-
 package-lock.json   |  883 +
 package.json|4 +-
 src/chart/bar/BarView.js|   27 +-
 src/component/helper/MapDraw.js |   16 +-
 src/component/legend/LegendModel.js |6 +-
 src/coord/geo/GeoModel.js   |   10 +-
 src/echarts.js  |4 +-
 src/lang.js |7 +-
 src/langEN.js   |7 +-
 src/langES.js   |9 +
 src/langFI.js   |9 +
 src/langTH.js   |   10 +
 src/layout/barGrid.js   |2 +
 src/util/graphic.js |   10 +-
 test/bar2.html  |  242 +
 test/legend.html|   19 +-
 test/runTest/actions/update.js  |   20 +
 40 files changed, 7318 insertions(+), 2586 deletions(-)



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



[GitHub] [incubator-echarts] 100pah opened a new pull request #11409: Merge Release 4.4.0 to master

2019-10-15 Thread GitBox
100pah opened a new pull request #11409: Merge Release 4.4.0 to master
URL: https://github.com/apache/incubator-echarts/pull/11409
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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] 01/01: Merge branch 'release'

2019-10-15 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 127aad3a6e30290de87f14d96c0e3b0ac11bf098
Merge: 1a1c8e7 86e873d
Author: SHUANG SU 
AuthorDate: Tue Oct 15 19:19:37 2019 +0800

Merge branch 'release'

# Conflicts:
#   build.js
#   public/documents/en/api.json
#   public/documents/en/option-gl.json
#   public/documents/en/option.json
#   public/documents/en/tutorial.json
#   public/documents/zh/api.json
#   public/documents/zh/option-gl.json
#   public/documents/zh/option.json
#   public/documents/zh/tutorial.json
#   public/en/documents/en/changelog.html

 build.js   |   31 +-
 cn/option/partial/clip.md  |   15 +
 cn/option/partial/version.md   |3 +
 en/api/graphic.md  |   88 +
 en/changelog.md|   60 +-
 en/option/partial/clip.md  |   15 +
 en/option/partial/version.md   |3 +
 en/option/series/bar.md|4 +
 en/option/series/custom.md |5 +
 en/option/series/line.md   |5 +-
 en/option/series/lines.md  |4 +
 en/option/series/scatter.md|4 +
 public/documents/en/api.json   |2 +-
 public/documents/en/option-gl.json |2 +-
 public/documents/en/option.json|2 +-
 public/documents/en/tutorial.json  |2 +-
 public/documents/zh/api.json   |2 +-
 public/documents/zh/option-gl.json |2 +-
 public/documents/zh/option.json|2 +-
 public/documents/zh/tutorial.json  |2 +-
 public/en/404.html |2 +-
 public/en/api.html |8 +-
 public/en/builder.html |2 +-
 .../en/builder/src/echarts/chart/bar/BarSeries.js  |5 +
 public/en/builder/src/echarts/chart/bar/BarView.js |  106 +-
 .../echarts/chart/candlestick/candlestickLayout.js |4 +-
 public/en/builder/src/echarts/chart/custom.js  |   42 +-
 .../src/echarts/chart/helper/EffectSymbol.js   |9 +-
 .../src/echarts/chart/helper/LargeSymbolDraw.js|   27 +-
 .../chart/helper/createClipPathFromCoordSys.js |   96 +
 .../builder/src/echarts/chart/line/LineSeries.js   |2 +-
 .../en/builder/src/echarts/chart/line/LineView.js  |  159 +-
 .../builder/src/echarts/chart/lines/LinesSeries.js |3 +
 .../builder/src/echarts/chart/lines/LinesView.js   |9 +
 .../en/builder/src/echarts/chart/pie/PieSeries.js  |4 +-
 public/en/builder/src/echarts/chart/pie/PieView.js |   74 +-
 .../src/echarts/chart/sankey/sankeyAction.js   |2 +-
 .../src/echarts/chart/scatter/ScatterSeries.js |7 +-
 .../src/echarts/chart/scatter/ScatterView.js   |   17 +-
 .../src/echarts/chart/sunburst/sunburstLayout.js   |   18 +-
 .../builder/src/echarts/chart/tree/TreeSeries.js   |2 +-
 .../en/builder/src/echarts/chart/tree/TreeView.js  |   18 +-
 .../src/echarts/component/dataZoom/AxisProxy.js|2 +-
 .../echarts/component/dataZoom/DataZoomModel.js|  101 +-
 .../component/dataZoom/dataZoomProcessor.js|4 +-
 public/en/builder/src/echarts/component/graphic.js |   55 +-
 .../src/echarts/component/helper/MapDraw.js|   49 +-
 public/en/builder/src/echarts/component/legend.js  |2 +-
 .../src/echarts/component/legend/LegendModel.js|  101 +-
 .../src/echarts/component/legend/LegendView.js |  155 +-
 .../component/legend/ScrollableLegendModel.js  |9 -
 .../component/legend/ScrollableLegendView.js   |   54 +-
 .../src/echarts/component/legend/legendAction.js   |8 +-
 .../src/echarts/component/marker/MarkerModel.js|   16 +-
 .../echarts/component/toolbox/feature/DataZoom.js  |3 +
 .../component/tooltip/TooltipContentManager.js |0
 .../src/echarts/coord/cartesian/Cartesian2D.js |   33 +-
 .../en/builder/src/echarts/coord/geo/GeoModel.js   |2 +-
 public/en/builder/src/echarts/coord/polar/Polar.js |   33 +
 public/en/builder/src/echarts/coord/radar/Radar.js |2 +-
 public/en/builder/src/echarts/echarts.js   |   90 +-
 public/en/builder/src/echarts/export.js|2 +-
 public/en/builder/src/echarts/lang.js  |   10 +
 public/en/builder/src/echarts/langEN.js|   10 +
 public/en/builder/src/echarts/langES.js|   10 +
 public/en/builder/src/echarts/langFI.js|   10 +
 public/en/builder/src/echarts/langTH.js|   10 +
 public/en/builder/src/echarts/layout/barGrid.js|   19 +-
 public/en/builder/src/echarts/model/Global.js  

[incubator-echarts-doc] branch master updated (1a1c8e7 -> 127aad3)

2019-10-15 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 1a1c8e7  update build file from cn to zh
 add af8662b  add clip option in line,bar,custom,lines,scatter series
 add 3cefcb5  fix: fix build script for dev.
 add 1b86d1f  feature: add doc for echarts.graphic.registerShape and 
extendPath and getShapeClass.
 add 776b476  Add changelog of 4.4.0
 add 903b5ec  fix: changelog of 4.4.0
 add 8ab17bc  fix: changelog version.
 add 89a9f37  fix: build script of changelog
 add f585409  release 4.4.0-rc.1
 add 5153fa2  rebulid
 add 86e873d  release 4.4.0
 new 127aad3  Merge branch 'release'

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:
 build.js   |   31 +-
 cn/option/partial/clip.md  |   15 +
 cn/option/partial/version.md   |3 +
 en/api/graphic.md  |   88 +
 en/changelog.md|   60 +-
 en/option/partial/clip.md  |   15 +
 en/option/partial/version.md   |3 +
 en/option/series/bar.md|4 +
 en/option/series/custom.md |5 +
 en/option/series/line.md   |5 +-
 en/option/series/lines.md  |4 +
 en/option/series/scatter.md|4 +
 public/documents/en/api.json   |2 +-
 public/documents/en/option-gl.json |2 +-
 public/documents/en/option.json|2 +-
 public/documents/en/tutorial.json  |2 +-
 public/documents/zh/api.json   |2 +-
 public/documents/zh/option-gl.json |2 +-
 public/documents/zh/option.json|2 +-
 public/documents/zh/tutorial.json  |2 +-
 public/en/404.html |2 +-
 public/en/api.html |8 +-
 public/en/builder.html |2 +-
 .../en/builder/src/echarts/chart/bar/BarSeries.js  |5 +
 public/en/builder/src/echarts/chart/bar/BarView.js |  106 +-
 .../echarts/chart/candlestick/candlestickLayout.js |4 +-
 public/en/builder/src/echarts/chart/custom.js  |   42 +-
 .../src/echarts/chart/helper/EffectSymbol.js   |9 +-
 .../src/echarts/chart/helper/LargeSymbolDraw.js|   27 +-
 .../chart/helper/createClipPathFromCoordSys.js |   96 +
 .../builder/src/echarts/chart/line/LineSeries.js   |2 +-
 .../en/builder/src/echarts/chart/line/LineView.js  |  159 +-
 .../builder/src/echarts/chart/lines/LinesSeries.js |3 +
 .../builder/src/echarts/chart/lines/LinesView.js   |9 +
 .../en/builder/src/echarts/chart/pie/PieSeries.js  |4 +-
 public/en/builder/src/echarts/chart/pie/PieView.js |   74 +-
 .../src/echarts/chart/sankey/sankeyAction.js   |2 +-
 .../src/echarts/chart/scatter/ScatterSeries.js |7 +-
 .../src/echarts/chart/scatter/ScatterView.js   |   17 +-
 .../src/echarts/chart/sunburst/sunburstLayout.js   |   18 +-
 .../builder/src/echarts/chart/tree/TreeSeries.js   |2 +-
 .../en/builder/src/echarts/chart/tree/TreeView.js  |   18 +-
 .../src/echarts/component/dataZoom/AxisProxy.js|2 +-
 .../echarts/component/dataZoom/DataZoomModel.js|  101 +-
 .../component/dataZoom/dataZoomProcessor.js|4 +-
 public/en/builder/src/echarts/component/graphic.js |   55 +-
 .../src/echarts/component/helper/MapDraw.js|   49 +-
 public/en/builder/src/echarts/component/legend.js  |2 +-
 .../src/echarts/component/legend/LegendModel.js|  101 +-
 .../src/echarts/component/legend/LegendView.js |  155 +-
 .../component/legend/ScrollableLegendModel.js  |9 -
 .../component/legend/ScrollableLegendView.js   |   54 +-
 .../src/echarts/component/legend/legendAction.js   |8 +-
 .../src/echarts/component/marker/MarkerModel.js|   16 +-
 .../echarts/component/toolbox/feature/DataZoom.js  |3 +
 .../component/tooltip/TooltipContentManager.js |0
 .../src/echarts/coord/cartesian/Cartesian2D.js |   33 +-
 .../en/builder/src/echarts/coord/geo/GeoModel.js   |2 +-
 public/en/builder/src/echarts/coord/polar/Polar.js |   33 +
 public/en/builder/src/echarts/coord/radar/Radar.js |2 +-
 public/en/builder/src/echarts/echarts.js   |   90 +-
 public/en/builder/src/echarts/export.js|2 +-
 public/en/builder/src/echarts/lang.js  |   10 +
 public/en/builder/src/echarts/langEN.js|   10 +
 public/en/builder/src

[GitHub] [incubator-echarts] frank2046 removed a comment on issue #11408: 当折线图中的多条线的x轴时间点不一致时,tooltip只显示了一条

2019-10-15 Thread GitBox
frank2046 removed a comment on issue #11408: 当折线图中的多条线的x轴时间点不一致时,tooltip只显示了一条
URL: 
https://github.com/apache/incubator-echarts/issues/11408#issuecomment-542134335
 
 
   
![image](https://user-images.githubusercontent.com/4961636/66821274-bdbc7480-ef74-11e9-8671-c7a16bd486c2.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] frank2046 commented on issue #11408: 当折线图中的多条线的x轴时间点不一致时,tooltip只显示了一条

2019-10-15 Thread GitBox
frank2046 commented on issue #11408: 当折线图中的多条线的x轴时间点不一致时,tooltip只显示了一条
URL: 
https://github.com/apache/incubator-echarts/issues/11408#issuecomment-542134335
 
 
   
![image](https://user-images.githubusercontent.com/4961636/66821274-bdbc7480-ef74-11e9-8671-c7a16bd486c2.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] frank2046 opened a new issue #11408: 当折线图中的多条线的x轴时间点不一致时,tooltip只显示了一条

2019-10-15 Thread GitBox
frank2046 opened a new issue #11408: 当折线图中的多条线的x轴时间点不一致时,tooltip只显示了一条
URL: https://github.com/apache/incubator-echarts/issues/11408
 
 
   ### Version
   4.2.1
   
   ### Steps to reproduce
   1.创建一个折线图,包含两条线  
   2.两条线的x轴的时间点不一致  
   3.此时tooltip在图上移动时只显示一条数据  
   
   ### What is expected?
   tooltip能否同时显示两个折线图的数据,将两个折线图时间相近的点放到一起
   
   ### What is actually happening?
   此时鼠标在图上移动时tooltip总是只显示一条数据
   ![Uploading image.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] edenluhongdeng opened a new issue #11407: 多类目项 xAxis.axisTick.interval 失效

2019-10-15 Thread GitBox
edenluhongdeng opened a new issue #11407: 多类目项 xAxis.axisTick.interval 失效
URL: https://github.com/apache/incubator-echarts/issues/11407
 
 
   ### Version
   4.3.0
   
   ### Steps to reproduce
   在4.3.0版本可视使用,多类目X轴失效
   
   ### What is expected?
   在4.3.0版本可视使用
   在4.0.4板本是可以使用的
   
   ### What is actually happening?
   解决问题
   
   ---
   877898...@qq.com
   
   
   {
 "animation": false,
 "title": {
   "text": "",
   "subtext": "",
   "show": false,
   "textStyle": {
 "color": "#666",
 "fontWeight": "bold"
   },
   "left": "left",
   "subtextStyle": {
 "color": "#111",
 "fontSize": 14,
 "fontFamily": "MicrosoftYaHei",
 "fontWeight": "normal",
 "fontStyle": "normal"
   }
 },
 "legend": {
   "data": [
 {
   "name": "折扣",
   "align": "left"
 }
   ],
   "show": true,
   "type": "scroll",
   "itemWidth": 15,
   "borderRadius": 10,
   "orient": "horizontal",
   "top": "bottom",
   "left": "center",
   "position": "bottom",
   "_align": "center",
   "_orient": "bottom",
   "textStyle": {
 "fontSize": 14,
 "lineHeight": 18,
 "color": "rgba(85,85,85,1)",
 "fontWeight": "normal",
 "fontStyle": "normal"
   }
 },
 "xAxis": [
   {
 "type": "category",
 "data": [
   {
 "value": "办公用品"
   },
   {
 "value": "办公用品",
 "textStyle": {
   "color": "#ff"
 }
   },
   {
 "value": "办公用品",
 "textStyle": {
   "color": "#ff"
 }
   },
   {
 "value": "办公用品",
 "textStyle": {
   "color": "#ff"
 }
   },
   {
 "value": "电子设备"
   },
   {
 "value": "电子设备",
 "textStyle": {
   "color": "#ff"
 }
   },
   {
 "value": "电子设备",
 "textStyle": {
   "color": "#ff"
 }
   },
   {
 "value": "电子设备",
 "textStyle": {
   "color": "#ff"
 }
   },
   {
 "value": "家具"
   },
   {
 "value": "家具",
 "textStyle": {
   "color": "#ff"
 }
   },
   {
 "value": "家具",
 "textStyle": {
   "color": "#ff"
 }
   },
   {
 "value": "家具",
 "textStyle": {
   "color": "#ff"
 }
   }
 ],
 "name": "",
 "nameGap": 15,
 "offset": 20,
 "position": "bottom",
 "axisTick": {
   "show": true,
   "length": 40,
   "lineStyle": {
 "width": 1,
 "color": "rgba(204,204,204,1)"
   }
 },
 "axisLine": {
   "show": true,
   "lineStyle": {
 "width": 1,
 "color": "rgba(204,204,204,1)"
   }
 },
 "axisLabel": {
   "show": true,
   "showMinLabel": true,
   "rotate": 0,
   "fontStyle": "normal",
   "fontWeight": "normal",
   "textStyle": {
 "color": "rgba(136,136,136,1)",
 "fontSize": 14
   }
 },
 "show": true,
 "nameTextStyle": {
   "fontSize": 14,
   "color": "rgba(136,136,136,1)",
   "fontStyle": "normal",
   "fontWeight": "normal",
   "_isShow": true,
   "rich": {
 "alignConfig": {
   "fontStyle": "normal",
   "fontWeight": "normal"
 }
   }
 }
   },
   {
 "type": "category",
 "data": [
   {
 "value": "标准级"
   },
   {
 "value": "当日"
   },
   {
 "value": "二级"
   },
   {
 "value": "一级"
   },
   {
 "value": "标准级"
   },
   {
 "value": "当日"
   },
   {
 "value": "二级"
   },
   {
 "value": "一级"
   },
   {
 "value": "标准级"
   },
   {
 "value": "当日"
   },
   {
 "value": "二级"
   },
   {
 "value": "一级"
   }
 ],
 "name": "",
 "nameGap": 15,
 "offset": 0,
 "position": "bottom",
 "axisTick": {
   "show": true,
   "length": 5,
   "interval": "auto",
   "lineStyle": {
 "width": 1,
 "color": "rgba(204,204,204,1)"
   }
 },

[GitHub] [incubator-echarts] pissang merged pull request #11406: test: change recorder key from shift to alt

2019-10-15 Thread GitBox
pissang merged pull request #11406: test: change recorder key from shift to alt
URL: https://github.com/apache/incubator-echarts/pull/11406
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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 (d050565 -> 52a20de)

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

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


from d050565  Add log axis for radar charts (#11324)
 add 52a20de  test: change recorder key from shift to alt

No new revisions were added by this update.

Summary of changes:
 test/runTest/recorder/index.html  | 4 ++--
 test/runTest/recorder/recorder.js | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


-
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 a change in pull request #11393: feat: support round cap for polar bars

2019-10-15 Thread GitBox
pissang commented on a change in pull request #11393: feat: support round cap 
for polar bars
URL: 
https://github.com/apache/incubator-echarts/pull/11393#discussion_r334829124
 
 

 ##
 File path: src/component/axis/AngleAxisView.js
 ##
 @@ -96,19 +96,24 @@ export default AxisView.extend({
 _axisLine: function (angleAxisModel, polar, ticksAngles, radiusExtent) {
 var lineStyleModel = angleAxisModel.getModel('axisLine.lineStyle');
 
-var circle = new graphic.Circle({
-shape: {
-cx: polar.cx,
-cy: polar.cy,
-r: radiusExtent[getRadiusIdx(polar)]
-},
-style: lineStyleModel.getLineStyle(),
-z2: 1,
-silent: true
-});
-circle.style.fill = null;
-
-this.group.add(circle);
+for (var rx = 0; rx < radiusExtent.length; ++rx) {
+// Draw a circle for radius like [0, 100], and two circles for 
[20, 100]
+if (radiusExtent[rx] > 0) {
+var circle = new graphic.Circle({
+shape: {
+cx: polar.cx,
+cy: polar.cy,
+r: radiusExtent[rx]
+},
+style: lineStyleModel.getLineStyle(),
+z2: 1,
+silent: true
+});
+circle.style.fill = null;
+
+this.group.add(circle);
+}
+}
 },
 
 Review comment:
   You can use the `Ring` shape to get a hole in the circle


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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 #11406: test: change recorder key from shift to alt

2019-10-15 Thread GitBox
pissang opened a new pull request #11406: test: change recorder key from shift 
to alt
URL: https://github.com/apache/incubator-echarts/pull/11406
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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 #11393: feat: support round cap for polar bars

2019-10-15 Thread GitBox
Ovilia edited a comment on issue #11393: feat: support round cap for polar bars
URL: 
https://github.com/apache/incubator-echarts/pull/11393#issuecomment-542106835
 
 
   Polar radius supports array now. b5e6ba7
   
![image](https://user-images.githubusercontent.com/779050/66815569-14bd4c00-ef6b-11e9-9d8b-176ee94285b3.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



[incubator-echarts] branch test-change-record-key created (now 37b23ae)

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

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


  at 37b23ae  test: change recorder key from shift to alt

This branch includes the following new commits:

 new 37b23ae  test: change recorder key from shift to alt

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: change recorder key from shift to alt

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

shenyi pushed a commit to branch test-change-record-key
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git

commit 37b23aefcda71e8ac29991f8e61e1f928516ad9e
Author: pissang 
AuthorDate: Tue Oct 15 16:44:35 2019 +0800

test: change recorder key from shift to alt
---
 test/runTest/recorder/index.html  | 4 ++--
 test/runTest/recorder/recorder.js | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/runTest/recorder/index.html b/test/runTest/recorder/index.html
index c145c58..e0bc594 100644
--- a/test/runTest/recorder/index.html
+++ b/test/runTest/recorder/index.html
@@ -33,8 +33,8 @@ under the License.
 class="recording-button" circle :type="recordingAction ? 'danger' 
: 'info'"
 >
 
-SHIFT + Rto 
{{recordingAction ? 'stop' : 'start'}} recording
-SHIFT 
+ Sto take screenshot
+ALT + Rto 
{{recordingAction ? 'stop' : 'start'}} recording
+ALT + 
Sto take screenshot
 {{(recordingTimeElapsed / 1000).toFixed(0)}} s
 
 
diff --git a/test/runTest/recorder/recorder.js 
b/test/runTest/recorder/recorder.js
index eb89d58..3d4fe62 100644
--- a/test/runTest/recorder/recorder.js
+++ b/test/runTest/recorder/recorder.js
@@ -196,7 +196,7 @@ function notify(title, message) {
 }
 
 function keyboardRecordingHandler(e) {
-if (e.key.toLowerCase() === 'r' && e.shiftKey) {
+if (e.keyCode === 82 && e.altKey) {
 let $iframe = getIframe();
 if (!app.recordingAction) {
 // Create a new action if currentAction has ops.
@@ -230,7 +230,7 @@ function keyboardRecordingHandler(e) {
 }
 // Get scroll
 }
-else if (e.key.toLowerCase() === 's' && e.shiftKey) {
+else if (e.keyCode === 83 && e.altKey) {
 if (app.recordingAction) {
 app.recordingAction.ops.push({
 type: 'screenshot',


-
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 #11393: feat: support round cap for polar bars

2019-10-15 Thread GitBox
Ovilia commented on issue #11393: feat: support round cap for polar bars
URL: 
https://github.com/apache/incubator-echarts/pull/11393#issuecomment-542106835
 
 
   Polar radius supports radius now. b5e6ba7
   
![image](https://user-images.githubusercontent.com/779050/66815569-14bd4c00-ef6b-11e9-9d8b-176ee94285b3.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



[incubator-echarts-doc] branch roundCap updated (ada707c -> a4daf42)

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

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


from ada707c  add doc for polar roundCap apache/incubator-echarts#11393
 add a4daf42  feat: support polar radius array 
apache/incubator-echarts@b5e6ba7

No new revisions were added by this update.

Summary of changes:
 en/option/component/polar.md | 2 +-
 zh/option/component/polar.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


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



[incubator-echarts] branch fix-4856 updated (e50f049 -> e5adac3)

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

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


from e50f049  test(polar): add test for polar bars with roundCap
 add b5e6ba7  feat(polar): supports radius array for polar
 add e5adac3  test(polar): update polar tests

No new revisions were added by this update.

Summary of changes:
 src/component/axis/AngleAxisView.js | 31 ++-
 src/coord/polar/polarCreator.js | 19 ---
 test/polar-rounded.html | 32 +---
 test/runTest/actions/__meta__.json  |  2 +-
 test/runTest/actions/polar-rounded.json |  2 +-
 5 files changed, 57 insertions(+), 29 deletions(-)


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



[GitHub] [incubator-echarts] huseyinozgul commented on issue #6202: Problems when updating chart through echartsInstance.setOption()

2019-10-15 Thread GitBox
huseyinozgul commented on issue #6202: Problems when updating chart through 
echartsInstance.setOption()
URL: 
https://github.com/apache/incubator-echarts/issues/6202#issuecomment-542087588
 
 
   I solved this problem in React.
   chart.setOption({},true});
   chart.setOption(option,true);


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] lany9527 commented on issue #4055: 动态添加数据,每次添加数据,都会把dataZoom初始化?

2019-10-15 Thread GitBox
lany9527 commented on issue #4055: 动态添加数据,每次添加数据,都会把dataZoom初始化?
URL: 
https://github.com/apache/incubator-echarts/issues/4055#issuecomment-542087334
 
 
   http://jsbin.com/jamuzayaxo/edit?html,js,output
   
   我试试了 真的不得 随着数据的增加 图比例会变


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub 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] SuperRichZhao edited a comment on issue #4678: 关于折线图y轴刻度自定义的问题

2019-10-15 Thread GitBox
SuperRichZhao edited a comment on issue #4678: 关于折线图y轴刻度自定义的问题
URL: 
https://github.com/apache/incubator-echarts/issues/4678#issuecomment-542081260
 
 
   > 能否列举一个你觉得必须要自己定义刻度值的例子?谢谢
   
   我想问一下这样的例子,使用 echarts 可以实现吗,谢谢 @pissang
   
   
![image](https://user-images.githubusercontent.com/39297660/66810292-8a241f00-ef61-11e9-876b-39ea9b1dfad9.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] SuperRichZhao commented on issue #4678: 关于折线图y轴刻度自定义的问题

2019-10-15 Thread GitBox
SuperRichZhao commented on issue #4678: 关于折线图y轴刻度自定义的问题
URL: 
https://github.com/apache/incubator-echarts/issues/4678#issuecomment-542081260
 
 
   > 能否列举一个你觉得必须要自己定义刻度值的例子?谢谢
   
   我想问一下这样的例子,使用 echarts 可以实现吗
   
   
![image](https://user-images.githubusercontent.com/39297660/66810292-8a241f00-ef61-11e9-876b-39ea9b1dfad9.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



[incubator-echarts] tag 4.4.0 created (now 0e065ce)

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

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


  at 0e065ce  (commit)
No new revisions were added by this update.


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