[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11256: echart可以用在winform程序上吗?

2019-09-16 Thread GitBox
echarts-robot[bot] commented on issue #11256: echart可以用在winform程序上吗?
URL: 
https://github.com/apache/incubator-echarts/issues/11256#issuecomment-532068402
 
 
   Hi! We've received your issue and please be patient to get responded. 
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org .
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] SOSOBEN opened a new issue #11256: echart可以用在winform程序上吗?

2019-09-16 Thread GitBox
SOSOBEN opened a new issue #11256: echart可以用在winform程序上吗?
URL: https://github.com/apache/incubator-echarts/issues/11256
 
 
   ### What problem does this feature solve?
   如题,想用echart代替自带的chart控件,实现图表显示。
   
   ### What does the proposed  look like?
   最好是可以有.net控件,或者有例程教我们怎么做?
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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 branch 'master' into feature/clip

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

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

commit 70e8e6ce2676c353e514dfded42b788a9476aafe
Merge: 755787f fcfa950
Author: pissang 
AuthorDate: Tue Sep 17 13:39:35 2019 +0800

Merge branch 'master' into feature/clip

 .github/CONTRIBUTING.md => CONTRIBUTING.md |29 +-
 dist/echarts-en.common.js  |  2512 +-
 dist/echarts-en.common.min.js  | 2 +-
 dist/echarts-en.js | 32778 ++-
 dist/echarts-en.js.map | 2 +-
 dist/echarts-en.min.js | 2 +-
 dist/echarts-en.simple.js  |  1542 +-
 dist/echarts-en.simple.min.js  | 2 +-
 dist/echarts.common.js |  2480 +-
 dist/echarts.common.min.js | 2 +-
 dist/echarts.js| 32758 +-
 dist/echarts.js.map| 2 +-
 dist/echarts.min.js| 2 +-
 dist/echarts.simple.js |  1510 +-
 dist/echarts.simple.min.js | 2 +-
 dist/extension/bmap.min.js | 2 +-
 dist/extension/dataTool.js |15 +-
 dist/extension/dataTool.js.map | 2 +-
 dist/extension/dataTool.min.js | 2 +-
 extension-src/dataTool/gexf.js | 8 +-
 extension/dataTool/gexf.js | 9 +-
 index.js   |42 +-
 package-lock.json  | 8 +-
 package.json   | 4 +-
 src/chart/bar/BarView.js   |63 +-
 src/chart/chord/chordCircularLayout.js | 5 -
 src/chart/heatmap/HeatmapLayer.js  | 8 -
 src/chart/sankey/SankeySeries.js   | 5 -
 src/chart/sankey/SankeyView.js | 5 -
 src/chart/sankey/sankeyAction.js   | 5 -
 src/chart/sankey/sankeyLayout.js   | 5 -
 src/chart/sankey/sankeyVisual.js   | 5 -
 src/chart/themeRiver/ThemeRiverSeries.js   | 5 -
 src/chart/themeRiver/ThemeRiverView.js | 5 -
 src/chart/themeRiver/themeRiverLayout.js   | 5 -
 src/chart/themeRiver/themeRiverVisual.js   | 5 -
 src/chart/tree/TreeSeries.js   | 5 -
 src/chart/tree/TreeView.js | 5 -
 src/chart/tree/treeAction.js   | 5 -
 src/component/brush/selector.js|45 +-
 src/component/calendar.js  | 5 -
 src/component/toolbox/feature/DataView.js  |19 -
 src/component/tooltip/TooltipContent.js| 2 +
 src/coord/geo/geoSourceManager.js  | 2 +-
 src/data/Graph.js  | 7 -
 src/echarts.js | 4 +-
 src/helper.js  | 1 -
 src/layout/barGrid.js  |14 +-
 src/util/KDTree.js | 7 -
 src/util/graphic.js|   176 +-
 src/util/quickSelect.js| 3 -
 src/util/symbol.js |17 +-
 test/bar-large.html|   190 +-
 test/bmap.html | 2 +-
 test/custom-bmap-grid.html | 2 +-
 test/custom-bmap-polygon.html  | 2 +-
 test/hoverStyle.html   |57 +
 test/lines-bus.html| 2 +-
 test/lines-remove.html | 2 +-
 test/lines-symbol.html | 2 +-
 test/lines-track.html  | 2 +-
 test/ut/spec/util/graphic.js   |22 +-
 62 files changed, 39613 insertions(+), 34825 deletions(-)


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



[incubator-echarts] branch feature/clip updated (755787f -> 70e8e6c)

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

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


from 755787f  fix: fix scatter clipping on polar
 add b9fbe74  chore: move contributing.md to the root.
 add 7041103  Merge pull request #11239 from apache/move-contributing
 add c5201e3  Merge pull request #10698 from apache/release-tmp
 add 3567c14  Support click and tooltip in bar large mode. Fix #10699
 add 952b196  tweak the hover style save logic.
 add ca0ed02  Enhance the approach of interpretation of textPosition 
'inside' for some custom shape like 'pin'.
 add 020e4e0  rename from "interpret" to "calculate"
 add b49bf0d  test: replace with a new bmap public key
 add 027dd0a  Fix #11056 (Hover style bug brought by 
952b196cfc7ef07941b3eb15af9f6704ea64a4d2)
 add 2d1b60d  fix: remove es6 syntax
 add dea0be2  release 4.3.0
 add ff6fa4b  complete license.
 add d9edb58  Fix version, add rc
 add b62ab99  Fix package-lock.json
 add cfeb042  fix(brush): rewrite line-line intersection.
 add 6c34ef8  fix(dataView): remove necessary feature for license issue.
 add b367498  fix: remove all of the author tag.
 add b66f61e  fix: make the comment clear more.
 add 644715c  fix: remove the reference to echarts.baidu.com in some 
comment.
 add 927c3e9  fix: add some hints for copyright.
 add f386d42  release 4.3.0-rc.2
 add 739033d  fix: update package-lock.json, otherwise npm i always throw 
error in mv xxx/.staging/zrender-47e24bd8/node_modules/@babel/code-frame
 add bf36066  release: 4.3.0 (update npm version)
 add 5db581d  Merge branch 'release' into fix/merge-release-to-master
 add fcfa950  Merge pull request #11252 from 
apache/fix/merge-release-to-master
 new 70e8e6c  Merge branch 'master' into feature/clip

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:
 .github/CONTRIBUTING.md => CONTRIBUTING.md |29 +-
 dist/echarts-en.common.js  |  2512 +-
 dist/echarts-en.common.min.js  | 2 +-
 dist/echarts-en.js | 32778 ++-
 dist/echarts-en.js.map | 2 +-
 dist/echarts-en.min.js | 2 +-
 dist/echarts-en.simple.js  |  1542 +-
 dist/echarts-en.simple.min.js  | 2 +-
 dist/echarts.common.js |  2480 +-
 dist/echarts.common.min.js | 2 +-
 dist/echarts.js| 32758 +-
 dist/echarts.js.map| 2 +-
 dist/echarts.min.js| 2 +-
 dist/echarts.simple.js |  1510 +-
 dist/echarts.simple.min.js | 2 +-
 dist/extension/bmap.min.js | 2 +-
 dist/extension/dataTool.js |15 +-
 dist/extension/dataTool.js.map | 2 +-
 dist/extension/dataTool.min.js | 2 +-
 extension-src/dataTool/gexf.js | 8 +-
 extension/dataTool/gexf.js | 9 +-
 index.js   |42 +-
 package-lock.json  | 8 +-
 package.json   | 4 +-
 src/chart/bar/BarView.js   |63 +-
 src/chart/chord/chordCircularLayout.js | 5 -
 src/chart/heatmap/HeatmapLayer.js  | 8 -
 src/chart/sankey/SankeySeries.js   | 5 -
 src/chart/sankey/SankeyView.js | 5 -
 src/chart/sankey/sankeyAction.js   | 5 -
 src/chart/sankey/sankeyLayout.js   | 5 -
 src/chart/sankey/sankeyVisual.js   | 5 -
 src/chart/themeRiver/ThemeRiverSeries.js   | 5 -
 src/chart/themeRiver/ThemeRiverView.js | 5 -
 src/chart/themeRiver/themeRiverLayout.js   | 5 -
 src/chart/themeRiver/themeRiverVisual.js   | 5 -
 src/chart/tree/TreeSeries.js   | 5 -
 src/chart/tree/TreeView.js | 5 -
 src/chart/tree/treeAction.js   | 5 -
 src/component/brush/selector.js|45 +-
 src/component/calendar.js  | 5 -
 src/component/toolbox/feature/DataView.js  |19 -
 src/component/tooltip/TooltipContent.js| 2 +
 src/coord/geo/geoSourceManager.js  | 2 +-
 src/data/Graph.js  | 7 -
 src/echarts.js | 4 +-
 src/helper.js  | 1 -
 src/layout/barGrid.js  |14 +-
 src/util/KDTree.js | 7 -
 src/util/graphic.js|   176 +-
 src/util/quickSelect.js 

[GitHub] [incubator-echarts] pissang closed issue #10699: Cannot get click event when clicking on bar chart with option {large: true}

2019-09-16 Thread GitBox
pissang closed issue #10699: Cannot get click event when clicking on bar chart 
with option {large: true}
URL: https://github.com/apache/incubator-echarts/issues/10699
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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 #11252 from apache/fix/merge-release-to-master

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

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

commit fcfa95012ca561becab607b065a62b5f87220801
Merge: 7041103 5db581d
Author: Yi Shen 
AuthorDate: Tue Sep 17 13:37:42 2019 +0800

Merge pull request #11252 from apache/fix/merge-release-to-master

Fix/merge release to master

 CONTRIBUTING.md   |27 +
 dist/echarts-en.common.js |  2512 ++-
 dist/echarts-en.common.min.js | 2 +-
 dist/echarts-en.js| 32778 ++--
 dist/echarts-en.js.map| 2 +-
 dist/echarts-en.min.js| 2 +-
 dist/echarts-en.simple.js |  1542 +-
 dist/echarts-en.simple.min.js | 2 +-
 dist/echarts.common.js|  2480 ++-
 dist/echarts.common.min.js| 2 +-
 dist/echarts.js   | 32758 +--
 dist/echarts.js.map   | 2 +-
 dist/echarts.min.js   | 2 +-
 dist/echarts.simple.js|  1510 +-
 dist/echarts.simple.min.js| 2 +-
 dist/extension/bmap.min.js| 2 +-
 dist/extension/dataTool.js|15 +-
 dist/extension/dataTool.js.map| 2 +-
 dist/extension/dataTool.min.js| 2 +-
 extension-src/dataTool/gexf.js| 8 +-
 extension/dataTool/gexf.js| 9 +-
 index.js  |42 +-
 package-lock.json | 8 +-
 package.json  | 4 +-
 src/chart/bar/BarView.js  |63 +-
 src/chart/chord/chordCircularLayout.js| 5 -
 src/chart/heatmap/HeatmapLayer.js | 8 -
 src/chart/sankey/SankeySeries.js  | 5 -
 src/chart/sankey/SankeyView.js| 5 -
 src/chart/sankey/sankeyAction.js  | 5 -
 src/chart/sankey/sankeyLayout.js  | 5 -
 src/chart/sankey/sankeyVisual.js  | 5 -
 src/chart/themeRiver/ThemeRiverSeries.js  | 5 -
 src/chart/themeRiver/ThemeRiverView.js| 5 -
 src/chart/themeRiver/themeRiverLayout.js  | 5 -
 src/chart/themeRiver/themeRiverVisual.js  | 5 -
 src/chart/tree/TreeSeries.js  | 5 -
 src/chart/tree/TreeView.js| 5 -
 src/chart/tree/treeAction.js  | 5 -
 src/component/brush/selector.js   |45 +-
 src/component/calendar.js | 5 -
 src/component/toolbox/feature/DataView.js |19 -
 src/component/tooltip/TooltipContent.js   | 2 +
 src/coord/geo/geoSourceManager.js | 2 +-
 src/data/Graph.js | 7 -
 src/echarts.js| 4 +-
 src/helper.js | 1 -
 src/layout/barGrid.js |14 +-
 src/util/KDTree.js| 7 -
 src/util/graphic.js   |   176 +-
 src/util/quickSelect.js   | 3 -
 src/util/symbol.js|17 +-
 test/bar-large.html   |   190 +-
 test/bmap.html| 2 +-
 test/custom-bmap-grid.html| 2 +-
 test/custom-bmap-polygon.html | 2 +-
 test/hoverStyle.html  |57 +
 test/lines-bus.html   | 2 +-
 test/lines-remove.html| 2 +-
 test/lines-symbol.html| 2 +-
 test/lines-track.html | 2 +-
 test/ut/spec/util/graphic.js  |22 +-
 62 files changed, 39612 insertions(+), 34824 deletions(-)


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



[incubator-echarts] branch master updated (7041103 -> fcfa950)

2019-09-16 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 7041103  Merge pull request #11239 from apache/move-contributing
 add c5201e3  Merge pull request #10698 from apache/release-tmp
 add 3567c14  Support click and tooltip in bar large mode. Fix #10699
 add 952b196  tweak the hover style save logic.
 add ca0ed02  Enhance the approach of interpretation of textPosition 
'inside' for some custom shape like 'pin'.
 add 020e4e0  rename from "interpret" to "calculate"
 add b49bf0d  test: replace with a new bmap public key
 add 027dd0a  Fix #11056 (Hover style bug brought by 
952b196cfc7ef07941b3eb15af9f6704ea64a4d2)
 add 2d1b60d  fix: remove es6 syntax
 add dea0be2  release 4.3.0
 add ff6fa4b  complete license.
 add d9edb58  Fix version, add rc
 add b62ab99  Fix package-lock.json
 add cfeb042  fix(brush): rewrite line-line intersection.
 add 6c34ef8  fix(dataView): remove necessary feature for license issue.
 add b367498  fix: remove all of the author tag.
 add b66f61e  fix: make the comment clear more.
 add 644715c  fix: remove the reference to echarts.baidu.com in some 
comment.
 add 927c3e9  fix: add some hints for copyright.
 add f386d42  release 4.3.0-rc.2
 add 739033d  fix: update package-lock.json, otherwise npm i always throw 
error in mv xxx/.staging/zrender-47e24bd8/node_modules/@babel/code-frame
 add bf36066  release: 4.3.0 (update npm version)
 add 5db581d  Merge branch 'release' into fix/merge-release-to-master
 new fcfa950  Merge pull request #11252 from 
apache/fix/merge-release-to-master

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


Summary of changes:
 CONTRIBUTING.md   |27 +
 dist/echarts-en.common.js |  2512 ++-
 dist/echarts-en.common.min.js | 2 +-
 dist/echarts-en.js| 32778 ++--
 dist/echarts-en.js.map| 2 +-
 dist/echarts-en.min.js| 2 +-
 dist/echarts-en.simple.js |  1542 +-
 dist/echarts-en.simple.min.js | 2 +-
 dist/echarts.common.js|  2480 ++-
 dist/echarts.common.min.js| 2 +-
 dist/echarts.js   | 32758 +--
 dist/echarts.js.map   | 2 +-
 dist/echarts.min.js   | 2 +-
 dist/echarts.simple.js|  1510 +-
 dist/echarts.simple.min.js| 2 +-
 dist/extension/bmap.min.js| 2 +-
 dist/extension/dataTool.js|15 +-
 dist/extension/dataTool.js.map| 2 +-
 dist/extension/dataTool.min.js| 2 +-
 extension-src/dataTool/gexf.js| 8 +-
 extension/dataTool/gexf.js| 9 +-
 index.js  |42 +-
 package-lock.json | 8 +-
 package.json  | 4 +-
 src/chart/bar/BarView.js  |63 +-
 src/chart/chord/chordCircularLayout.js| 5 -
 src/chart/heatmap/HeatmapLayer.js | 8 -
 src/chart/sankey/SankeySeries.js  | 5 -
 src/chart/sankey/SankeyView.js| 5 -
 src/chart/sankey/sankeyAction.js  | 5 -
 src/chart/sankey/sankeyLayout.js  | 5 -
 src/chart/sankey/sankeyVisual.js  | 5 -
 src/chart/themeRiver/ThemeRiverSeries.js  | 5 -
 src/chart/themeRiver/ThemeRiverView.js| 5 -
 src/chart/themeRiver/themeRiverLayout.js  | 5 -
 src/chart/themeRiver/themeRiverVisual.js  | 5 -
 src/chart/tree/TreeSeries.js  | 5 -
 src/chart/tree/TreeView.js| 5 -
 src/chart/tree/treeAction.js  | 5 -
 src/component/brush/selector.js   |45 +-
 src/component/calendar.js | 5 -
 src/component/toolbox/feature/DataView.js |19 -
 src/component/tooltip/TooltipContent.js   | 2 +
 src/coord/geo/geoSourceManager.js | 2 +-
 src/data/Graph.js | 7 -
 src/echarts.js| 4 +-
 src/helper.js | 1 -
 src/layout/barGrid.js |14 +-
 src/util/KDTree.js| 7 -
 src/util/graphic.js   |   176 +-
 src/util/quickSelect.js   | 3 -
 src/util/symbol.js|17 +-
 test/bar-large.html   |   190 +-
 test/bmap.html| 2 +-
 test/custom-bmap-grid.html| 

[GitHub] [incubator-echarts] pissang merged pull request #11252: Fix/merge release to master

2019-09-16 Thread GitBox
pissang merged pull request #11252: Fix/merge release to master
URL: https://github.com/apache/incubator-echarts/pull/11252
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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] SOSOBEN opened a new issue #11255: 请问怎样把eCharts用在Winform程序上?

2019-09-16 Thread GitBox
SOSOBEN opened a new issue #11255: 请问怎样把eCharts用在Winform程序上?
URL: https://github.com/apache/incubator-echarts/issues/11255
 
 
   
   
   This issue is not created by 
[echarts-issue-helper](https://ecomfe.github.io/echarts-issue-helper) and will 
be soon closed.
   
   如题,想用echart代替自带的chart控件,实现图表显示。


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11255: 请问怎样把eCharts用在Winform程序上?

2019-09-16 Thread GitBox
echarts-robot[bot] commented on issue #11255: 请问怎样把eCharts用在Winform程序上?
URL: 
https://github.com/apache/incubator-echarts/issues/11255#issuecomment-532065831
 
 
   This issue is not created using [issue 
template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close 
it. 
   Sorry for this, but it helps save our maintainers' time so that more 
developers get helped.
   Feel free to create another issue using the issue template.
   
   If you think you have already made your point clear without the template, or 
your problem cannot be covered by it, you may re-open this issue again.
   
   这个 issue 未使用 [issue 
模板](https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn) 创建,所以我将关闭此 issue。
   为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。
   如果您愿意,可以请使用 issue 模板重新创建 issue。
   
   如果你认为虽然没有使用模板,但你已经提供了复现问题的充分描述,或者你的问题无法使用模板表达,也可以重新 open 这个 issue。


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] echarts-robot[bot] closed issue #11255: 请问怎样把eCharts用在Winform程序上?

2019-09-16 Thread GitBox
echarts-robot[bot] closed issue #11255: 请问怎样把eCharts用在Winform程序上?
URL: https://github.com/apache/incubator-echarts/issues/11255
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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 #10010: Scatters are rendered outside of grid when setting axis range

2019-09-16 Thread GitBox
pissang closed issue #10010: Scatters are rendered outside of grid when setting 
axis range
URL: https://github.com/apache/incubator-echarts/issues/10010
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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 #10010: Scatters are rendered outside of grid when setting axis range

2019-09-16 Thread GitBox
pissang edited a comment on issue #10010: Scatters are rendered outside of grid 
when setting axis range
URL: 
https://github.com/apache/incubator-echarts/issues/10010#issuecomment-532064531
 
 
   Added `clip` option in the commit 
https://github.com/apache/incubator-echarts/commit/0b2b5e65b9d7b56a8bcac80a4d795aef8d097fa7
 .It  will be included in the release 4.4.0


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] pissang commented on issue #10010: Scatters are rendered outside of grid when setting axis range

2019-09-16 Thread GitBox
pissang commented on issue #10010: Scatters are rendered outside of grid when 
setting axis range
URL: 
https://github.com/apache/incubator-echarts/issues/10010#issuecomment-532064531
 
 
   Added `clip` option in the commit 
https://github.com/apache/incubator-echarts/commit/0b2b5e65b9d7b56a8bcac80a4d795aef8d097fa7
 .It  will be released in the 4.4.0


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11254: svg渲染时阴影无效

2019-09-16 Thread GitBox
echarts-robot[bot] commented on issue #11254: svg渲染时阴影无效
URL: 
https://github.com/apache/incubator-echarts/issues/11254#issuecomment-532049552
 
 
   This issue is not created using [issue 
template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close 
it. 
   Sorry for this, but it helps save our maintainers' time so that more 
developers get helped.
   Feel free to create another issue using the issue template.
   
   If you think you have already made your point clear without the template, or 
your problem cannot be covered by it, you may re-open this issue again.
   
   这个 issue 未使用 [issue 
模板](https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn) 创建,所以我将关闭此 issue。
   为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。
   如果您愿意,可以请使用 issue 模板重新创建 issue。
   
   如果你认为虽然没有使用模板,但你已经提供了复现问题的充分描述,或者你的问题无法使用模板表达,也可以重新 open 这个 issue。


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] miss1323803712 opened a new issue #11254: svg渲染时阴影无效

2019-09-16 Thread GitBox
miss1323803712 opened a new issue #11254: svg渲染时阴影无效
URL: https://github.com/apache/incubator-echarts/issues/11254
 
 
   图表采用svg渲染时 阴影无效 采用canvas 渲染正常
   
![image](https://user-images.githubusercontent.com/22839077/65010753-6d390380-d943-11e9-8b6a-79db0430ebfd.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] echarts-robot[bot] closed issue #11254: svg渲染时阴影无效

2019-09-16 Thread GitBox
echarts-robot[bot] closed issue #11254: svg渲染时阴影无效
URL: https://github.com/apache/incubator-echarts/issues/11254
 
 
   


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] bigfacewo commented on issue #11071: BMap在Series为lines类型时,symbol无效

2019-09-16 Thread GitBox
bigfacewo commented on issue #11071: BMap在Series为lines类型时,symbol无效
URL: 
https://github.com/apache/incubator-echarts/issues/11071#issuecomment-532037999
 
 
   有人回复吗?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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] comvir commented on issue #11219: 【需求】图例(legend)需要能控制不触发brushSelected事件

2019-09-16 Thread GitBox
comvir commented on issue #11219: 【需求】图例(legend)需要能控制不触发brushSelected事件
URL: 
https://github.com/apache/incubator-echarts/issues/11219#issuecomment-532033216
 
 
   我有图表通过brushSelected事件和别的图表产生下钻联动,现在要求下钻仅通过框选触发,legend点击不要触发,legend仅影响图表本体。
   如果这个实现比较麻烦,那就采取折中方案,给事件的处理参数加上来源标识,标识由什么元素触发的
   api示范
   ```javascript
   chart.on('brushSelected', function (params) {
   if(params.eventTarget=="legend"){
 return;
   }else{
//other something
   }
   });
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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] 52jc opened a new issue #11253: echarts柱状图x轴显示问题

2019-09-16 Thread GitBox
52jc opened a new issue #11253: echarts柱状图x轴显示问题
URL: https://github.com/apache/incubator-echarts/issues/11253
 
 
   ### Version
   4.3.0
   
   ### Steps to reproduce
   100条数据渲染柱状图,x轴会根据一定规律显示刻度值,有的显示,有的省略,如何让它必须显示最后一个值的x刻度
   
   ### What is expected?
   x轴的刻度值显示最后一个值的下标
   
   ### What is actually happening?
   x轴的刻度值不显示最后一个值的下标
   
   ---
   
   




html,body{
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
#echarts{
width: 100%;
height: 100%;
}






var myChart = 
echarts.init(document.getElementById('echarts'));
var xData=[];
var yData=[];
for(var i=0;i<=1000;i  ){
xData.push(i);
yData.push(i 1);
}
option = {
xAxis: {
type: 'category',
data: xData,
min: 0,
max: 1000,
axisTick: {
alignWithLabel: true
}
},
yAxis: {
type: 'value'
},
series: [{
data: yData,
type: 'bar'
}]
};
myChart.setOption(option);


   
   
   
   


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11253: echarts柱状图x轴显示问题

2019-09-16 Thread GitBox
echarts-robot[bot] commented on issue #11253: echarts柱状图x轴显示问题
URL: 
https://github.com/apache/incubator-echarts/issues/11253#issuecomment-532021773
 
 
   Hi! We've received your issue and please be patient to get responded. 
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org .
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 


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


With regards,
Apache Git Services

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



[incubator-echarts] 01/01: Merge branch 'release' into fix/merge-release-to-master

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

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

commit 5db581db2df4cdf476a5e79607619b482bfd0f46
Merge: 7041103 bf36066
Author: sushuang 
AuthorDate: Tue Sep 17 01:24:28 2019 +0800

Merge branch 'release' into fix/merge-release-to-master

# Conflicts:
#   package-lock.json
#   test/hoverStyle.html
#   test/tree-basic.html

 CONTRIBUTING.md   |27 +
 dist/echarts-en.common.js |  2512 ++-
 dist/echarts-en.common.min.js | 2 +-
 dist/echarts-en.js| 32778 ++--
 dist/echarts-en.js.map| 2 +-
 dist/echarts-en.min.js| 2 +-
 dist/echarts-en.simple.js |  1542 +-
 dist/echarts-en.simple.min.js | 2 +-
 dist/echarts.common.js|  2480 ++-
 dist/echarts.common.min.js| 2 +-
 dist/echarts.js   | 32758 +--
 dist/echarts.js.map   | 2 +-
 dist/echarts.min.js   | 2 +-
 dist/echarts.simple.js|  1510 +-
 dist/echarts.simple.min.js| 2 +-
 dist/extension/bmap.min.js| 2 +-
 dist/extension/dataTool.js|15 +-
 dist/extension/dataTool.js.map| 2 +-
 dist/extension/dataTool.min.js| 2 +-
 extension-src/dataTool/gexf.js| 8 +-
 extension/dataTool/gexf.js| 9 +-
 index.js  |42 +-
 package-lock.json | 8 +-
 package.json  | 4 +-
 src/chart/bar/BarView.js  |63 +-
 src/chart/chord/chordCircularLayout.js| 5 -
 src/chart/heatmap/HeatmapLayer.js | 8 -
 src/chart/sankey/SankeySeries.js  | 5 -
 src/chart/sankey/SankeyView.js| 5 -
 src/chart/sankey/sankeyAction.js  | 5 -
 src/chart/sankey/sankeyLayout.js  | 5 -
 src/chart/sankey/sankeyVisual.js  | 5 -
 src/chart/themeRiver/ThemeRiverSeries.js  | 5 -
 src/chart/themeRiver/ThemeRiverView.js| 5 -
 src/chart/themeRiver/themeRiverLayout.js  | 5 -
 src/chart/themeRiver/themeRiverVisual.js  | 5 -
 src/chart/tree/TreeSeries.js  | 5 -
 src/chart/tree/TreeView.js| 5 -
 src/chart/tree/treeAction.js  | 5 -
 src/component/brush/selector.js   |45 +-
 src/component/calendar.js | 5 -
 src/component/toolbox/feature/DataView.js |19 -
 src/component/tooltip/TooltipContent.js   | 2 +
 src/coord/geo/geoSourceManager.js | 2 +-
 src/data/Graph.js | 7 -
 src/echarts.js| 4 +-
 src/helper.js | 1 -
 src/layout/barGrid.js |14 +-
 src/util/KDTree.js| 7 -
 src/util/graphic.js   |   176 +-
 src/util/quickSelect.js   | 3 -
 src/util/symbol.js|17 +-
 test/bar-large.html   |   190 +-
 test/bmap.html| 2 +-
 test/custom-bmap-grid.html| 2 +-
 test/custom-bmap-polygon.html | 2 +-
 test/hoverStyle.html  |57 +
 test/lines-bus.html   | 2 +-
 test/lines-remove.html| 2 +-
 test/lines-symbol.html| 2 +-
 test/lines-track.html | 2 +-
 test/ut/spec/util/graphic.js  |22 +-
 62 files changed, 39612 insertions(+), 34824 deletions(-)

diff --cc package.json
index 3b180de,9658efc..2dbadba
--- a/package.json
+++ b/package.json
@@@ -13,18 -13,11 +13,18 @@@
  "url": "https://github.com/apache/incubator-echarts.git;
},
"scripts": {
 +"release": "node build/build.js --release",
 +"build": "node build/build.js",
 +"watch": "node build/build.js -w",
 +"help": "node build/build.js --help",
  "prepublish": "node build/build.js --prepublish",
 -"test": "node build/build.js"
 +"test:visual": "node test/runTest/server.js",
 +"test": "node build/build.js",
 +"lint": "./node_modules/.bin/eslint src extension-src",
 +"lint:dist": "echo 'It might take a while. Please wait ...' && 
./node_modules/.bin/jshint --config .jshintrc-dist dist/echarts.js"
},
"dependencies": {
- "zrender": "4.0.7"
+ "zrender": "4.1.0"
},
"devDependencies": {
  "@babel/core": "7.3.4",


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

[GitHub] [incubator-echarts] 100pah opened a new pull request #11252: Fix/merge release to master

2019-09-16 Thread GitBox
100pah opened a new pull request #11252: Fix/merge release to master
URL: https://github.com/apache/incubator-echarts/pull/11252
 
 
   


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


With regards,
Apache Git Services

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



[incubator-echarts] branch fix/merge-release-to-master created (now 5db581d)

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

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


  at 5db581d  Merge branch 'release' into fix/merge-release-to-master

This branch includes the following new commits:

 new 5db581d  Merge branch 'release' into fix/merge-release-to-master

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



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



[GitHub] [incubator-echarts] 100pah closed pull request #11251: Release

2019-09-16 Thread GitBox
100pah closed pull request #11251: Release
URL: https://github.com/apache/incubator-echarts/pull/11251
 
 
   


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] 100pah opened a new pull request #11251: Release

2019-09-16 Thread GitBox
100pah opened a new pull request #11251: Release
URL: https://github.com/apache/incubator-echarts/pull/11251
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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



svn commit: r35893 - /release/incubator/echarts/4.3.0/RELEASE_NOTE.txt

2019-09-16 Thread sushuang
Author: sushuang
Date: Mon Sep 16 16:44:23 2019
New Revision: 35893

Log:
add release note

Added:
release/incubator/echarts/4.3.0/RELEASE_NOTE.txt

Added: release/incubator/echarts/4.3.0/RELEASE_NOTE.txt
==
--- release/incubator/echarts/4.3.0/RELEASE_NOTE.txt (added)
+++ release/incubator/echarts/4.3.0/RELEASE_NOTE.txt Mon Sep 16 16:44:23 2019
@@ -0,0 +1,134 @@
+2019-09-08
+
++ [Feature] Sankey diagram enhancement:
+Add left/right node align, right in sankey diagram.
+Support user to specify the depth of the node.
+Enhance sankey node tooltip formatter.
+Add depth layout info for each node.
+
++ [Feature] Support callback in `series.symbol`. Contributed by PR #9664 
originally.
+
++ [Feature] Enhance Pie chart:
+Support `minShowLabelAngle`. Contributed by PR #8997 originally.
+Support label rotate in pie chart. Fix #10045.
+
++ [Feature] Support `backgroundColor` for connected charts in toolbox. 
`toolbox.feature.saveAsImage.connectedBackgroundColor` can be used to set the 
background color. Fix #10099.
+
++ [Feature] Enhance toolbox:
+Enable to set text style of toolbox.
+Support tooltip for toolbox. Fix #10202.
+
++ [Feature] Enhance dataZoom:
+Normalize illegal range setting and get accurate 
`start`/`end`/`startValue`/`endValue` in `'dataZoom'` event.
+
++ [Feature] Add `dimensionNames` and `encode` info to callback parameters of 
formatters. Fix #10248 and Close #10250.
+
++ [Feature] Funnel enhancement:
+`series.label.position` support to set `rightTop`, `rightBottom`, `leftTop`, 
`leftBottom`. And fix style in funnel text position.
+
++ [Fix] Support mouse event in iOS when css transform used. Fix #9434, #8326, 
#5009, #5921.
+
++ [Fix] Use a clearer warning message when initing dom without size. Fix 
#10478.
+
++ [Fix] Fix that the rgba opacity does not work in SVG renderer. Fix #9014
+
++ [Fix] Enhance funnel chart label display policy PR #8759
+
++ [Fix] Fix the highlight/downplay of pie graphic.
+
++ [Fix] Fix the mouse pointer in force graph. Fix #7764, contributed by PR 
#9134.
+
++ [Fix] Fix that `symbol` and `symbolSize` and `opacity` does not work in 
`series[i]-graph.categories[i]`. Fix #8009 and #5969, contributed by PR #9171.
+
++ [Fix] Fix that `axisLine.show` does not work in the gauge. Fix #9194, 
contributed by PR #9195.
+
++ [Fix] Fix a display error when the first data item is '-' in radar. Fix 8962.
+
++ [Fix] Fix polygon rendering bug when the first value is `NaN`. Fix #8962, 
contributed by PR #9162.
+
++ [Fix] Fix text truncate bug in treemap when using SVG renderer.
+
++ [Fix] Fix that `label.rotate` does not work in graph. Fix #9182, contributed 
by PR #9210.
+
++ [Fix] Fix the rich content hiding bug and confine bug in tooltip. Fix 
ecomfe/echarts-for-weixin#360, ecomfe/echarts-for-weixin#347.
+
++ [Fix] Fix that callback function params.color is incorrect in sunburst area. 
Fix #8952, contributed by PR #9238.
+
++ [Fix] Fix that when `axisLabel.interval` of a category axis is set as `0`, 
all labels are displayed regardless of overlap. Fix #9589.
+
++ [Fix] Fix sub-pixel in markLine. Move subPixelOptimize to zrender. Fix #9598.
+
++ [Fix] Fix that when doing clear on click handler error is thrown. Fix #9649.
+
++ [Fix] Fix that `false` value in data items effect subsequent items in 
`visualMap`. Fix #8799.
+
++ [Fix] Enhance `hoverStyle` and `highlight`/`downplay` API. Support keep 
highlighted when changing style (e.g., `setOption` or `hoverLink`). Fix the 
highlight conflict.
+
++ [Fix] Fix radar line disappear on hover when there is empty value in data.
+
++ [Fix] Fix that geo map panning not working on Edge browser. Fix #9479.
+
++ [Fix] Fix map label bugs:
+Fix map rich label missing when missing data.
+Fix map label miss to enter formatter when missing data.
+Fix #9682.
+
++ [Fix] Enable `triggerEvent` for label of `angleAxis`. Fix #9765.
+
++ [Fix] Fix that the hover style bugs of graph:
+Fix that the hover style is disabled by `focusNodeAdjacency` in graph.
+Fix that the line label can not be returned to its original opacity after 
`"focusNodeAdjacency"`.
+
++ [Fix] Lift the axis line arrow over splitLine and tick.
+
++ [Fix] Fix that the scrollable legend pager does not work when the target 
index is illegal. Fix #7568.
+
++ [Fix] Exclude padding from tooltip position, since it's included in 
clientWidth. Contributed by PR #9750.
+
++ [Fix] Fix `barWidth` calculation when stack on multiple polars. Fix #9626.
+
++ [Fix] Loop to find the first non-NaN angle for clipPath in pie.
+
++ [Fix] Fix line width in singleAxis. Fix #9965.
+
++ [Fix] Fix the label bounding rect calculation error when `rich` used (e.g., 
containLabel: true while axisLabel has rich).
+
++ [Fix] Part of emphasis in sunburst do not work. Fix #9563, constributed by 
PR #9993.
+
++ [Fix] Add `seriesId` in `pieselectchanged`. Fix #9830.
+
++ [Fix] Fix that axis name align does not work. Fix #9901.
+
++ [Fix] Fix taht the 

svn commit: r35892 - in /release/incubator/echarts: 4.3.0/ 4.3.0/apache-echarts-4.3.0-incubating-src.zip 4.3.0/apache-echarts-4.3.0-incubating-src.zip.asc 4.3.0/apache-echarts-4.3.0-incubating-src.zip

2019-09-16 Thread sushuang
Author: sushuang
Date: Mon Sep 16 16:17:42 2019
New Revision: 35892

Log:
release

Added:
release/incubator/echarts/4.3.0/
release/incubator/echarts/4.3.0/apache-echarts-4.3.0-incubating-src.zip   
(with props)
release/incubator/echarts/4.3.0/apache-echarts-4.3.0-incubating-src.zip.asc

release/incubator/echarts/4.3.0/apache-echarts-4.3.0-incubating-src.zip.sha512
Modified:
release/incubator/echarts/KEYS

Added: release/incubator/echarts/4.3.0/apache-echarts-4.3.0-incubating-src.zip
==
Binary file - no diff available.

Propchange: 
release/incubator/echarts/4.3.0/apache-echarts-4.3.0-incubating-src.zip
--
svn:mime-type = application/octet-stream

Added: 
release/incubator/echarts/4.3.0/apache-echarts-4.3.0-incubating-src.zip.asc
==
--- release/incubator/echarts/4.3.0/apache-echarts-4.3.0-incubating-src.zip.asc 
(added)
+++ release/incubator/echarts/4.3.0/apache-echarts-4.3.0-incubating-src.zip.asc 
Mon Sep 16 16:17:42 2019
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEmwbZtPo3xN1ScldCdHmF1+POtjUFAl10wdUACgkQdHmF1+PO
+tjVKRRAAm8W6RV2WbEkHtosPPI67ZCLx8lq44r+68YwTAteqXQ61mI4frIggwdzq
+08tCVBHXMd1HSN47+GqZsy/yEHQkEYRIXnDDaITOrn+bJrg77NVD2tq4R5uQjcML
+wMsFGFF2KK1Mm0b5sj5d86QdANntqUlf3Dw73MTQ4hCINLVbvyb3p1B3rmdDyHQ0
+QBgz+1Xx1Y3j8XIpJYdZu321YA/pBKlWQUwIV+jdAnE4hbn4+wdgy9vGSy8Sconu
+cer5uhkz4apfVdIYKPEf7w0xq15xcgMWAKhug3ynXCLfSOe50PmaUGrz0xTmAXEZ
+6AWUvXKzjE80JMyCbakjZB/+5jaTdn5+P2nMtIChXZUM3Umi6LQTuzq1mbJ3rPCG
+Y4G8dAPV2JRSvbCdx6cr+x8VtWrgw4qF3v9/Milr1K1PjhAj++zyocQ7eGdrVVKs
+NOcCrKvDIOT4LeG8vPQ8iDDh3BEYzgrwf7K9VXAuS7p/uH0YIN5kHn7Wa+xXkbW4
+i6Du25YAzTENlaawTsRIXA69AZhUBPDVXw/p6eXf6V250t2iVOTD/KwZneyJKg0a
+vzts4jdZg+y/yB/KfCWf+q73UExtN6mim5QG+4FJ2p4a5oW3VGeiwsMaPQu7qfdO
+EJEDoacajlAOIJafUUnzUhMv1kRqhuG5KbKEgtM6BYd/1hcdZvs=
+=xGic
+-END PGP SIGNATURE-

Added: 
release/incubator/echarts/4.3.0/apache-echarts-4.3.0-incubating-src.zip.sha512
==
--- 
release/incubator/echarts/4.3.0/apache-echarts-4.3.0-incubating-src.zip.sha512 
(added)
+++ 
release/incubator/echarts/4.3.0/apache-echarts-4.3.0-incubating-src.zip.sha512 
Mon Sep 16 16:17:42 2019
@@ -0,0 +1,3 @@
+apache-echarts-4.3.0-rc.2-incubating-src.zip: 
+4571FA14 D938D267 04A3D21D 3A074B90 F4B8F417 A0F8F607 BC51BD7C 62488BC1 
601B2627
+ 31A37847 49721143 69D70CD7 136A43C4 5DFB52CF FC8CC093 C2CE9268

Modified: release/incubator/echarts/KEYS
==
--- release/incubator/echarts/KEYS (original)
+++ release/incubator/echarts/KEYS Mon Sep 16 16:17:42 2019
@@ -75,7 +75,7 @@ oQH7TsthVKvdZyjtZQg=
 
 pub   rsa4096 2019-01-24 [SC]
   1683FBD23F6DD36C0E52223507D78F777D2C0C27
-uid   [ 绝对 ] Ovilia (CODE SIGNING KEY) 
+uid   [ultimate] Ovilia (CODE SIGNING KEY) 
 sig 307D78F777D2C0C27 2019-01-24  Ovilia (CODE SIGNING KEY) 

 sub   rsa4096 2019-01-24 [E]
 sig  07D78F777D2C0C27 2019-01-24  Ovilia (CODE SIGNING KEY) 




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



[incubator-echarts] branch feature/clip created (now 0b2b5e6)

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

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


  at 0b2b5e6  feat: add clip option on scatter series

This branch includes the following new commits:

 new 0b2b5e6  feat: add clip option on scatter series

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: feat: add clip option on scatter series

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

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

commit 0b2b5e65b9d7b56a8bcac80a4d795aef8d097fa7
Author: pissang 
AuthorDate: Tue Sep 17 00:10:03 2019 +0800

feat: add clip option on scatter series
---
 src/chart/line/LineView.js |  53 ---
 src/chart/scatter/ScatterSeries.js |   6 +-
 src/chart/scatter/ScatterView.js   |  11 ++-
 src/coord/cartesian/Cartesian2D.js |  31 +++
 src/coord/polar/Polar.js   |  33 +++
 test/clip.html | 177 +
 6 files changed, 272 insertions(+), 39 deletions(-)

diff --git a/src/chart/line/LineView.js b/src/chart/line/LineView.js
index 501f026..725e21a 100644
--- a/src/chart/line/LineView.js
+++ b/src/chart/line/LineView.js
@@ -49,18 +49,6 @@ function getSmooth(smooth) {
 return typeof (smooth) === 'number' ? smooth : (smooth ? 0.5 : 0);
 }
 
-function getAxisExtentWithGap(axis) {
-var extent = axis.getGlobalExtent();
-if (axis.onBand) {
-// Remove extra 1px to avoid line miter in clipped edge
-var halfBandWidth = axis.getBandWidth() / 2 - 1;
-var dir = extent[1] > extent[0] ? 1 : -1;
-extent[0] += dir * halfBandWidth;
-extent[1] -= dir * halfBandWidth;
-}
-return extent;
-}
-
 /**
  * @param 
{module:echarts/coord/cartesian/Cartesian2D|module:echarts/coord/polar/Polar} 
coordSys
  * @param {module:echarts/data/List} data
@@ -81,14 +69,13 @@ function getStackedOnPoints(coordSys, data, dataCoordInfo) {
 }
 
 function createGridClipShape(cartesian, hasAnimation, forSymbol, seriesModel) {
-var xExtent = getAxisExtentWithGap(cartesian.getAxis('x'));
-var yExtent = getAxisExtentWithGap(cartesian.getAxis('y'));
+var rect = cartesian.getArea();
 var isHorizontal = cartesian.getBaseAxis().isHorizontal();
 
-var x = Math.min(xExtent[0], xExtent[1]);
-var y = Math.min(yExtent[0], yExtent[1]);
-var width = Math.max(xExtent[0], xExtent[1]) - x;
-var height = Math.max(yExtent[0], yExtent[1]) - y;
+var x = rect.x;
+var y = rect.y;
+var width = rect.width;
+var height = rect.height;
 
 // Avoid float number rounding error for symbol on the edge of axis extent.
 // See #7913 and `test/dataZoom-clip.html`.
@@ -135,38 +122,30 @@ function createGridClipShape(cartesian, hasAnimation, 
forSymbol, seriesModel) {
 }
 
 function createPolarClipShape(polar, hasAnimation, forSymbol, seriesModel) {
-var angleAxis = polar.getAngleAxis();
-var radiusAxis = polar.getRadiusAxis();
-
-var radiusExtent = radiusAxis.getExtent().slice();
-radiusExtent[0] > radiusExtent[1] && radiusExtent.reverse();
-var angleExtent = angleAxis.getExtent();
-
-var RADIAN = Math.PI / 180;
-
+var sectorArea = polar.getArea();
 // Avoid float number rounding error for symbol on the edge of axis extent.
 if (forSymbol) {
-radiusExtent[0] -= 0.5;
-radiusExtent[1] += 0.5;
+sectorArea.r0 -= 0.5;
+sectorArea.r1 += 0.5;
 }
 
 var clipPath = new graphic.Sector({
 shape: {
 cx: round(polar.cx, 1),
 cy: round(polar.cy, 1),
-r0: round(radiusExtent[0], 1),
-r: round(radiusExtent[1], 1),
-startAngle: -angleExtent[0] * RADIAN,
-endAngle: -angleExtent[1] * RADIAN,
-clockwise: angleAxis.inverse
+r0: round(sectorArea.r0, 1),
+r: round(sectorArea.r1, 1),
+startAngle: sectorArea.startAngle,
+endAngle: sectorArea.endAngle,
+clockwise: sectorArea.clockwise
 }
 });
 
 if (hasAnimation) {
-clipPath.shape.endAngle = -angleExtent[0] * RADIAN;
+clipPath.shape.endAngle = sectorArea.startAngle;
 graphic.initProps(clipPath, {
 shape: {
-endAngle: -angleExtent[1] * RADIAN
+endAngle: sectorArea.endAngle
 }
 }, seriesModel);
 }
@@ -446,7 +425,7 @@ export default ChartView.extend({
 ) {
 showSymbol && symbolDraw.updateData(data, {
 isIgnore: isIgnoreFunc,
-clipShape: createClipShape(coordSys, false, true, seriesModel)
+clipShape: coordSys.getArea()
 });
 
 if (step) {
diff --git a/src/chart/scatter/ScatterSeries.js 
b/src/chart/scatter/ScatterSeries.js
index c04e7d8..395f00a 100644
--- a/src/chart/scatter/ScatterSeries.js
+++ b/src/chart/scatter/ScatterSeries.js
@@ -87,7 +87,11 @@ export default SeriesModel.extend({
 itemStyle: {
 opacity: 0.8
 // color: 各异
-}
+},
+
+// If clip the overflow graphics
+// Works on cartesian / polar series
+clip: true
 
 // progressive: null
 }
diff --git a/src/chart/scatter/ScatterView.js 

[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11250: tooltip可否增加rich进行编辑

2019-09-16 Thread GitBox
echarts-robot[bot] commented on issue #11250: tooltip可否增加rich进行编辑
URL: 
https://github.com/apache/incubator-echarts/issues/11250#issuecomment-531816588
 
 
   Hi! We've received your issue and please be patient to get responded. 
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org .
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] Duzx5517 opened a new issue #11250: tooltip可否增加rich进行编辑

2019-09-16 Thread GitBox
Duzx5517 opened a new issue #11250: tooltip可否增加rich进行编辑
URL: https://github.com/apache/incubator-echarts/issues/11250
 
 
   ### What problem does this feature solve?
   tooltip只有默认的样式无法改变
   
   ### What does the proposed API look like?
   tooltip增加rich属性可以对其进行编辑修改
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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] 724382762 closed issue #11246: 官网例子运行不了

2019-09-16 Thread GitBox
724382762 closed issue #11246: 官网例子运行不了
URL: https://github.com/apache/incubator-echarts/issues/11246
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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] GEMINI-SYSU opened a new issue #11249: quantityExponent方法存在精度问题

2019-09-16 Thread GitBox
GEMINI-SYSU opened a new issue #11249: quantityExponent方法存在精度问题
URL: https://github.com/apache/incubator-echarts/issues/11249
 
 
   ### Version
   4.3.0
   
   ### Reproduction link
   
[https://github.com/apache/incubator-echarts/blob/7041103fb91cf5aeacf934bc990a023dfd3c5dfa/src/util/number.js#L390](https://github.com/apache/incubator-echarts/blob/7041103fb91cf5aeacf934bc990a023dfd3c5dfa/src/util/number.js#L390)
   
   ### Steps to reproduce
   quantityExponent方法存在精度问题
   
   ### What is expected?
   quantityExponent(1000) 期望结果为 3 
   
   ### What is actually happening?
   quantityExponent(1000) = 2
   
   
   


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11249: quantityExponent方法存在精度问题

2019-09-16 Thread GitBox
echarts-robot[bot] commented on issue #11249: quantityExponent方法存在精度问题
URL: 
https://github.com/apache/incubator-echarts/issues/11249#issuecomment-531805719
 
 
   Hi! We've received your issue and please be patient to get responded. 
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org .
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 


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


With regards,
Apache Git Services

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



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

2019-09-16 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 db9e6df2abe7274a131645b6d6adeba951e399f3
Merge: 73d54a9 5f54261
Author: sushuang 
AuthorDate: Mon Sep 16 22:31:42 2019 +0800

Merge branch 'release'

# Conflicts:
#   README.md

 README.md  |15 +-
 build.js   |38 +-
 cn/changelog.md|   173 +
 cn/option/partial/symbol.md| 2 +-
 config.js => config/env.asf.js | 0
 configdev.js => config/env.dev.js  | 0
 config/env.echartsjs.js| 9 +
 configgithub.js => config/env.github.js| 0
 configen.js| 9 -
 en/changelog.md|   174 +
 en/option/partial/symbol.md| 2 +-
 package.json   | 3 +-
 public/404.html| 7 +-
 public/about.html  | 7 +-
 public/api.html| 7 +-
 public/builder.html| 7 +-
 public/builder3.html   | 7 +-
 public/changelog.html  | 7 +-
 public/cheat-sheet.html| 6 +
 public/cn/documents/cn/api.json| 2 +-
 public/cn/documents/cn/changelog.html  |   169 +
 public/cn/documents/cn/option.json | 2 +-
 public/cn/documents/cn/tutorial.json   | 2 +-
 public/coding-standard.html| 7 +-
 public/committer.html  | 7 +-
 public/demo.html   | 7 +-
 public/download-extension.html | 7 +-
 public/download-map.html   | 7 +-
 public/download-theme.html | 7 +-
 public/download.html   | 7 +-
 public/download3.html  | 7 +-
 public/en/404.html |20 +
 public/en/api.html |28 +-
 public/en/builder.html |29 +-
 public/en/builder/echarts.html | 2 +-
 .../src/echarts/action/createDataSelectAction.js   | 3 +-
 public/en/builder/src/echarts/chart/bar.js | 5 +-
 public/en/builder/src/echarts/chart/bar/BarView.js |59 +-
 .../src/echarts/chart/chord/chordCircularLayout.js | 6 -
 public/en/builder/src/echarts/chart/custom.js  |41 +-
 .../builder/src/echarts/chart/funnel/FunnelView.js |21 +-
 .../src/echarts/chart/funnel/funnelLayout.js   |54 +-
 .../builder/src/echarts/chart/gauge/GaugeView.js   | 3 +-
 public/en/builder/src/echarts/chart/graph.js   | 2 +-
 .../builder/src/echarts/chart/graph/GraphView.js   |54 +-
 .../builder/src/echarts/chart/graph/adjustEdge.js  |12 +-
 .../src/echarts/chart/graph/categoryVisual.js  |17 +-
 .../src/echarts/chart/graph/circularLayout.js  | 2 +-
 .../echarts/chart/graph/circularLayoutHelper.js|87 +-
 .../builder/src/echarts/chart/graph/forceLayout.js | 2 +-
 .../dataZoom.js => chart/graph/graphHelper.js} |35 +-
 .../src/echarts/chart/heatmap/HeatmapLayer.js  | 8 -
 public/en/builder/src/echarts/chart/helper/Line.js |15 +-
 .../builder/src/echarts/chart/helper/LinePath.js   |13 +-
 .../en/builder/src/echarts/chart/helper/Symbol.js  |56 +-
 .../en/builder/src/echarts/chart/pie/PieSeries.js  | 3 +
 public/en/builder/src/echarts/chart/pie/PieView.js |76 +-
 .../builder/src/echarts/chart/pie/labelLayout.js   |19 +-
 .../builder/src/echarts/chart/radar/RadarView.js   |16 +-
 .../builder/src/echarts/chart/radar/radarLayout.js |37 +-
 .../src/echarts/chart/sankey/SankeySeries.js   |55 +-
 .../builder/src/echarts/chart/sankey/SankeyView.js |14 +-
 .../src/echarts/chart/sankey/sankeyAction.js   | 5 -
 .../src/echarts/chart/sankey/sankeyLayout.js   |   318 +-
 .../src/echarts/chart/sankey/sankeyVisual.js   |15 +-
 .../src/echarts/chart/sunburst/SunburstPiece.js| 2 +-
 .../echarts/chart/themeRiver/ThemeRiverSeries.js   | 8 +-
 .../src/echarts/chart/themeRiver/ThemeRiverView.js | 5 -
 .../echarts/chart/themeRiver/themeRiverLayout.js   | 5 -
 .../echarts/chart/themeRiver/themeRiverVisual.js   | 5 -
 .../builder/src/echarts/chart/tree/TreeSeries.js   | 5 -
 .../en/builder/src/echarts/chart/tree/TreeView.js  | 5 -
 .../builder/src/echarts/chart/tree/treeAction.js   | 5 -
 

[incubator-echarts-doc] branch master updated (73d54a9 -> db9e6df)

2019-09-16 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 73d54a9  fix broken tutorial link in dataset options
 add dc3f27c  update sankey series doc
 add a5fa5d2  Fix series.symbol callback return type.
 add c7b7105  changelog of 4.3.0
 add cd92e45  enhance config
 add 48bcb51  rebuild
 add af5bd68  update test page
 add 5f54261  release 4.3.0
 new db9e6df  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:
 README.md  |15 +-
 build.js   |38 +-
 cn/changelog.md|   173 +
 cn/option/partial/symbol.md| 2 +-
 config.js => config/env.asf.js | 0
 configdev.js => config/env.dev.js  | 0
 config/env.echartsjs.js| 9 +
 configgithub.js => config/env.github.js| 0
 configen.js| 9 -
 en/changelog.md|   174 +
 en/option/partial/symbol.md| 2 +-
 package.json   | 3 +-
 public/404.html| 7 +-
 public/about.html  | 7 +-
 public/api.html| 7 +-
 public/builder.html| 7 +-
 public/builder3.html   | 7 +-
 public/changelog.html  | 7 +-
 public/cheat-sheet.html| 6 +
 public/cn/documents/cn/api.json| 2 +-
 public/cn/documents/cn/changelog.html  |   169 +
 public/cn/documents/cn/option.json | 2 +-
 public/cn/documents/cn/tutorial.json   | 2 +-
 public/coding-standard.html| 7 +-
 public/committer.html  | 7 +-
 public/demo.html   | 7 +-
 public/download-extension.html | 7 +-
 public/download-map.html   | 7 +-
 public/download-theme.html | 7 +-
 public/download.html   | 7 +-
 public/download3.html  | 7 +-
 public/en/404.html |20 +
 public/en/api.html |28 +-
 public/en/builder.html |29 +-
 public/en/builder/echarts.html | 2 +-
 .../src/echarts/action/createDataSelectAction.js   | 3 +-
 public/en/builder/src/echarts/chart/bar.js | 5 +-
 public/en/builder/src/echarts/chart/bar/BarView.js |59 +-
 .../src/echarts/chart/chord/chordCircularLayout.js | 6 -
 public/en/builder/src/echarts/chart/custom.js  |41 +-
 .../builder/src/echarts/chart/funnel/FunnelView.js |21 +-
 .../src/echarts/chart/funnel/funnelLayout.js   |54 +-
 .../builder/src/echarts/chart/gauge/GaugeView.js   | 3 +-
 public/en/builder/src/echarts/chart/graph.js   | 2 +-
 .../builder/src/echarts/chart/graph/GraphView.js   |54 +-
 .../builder/src/echarts/chart/graph/adjustEdge.js  |12 +-
 .../src/echarts/chart/graph/categoryVisual.js  |17 +-
 .../src/echarts/chart/graph/circularLayout.js  | 2 +-
 .../echarts/chart/graph/circularLayoutHelper.js|87 +-
 .../builder/src/echarts/chart/graph/forceLayout.js | 2 +-
 .../dataZoom.js => chart/graph/graphHelper.js} |35 +-
 .../src/echarts/chart/heatmap/HeatmapLayer.js  | 8 -
 public/en/builder/src/echarts/chart/helper/Line.js |15 +-
 .../builder/src/echarts/chart/helper/LinePath.js   |13 +-
 .../en/builder/src/echarts/chart/helper/Symbol.js  |56 +-
 .../en/builder/src/echarts/chart/pie/PieSeries.js  | 3 +
 public/en/builder/src/echarts/chart/pie/PieView.js |76 +-
 .../builder/src/echarts/chart/pie/labelLayout.js   |19 +-
 .../builder/src/echarts/chart/radar/RadarView.js   |16 +-
 .../builder/src/echarts/chart/radar/radarLayout.js |37 +-
 .../src/echarts/chart/sankey/SankeySeries.js   |55 +-
 .../builder/src/echarts/chart/sankey/SankeyView.js |14 +-
 .../src/echarts/chart/sankey/sankeyAction.js   | 5 -
 .../src/echarts/chart/sankey/sankeyLayout.js   |   318 +-
 .../src/echarts/chart/sankey/sankeyVisual.js   |15 +-
 .../src/echarts/chart/sunburst/SunburstPiece.js| 2 +-
 .../echarts/chart/themeRiver/ThemeRiverSeries.js  

[GitHub] [incubator-echarts] GEMINI-SYSU opened a new issue #11248: quantityExponent方法存在精度问题

2019-09-16 Thread GitBox
GEMINI-SYSU opened a new issue #11248: quantityExponent方法存在精度问题
URL: https://github.com/apache/incubator-echarts/issues/11248
 
 
   
https://github.com/apache/incubator-echarts/blob/7041103fb91cf5aeacf934bc990a023dfd3c5dfa/src/util/number.js#L390
   
   quantityExponent方法存在精度问题,quantityExponent(1000) = 2,期望结果应为3


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] echarts-robot[bot] closed issue #11248: quantityExponent方法存在精度问题

2019-09-16 Thread GitBox
echarts-robot[bot] closed issue #11248: quantityExponent方法存在精度问题
URL: https://github.com/apache/incubator-echarts/issues/11248
 
 
   


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11248: quantityExponent方法存在精度问题

2019-09-16 Thread GitBox
echarts-robot[bot] commented on issue #11248: quantityExponent方法存在精度问题
URL: 
https://github.com/apache/incubator-echarts/issues/11248#issuecomment-531803641
 
 
   This issue is not created using [issue 
template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close 
it. 
   Sorry for this, but it helps save our maintainers' time so that more 
developers get helped.
   Feel free to create another issue using the issue template.
   
   If you think you have already made your point clear without the template, or 
your problem cannot be covered by it, you may re-open this issue again.
   
   这个 issue 未使用 [issue 
模板](https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn) 创建,所以我将关闭此 issue。
   为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。
   如果您愿意,可以请使用 issue 模板重新创建 issue。
   
   如果你认为虽然没有使用模板,但你已经提供了复现问题的充分描述,或者你的问题无法使用模板表达,也可以重新 open 这个 issue。


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


With regards,
Apache Git Services

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



[incubator-echarts-website] branch asf-site updated (23b3c53 -> 41e9b06)

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

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


from 23b3c53  re-build.
 new 0fd22d3  update release guide
 new 41e9b06  release 4.3.0

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


Summary of changes:
 README.md  |36 +-
 en/404.html| 2 +-
 en/api.html| 8 +-
 en/builder.html| 2 +-
 .../src/echarts/chart/chord/chordCircularLayout.js | 6 -
 .../src/echarts/chart/heatmap/HeatmapLayer.js  | 8 -
 .../src/echarts/chart/sankey/SankeySeries.js   | 5 -
 en/builder/src/echarts/chart/sankey/SankeyView.js  | 5 -
 .../src/echarts/chart/sankey/sankeyAction.js   | 5 -
 .../src/echarts/chart/sankey/sankeyLayout.js   | 5 -
 .../src/echarts/chart/sankey/sankeyVisual.js   | 5 -
 .../echarts/chart/themeRiver/ThemeRiverSeries.js   | 5 -
 .../src/echarts/chart/themeRiver/ThemeRiverView.js | 5 -
 .../echarts/chart/themeRiver/themeRiverLayout.js   | 5 -
 .../echarts/chart/themeRiver/themeRiverVisual.js   | 5 -
 en/builder/src/echarts/chart/tree/TreeSeries.js| 5 -
 en/builder/src/echarts/chart/tree/TreeView.js  | 5 -
 en/builder/src/echarts/chart/tree/treeAction.js| 5 -
 en/builder/src/echarts/component/brush/selector.js |50 +-
 en/builder/src/echarts/component/calendar.js   | 5 -
 .../echarts/component/toolbox/feature/DataView.js  |17 +-
 .../echarts/component/tooltip/TooltipContent.js| 4 +-
 en/builder/src/echarts/data/Graph.js   | 7 -
 en/builder/src/echarts/helper.js   | 1 -
 en/builder/src/echarts/util/KDTree.js  | 7 -
 en/builder/src/echarts/util/graphic.js |88 +
 en/builder/src/echarts/util/quickSelect.js | 3 -
 en/changelog.html  | 2 +-
 en/cheat-sheet.html| 2 +-
 en/coding-standard.html| 2 +-
 en/committers.html | 2 +-
 en/dependencies.html   | 2 +-
 en/dist/echarts-en.common.js   |   105 +-
 en/dist/echarts-en.common.min.js   | 2 +-
 en/dist/echarts-en.js  |   231 +-
 en/dist/echarts-en.js.map  | 2 +-
 en/dist/echarts-en.min.js  | 2 +-
 en/dist/echarts-en.simple.js   |84 +
 en/dist/echarts-en.simple.min.js   | 2 +-
 en/dist/echarts.common.js  |   105 +-
 en/dist/echarts.common.min.js  | 2 +-
 en/dist/echarts.js |   231 +-
 en/dist/echarts.js.map | 2 +-
 en/dist/echarts.min.js | 2 +-
 en/dist/echarts.simple.js  |84 +
 en/dist/echarts.simple.min.js  | 2 +-
 en/dist/extension/dataTool.js  | 8 +-
 en/dist/extension/dataTool.js.map  | 2 +-
 en/download-extension.html | 2 +-
 en/download-map.html   | 2 +-
 en/download-theme.html | 2 +-
 en/download.html   | 2 +-
 en/faq.html| 2 +-
 en/feature.html| 2 +-
 en/index.html  | 4 +-
 en/js/download.js  | 2 +-
 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/vendors/echarts/echarts.js| 32758 ++-
 examples/vendors/echarts/echarts.min.js| 2 +-
 examples/vendors/echarts/extension/bmap.min.js | 2 +-
 examples/vendors/echarts/extension/dataTool.js |15 +-
 examples/vendors/echarts/extension/dataTool.js.map | 2 +-
 examples/vendors/echarts/extension/dataTool.min.js | 2 +-
 examples/zh/editor.html  

[incubator-echarts-website] 01/02: update release guide

2019-09-16 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

commit 0fd22d3e621dc255e6894ad752793df870a6208c
Author: sushuang 
AuthorDate: Mon Sep 16 21:56:33 2019 +0800

update release guide
---
 README.md | 36 +---
 1 file changed, 25 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index f694d41..1ed8651 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 
 ## Setup
 
-Clone this project, alone with 
[echarts](https://github.com/apache/incubator-echarts), 
[zrender](https://github.com/ecomfe/zrender), 
[echarts-www](https://github.com/ecomfe/echarts-www), 
[echarts-examples](https://github.com/ecomfe/echarts-examples), 
[echarts-doc](https://github.com/ecomfe/echarts-doc) under the same directory.
+Clone this project, alone with 
[echarts](https://github.com/apache/incubator-echarts), 
[echarts-www](https://github.com/ecomfe/echarts-www), 
[echarts-examples](https://github.com/ecomfe/echarts-examples), 
[echarts-doc](https://github.com/ecomfe/echarts-doc) under the same directory.
 
 
 ## Debug Locally
@@ -34,16 +34,23 @@ export 
ECHARTS_BASE="/your/local/base/dir/path/of/these/projects"
 ```
 
 
+
 ### If the built-in echarts dist needs to be upated
 
-**Copy echarts dist code**
+**Prepare echarts source code**
 ```shell
-cp -r ${ECHARTS_BASE}/echarts/dist/* ${ECHARTS_BASE}/echarts-www/dist
-ll ${ECHARTS_BASE}/echarts-www/dist
+cd ${ECHARTS_BASE}/echarts
+git checkout release # Make sure in `release branch`
+git pull
+git status # Make sure there is no modification in `src`.
 ```
 
-**Update the source code of `custom builder`:**
+**Copy echarts dist files and source code for `custom builder`:**
 ```shell
+# Copy dist files:
+cp -r ${ECHARTS_BASE}/echarts/dist/* ${ECHARTS_BASE}/echarts-www/dist
+ls -alF ${ECHARTS_BASE}/echarts-www/dist
+# Copy source code:
 rm -r ${ECHARTS_BASE}/echarts-www/builder/src/echarts
 rm -r ${ECHARTS_BASE}/echarts-www/builder/src/zrender
 cp -r ${ECHARTS_BASE}/echarts/src 
${ECHARTS_BASE}/echarts-www/builder/src/echarts
@@ -55,11 +62,11 @@ ${ECHARTS_BASE}/echarts-www/builder/pre/removeDEV.js # 
remove __DEV__
 
 **Update the version number of echarts in `echarts-www`.**
 ```shell
-cd ${ECHARTS_BASE}/echarts-www/
 code ${ECHARTS_BASE}/echarts-www/config/common.js
 # Update the version manually. Then:
+cd ${ECHARTS_BASE}/echarts-www/
 ./node_modules/.bin/gulp sourceVersion
-cat builder/echarts.html | grep urlArgs
+cat builder/echarts.html | grep urlArgs # Check
 ```
 
 ### If the release download list needs to be updated
@@ -81,7 +88,7 @@ node build-example.js
 **If the built-in echarts needs to be updated**
 ```shell
 cd ${ECHARTS_BASE}/echarts-examples
-sh update-echarts.sh
+sh update-echarts.sh --only-copy-dist
 ```
 
 
@@ -104,9 +111,9 @@ Ensure "echarts-doc" is on the correct git branch (`relase` 
branch).
 ```shell
 sh ${ECHARTS_BASE}/echarts-doc/release.sh --env asf
 # sh ${ECHARTS_BASE}/echarts-doc/release.sh --env echartsjs
-ll ${ECHARTS_BASE}/echarts-www/documents/cn
-ll ${ECHARTS_BASE}/echarts-www/documents/en
-ll ${ECHARTS_BASE}/echarts-www/documents/asset/
+ls -alF ${ECHARTS_BASE}/echarts-www/documents/cn
+ls -alF ${ECHARTS_BASE}/echarts-www/documents/en
+ls -alF ${ECHARTS_BASE}/echarts-www/documents/asset/
 ```
 
 **Build `echarts-www`**
@@ -115,8 +122,15 @@ sh ${ECHARTS_BASE}/echarts-www/release.sh --env asf
 # sh ${ECHARTS_BASE}/echarts-www/release.sh --env echartsjs
 ```
 
+**Clear**
+```shell
+rm -r ${ECHARTS_BASE}/echarts-www/release
+rm ${ECHARTS_BASE}/echarts-www/echarts-www.zip
+```
+
 Then commit and push to `asf-site` branch.
 
 Then initiate a building job at 
[https://gitbox.apache.org/setup/resync.cgi](https://gitbox.apache.org/setup/resync.cgi)
 by searching `incubator-echarts-website`.
 
 Then wait for several minutes and Website should be generated at 
[https://echarts.apache.org/](https://echarts.apache.org/).
+


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



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11247: 饼图数据显示问题

2019-09-16 Thread GitBox
echarts-robot[bot] commented on issue #11247: 饼图数据显示问题
URL: 
https://github.com/apache/incubator-echarts/issues/11247#issuecomment-531796491
 
 
   Hi! We've received your issue and please be patient to get responded. 
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org .
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] Duzx5517 opened a new issue #11247: 饼图数据显示问题

2019-09-16 Thread GitBox
Duzx5517 opened a new issue #11247: 饼图数据显示问题
URL: https://github.com/apache/incubator-echarts/issues/11247
 
 
   ### Version
   4.3.0
   
   ### Reproduction link
   
[https://gallery.echartsjs.com/editor.html?c=xbRFTNETY-=1](https://gallery.echartsjs.com/editor.html?c=xbRFTNETY-=1)
   
   ### Steps to reproduce
   饼图是支持输入数组数据,但并没有处理数组数据
   
   ### What is expected?
   希望饼图能将数组的中数据求和,在鼠标悬停时,显示详细的数据
   
   ### What is actually happening?
   在数据为数组时,饼图只讲其中一个数据进行计算
   
   
   


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] microchang commented on issue #11241: 用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失

2019-09-16 Thread GitBox
microchang commented on issue #11241: 
用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失
URL: 
https://github.com/apache/incubator-echarts/issues/11241#issuecomment-531793396
 
 
   The graphic element, is the reason why I use `triggerOn: 'none'` for. In 
fact, this is the [official 
example](https://www.echartsjs.com/examples/zh/editor.html?c=line-draggable) to 
implement drag. Graphic element can not trigger tooltip, and the graphic 
element is really block the scatter,so I can not remove the `triggerOn: 'none'` 
nor the grraphic emement.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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 issue #11240: [feature] Add clip option for scatter, line, bar, lines, custom chart

2019-09-16 Thread GitBox
100pah commented on issue #11240: [feature] Add clip option for scatter, line, 
bar, lines, custom chart
URL: 
https://github.com/apache/incubator-echarts/issues/11240#issuecomment-531776721
 
 
   >  I don't want the circle to overflow from the grid to touch the axis label
   This case probably makes sense, especially when `dataZoom` available and the 
symbol are too big or the labels are too long.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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] 724382762 opened a new issue #11246: 官网例子运行不了

2019-09-16 Thread GitBox
724382762 opened a new issue #11246: 官网例子运行不了
URL: https://github.com/apache/incubator-echarts/issues/11246
 
 
   ### Version
   4.2.1-rc.3
   
   ### Steps to reproduce
   
![image](https://user-images.githubusercontent.com/24709140/64961102-4f2dbd80-d8c7-11e9-99a1-72fe76c3cedf.png)
   
![image](https://user-images.githubusercontent.com/24709140/64961145-6076ca00-d8c7-11e9-8a60-fbb230af63cf.png)
   
   第一次使用Echarts,用例是官网上的抄的,发现运行不了
   
   ### What is expected?
   按官网上的效果显示
   
   ### What is actually happening?
   提示出错,没有图像显示
   
   
   


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11246: 官网例子运行不了

2019-09-16 Thread GitBox
echarts-robot[bot] commented on issue #11246: 官网例子运行不了
URL: 
https://github.com/apache/incubator-echarts/issues/11246#issuecomment-531775474
 
 
   Hi! We've received your issue and please be patient to get responded. 
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org .
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11245: 使用官网例子运行不了

2019-09-16 Thread GitBox
echarts-robot[bot] commented on issue #11245: 使用官网例子运行不了
URL: 
https://github.com/apache/incubator-echarts/issues/11245#issuecomment-531772887
 
 
   This issue is not created using [issue 
template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close 
it. 
   Sorry for this, but it helps save our maintainers' time so that more 
developers get helped.
   Feel free to create another issue using the issue template.
   
   If you think you have already made your point clear without the template, or 
your problem cannot be covered by it, you may re-open this issue again.
   
   这个 issue 未使用 [issue 
模板](https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn) 创建,所以我将关闭此 issue。
   为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。
   如果您愿意,可以请使用 issue 模板重新创建 issue。
   
   如果你认为虽然没有使用模板,但你已经提供了复现问题的充分描述,或者你的问题无法使用模板表达,也可以重新 open 这个 issue。


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] 724382762 opened a new issue #11245: 使用官网例子运行不了

2019-09-16 Thread GitBox
724382762 opened a new issue #11245: 使用官网例子运行不了
URL: https://github.com/apache/incubator-echarts/issues/11245
 
 
   
![image](https://user-images.githubusercontent.com/24709140/64961102-4f2dbd80-d8c7-11e9-99a1-72fe76c3cedf.png)
   
![image](https://user-images.githubusercontent.com/24709140/64961145-6076ca00-d8c7-11e9-8a60-fbb230af63cf.png)
   
   第一次使用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] echarts-robot[bot] closed issue #11245: 使用官网例子运行不了

2019-09-16 Thread GitBox
echarts-robot[bot] closed issue #11245: 使用官网例子运行不了
URL: https://github.com/apache/incubator-echarts/issues/11245
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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 #3985: 数据视图点击刷新按钮后,数据列会丢失

2019-09-16 Thread GitBox
pissang closed pull request #3985: 数据视图点击刷新按钮后,数据列会丢失
URL: https://github.com/apache/incubator-echarts/pull/3985
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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 #11240: [feature] Add clip option for scatter, line, bar, lines, custom chart

2019-09-16 Thread GitBox
pissang commented on issue #11240: [feature] Add clip option for scatter, line, 
bar, lines, custom chart
URL: 
https://github.com/apache/incubator-echarts/issues/11240#issuecomment-531752729
 
 
   > Probably for custom series, the default value should better be false,
   > otherwise, some current cases might be broken. And usually, the clipping
   > have to be processed case by case in custom series
   
   I think it's fine if custom series have its own default value.
   
   


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


With regards,
Apache Git Services

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



[incubator-echarts] branch gh-pages deleted (was 65db25c)

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

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


 was 65db25c  fix

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


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



[incubator-echarts] branch 3.5.4 deleted (was 99350dd)

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

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


 was 99350dd  release 3.5.4

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


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



[incubator-echarts] branch feature-release deleted (was dcd80ef)

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

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


 was dcd80ef  fix(graph): Fix that line label can not return to its 
original opacity after "focusNodeAdjacency".

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


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



[incubator-echarts] branch fix/release-fix deleted (was 9b136e6)

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

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


 was 9b136e6  Fix: Remove nest, which is not needed.

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


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



[incubator-echarts] branch fix-10569 deleted (was 31cd202)

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

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


 was 31cd202  test: add test case for #10569

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


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



[incubator-echarts] branch module deleted (was 8d44355)

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

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


 was 8d44355  merge from master

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


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



[GitHub] [incubator-echarts] deqingli commented on issue #11188: 主题设置xAxis和yAxis的颜色不会变

2019-09-16 Thread GitBox
deqingli commented on issue #11188: 主题设置xAxis和yAxis的颜色不会变
URL: 
https://github.com/apache/incubator-echarts/issues/11188#issuecomment-531746528
 
 
   Please provide a demo for us to debug.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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 #11240: [feature] Add clip option for scatter, line, bar, lines, custom chart

2019-09-16 Thread GitBox
Ovilia edited a comment on issue #11240: [feature] Add clip option for scatter, 
line, bar, lines, custom chart
URL: 
https://github.com/apache/incubator-echarts/issues/11240#issuecomment-531742831
 
 
   For example, if I wish to keep my grid area clean and do not want anything 
to overflow from it, or if there is axis tick label on the left side and I 
don't want the circle to overflow from the grid to touch the axis label.
   
![image](https://user-images.githubusercontent.com/779050/64955178-1f2bed80-d8ba-11e9-9d5b-c7e49b66dd53.png)
   In this case, neither of the situations when the circle is on the top of the 
axis label or under it creates a satisfying result.
   
   This is just one example. What I wish to say is that it is important (to 
provide the ability) to keep the series inside the grid area to avoid 
unexpected results.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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 #11240: [feature] Add clip option for scatter, line, bar, lines, custom chart

2019-09-16 Thread GitBox
Ovilia commented on issue #11240: [feature] Add clip option for scatter, line, 
bar, lines, custom chart
URL: 
https://github.com/apache/incubator-echarts/issues/11240#issuecomment-531742831
 
 
   For example, if I wish to keep my grid area clean and do not want anything 
to overflow from it, or it there is axis tick label on the left side and I 
don't want the circle to overflow from the grid to touch the axis label.
   
![image](https://user-images.githubusercontent.com/779050/64955178-1f2bed80-d8ba-11e9-9d5b-c7e49b66dd53.png)
   In this case, neither of the situations when the circle is on the top of the 
axis label or under it creates a satisfying result.
   
   This is just one example. What I wish to say is that it is important (to 
provide the ability) to keep the series inside the grid area to avoid 
unexpected results.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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 #11244: treemap绑定mouseover事件bug

2019-09-16 Thread GitBox
Ovilia commented on issue #11244: treemap绑定mouseover事件bug
URL: 
https://github.com/apache/incubator-echarts/issues/11244#issuecomment-531740714
 
 
   This seems to be a bug. @huluwa123 Thanks for reporting!


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


With regards,
Apache Git Services

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



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

2019-09-16 Thread GitBox
echarts-robot[bot] commented on issue #11194: 图层渲染-河流水系
URL: 
https://github.com/apache/incubator-echarts/issues/11194#issuecomment-531739734
 
 
   Sorry, but please ask *how-to* questions on [Stack 
Overflow](https://stackoverflow.com/questions/tagged/echarts) or 
[segmentfault(中文)](https://segmentfault.com/t/echarts). You may also send an 
email about your question to d...@echarts.apache.org if you like.
   
   Here's why:
   
   Maintaining open source projects, especially popular ones, is [hard 
work](https://nolanlawson.com/2017/03/05/what-it-feels-like-to-be-an-open-source-maintainer/).
 As ECharts's user base has grown, we are getting more and more usage 
questions, bug reports, feature requests and pull requests every single day.
   
   As a free and open source project, ECharts also has limited maintainer 
bandwidth. That means the only way to ensure the project's sustainability is to:
   
   1. Prioritize more concrete work (bug fixes and new features);
   2. Improve issue triaging efficiency.
   
   For (1), we have decided to use the GitHub issue lists exclusively for work 
that has well-defined, actionable goals. Questions and open ended discussions 
should be posted to mediums that are better suited for them.
   
   For (2), we have found that issues that do not provide proper information 
upfront usually results in terribly inefficient back-and-forth communication 
just to extract the basic information needed for actual triaging. This is 
exactly why we have created this app: to ensure that every issue is created 
with the necessary information, and to save time on both sides.


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] echarts-robot[bot] closed issue #11194: 图层渲染-河流水系

2019-09-16 Thread GitBox
echarts-robot[bot] closed issue #11194: 图层渲染-河流水系
URL: https://github.com/apache/incubator-echarts/issues/11194
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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 issue #11240: [feature] Add clip option for scatter, line, bar, lines, custom chart

2019-09-16 Thread GitBox
100pah commented on issue #11240: [feature] Add clip option for scatter, line, 
bar, lines, custom chart
URL: 
https://github.com/apache/incubator-echarts/issues/11240#issuecomment-531739379
 
 
   @Ovilia  
   Which scenario the (B, displaying the part inside the grid) is needed for 
`scatter` and `line chart`? 
   I've thought about it for a while but can not find some cases that are 
reasonable enough.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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 #11241: 用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失

2019-09-16 Thread GitBox
Ovilia commented on issue #11241: 
用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失
URL: 
https://github.com/apache/incubator-echarts/issues/11241#issuecomment-531739227
 
 
   1. You should not use `triggerOn: 'none'`
   2. If you comment the lines after Line 64, the tooltip works. It seems that 
you've created some graphic elements that block the tooltip because graphic 
elements are not supposed to trigger tooltip.


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


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] huluwa123 opened a new issue #11244: treemap绑定mouseover事件bug

2019-09-16 Thread GitBox
huluwa123 opened a new issue #11244: treemap绑定mouseover事件bug
URL: https://github.com/apache/incubator-echarts/issues/11244
 
 
   ### Version
   4.3.0
   
   ### Reproduction link
   
[https://gallery.echartsjs.com/editor.html?c=xn-fVoTPq_=1](https://gallery.echartsjs.com/editor.html?c=xn-fVoTPq_=1)
   
   ### Steps to reproduce
   鼠标连续多次移入同一个children块
   
   ### What is expected?
   每次移入都要触发mouseover事件
   
   ### What is actually happening?
   只有第一次移入触发了mouseover事件
   
   
   


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11244: treemap绑定mouseover事件bug

2019-09-16 Thread GitBox
echarts-robot[bot] commented on issue #11244: treemap绑定mouseover事件bug
URL: 
https://github.com/apache/incubator-echarts/issues/11244#issuecomment-531738863
 
 
   Hi! We've received your issue and please be patient to get responded. 
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org .
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11243: treemap绑定mouseover事件bug

2019-09-16 Thread GitBox
echarts-robot[bot] commented on issue #11243: treemap绑定mouseover事件bug
URL: 
https://github.com/apache/incubator-echarts/issues/11243#issuecomment-531737849
 
 
   This issue is not created using [issue 
template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close 
it. 
   Sorry for this, but it helps save our maintainers' time so that more 
developers get helped.
   Feel free to create another issue using the issue template.
   
   If you think you have already made your point clear without the template, or 
your problem cannot be covered by it, you may re-open this issue again.
   
   这个 issue 未使用 [issue 
模板](https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn) 创建,所以我将关闭此 issue。
   为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。
   如果您愿意,可以请使用 issue 模板重新创建 issue。
   
   如果你认为虽然没有使用模板,但你已经提供了复现问题的充分描述,或者你的问题无法使用模板表达,也可以重新 open 这个 issue。


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] huluwa123 opened a new issue #11243: treemap绑定mouseover事件bug

2019-09-16 Thread GitBox
huluwa123 opened a new issue #11243: treemap绑定mouseover事件bug
URL: https://github.com/apache/incubator-echarts/issues/11243
 
 
   Version
   Latest
   
   Reproduction link
   https://gallery.echartsjs.com/editor.html?c=xn-fVoTPq_=1
   
   Steps to reproduce
   鼠标连续多次移入同一个children块
   
   What is expected?
   每次移入都要触发mouseover事件
   
   What is actually happening?
   只有第一次能触发mouseover事件


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] echarts-robot[bot] closed issue #11243: treemap绑定mouseover事件bug

2019-09-16 Thread GitBox
echarts-robot[bot] closed issue #11243: treemap绑定mouseover事件bug
URL: https://github.com/apache/incubator-echarts/issues/11243
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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 #11240: [feature] Add clip option for scatter, line, bar, lines, custom chart

2019-09-16 Thread GitBox
Ovilia commented on issue #11240: [feature] Add clip option for scatter, line, 
bar, lines, custom chart
URL: 
https://github.com/apache/incubator-echarts/issues/11240#issuecomment-531736862
 
 
   I'm cool with most of these. Just to be clarified, what happens to scatter 
items whose centroid is inside the grid but part of the circle is outside the 
grid area? I think (A) displaying the whole graphic and (B) displaying the part 
inside the grid both make sense. Would it be possible for a user to decide 
which policy to use?
   
![image](https://user-images.githubusercontent.com/779050/64954187-695f9f80-d8b7-11e9-885b-ed4f41864256.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] huluwa123 commented on issue #11242: treemap监听鼠标mouseover事件bug

2019-09-16 Thread GitBox
huluwa123 commented on issue #11242: treemap监听鼠标mouseover事件bug
URL: 
https://github.com/apache/incubator-echarts/issues/11242#issuecomment-531736658
 
 
   问题代码
   ```
  option = {
 title: {
 show: false
 },
 legend: {
 show: false
 },
 series: [{
 top: 0,
 width: '100%',
 height: '100%',
 nodeClick: false,
 roam: false,
 type: 'treemap',
 visibleMin: 300,
 itemStyle: {
 normal: {
 borderColor: '#fff',
 gapWidth: 2
 }
 },
 data: [{
 name: "a",
 value: 10,
 itemStyle: {
 color: '#C33631'
 },
 children:[{
 name: "huluwa",
 value: 5
 },{
 name: "huluwa2",
 value: 5
 }]
 }],
 breadcrumb: {
 show: false
 }
 }]
 }
 myChart.on('mouseover', (params) => {
   console.log(params)  
 })
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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] huluwa123 opened a new issue #11242: treemap监听鼠标mouseover事件bug

2019-09-16 Thread GitBox
huluwa123 opened a new issue #11242: treemap监听鼠标mouseover事件bug
URL: https://github.com/apache/incubator-echarts/issues/11242
 
 
   
我创建了一个treemap的图,想监听鼠标移入事件,问题是当鼠标2次以上连续移动到同一个children方块上,只有第一次能触发mouseover事件,之后就不触发了,有大神碰到这个问题吗?
   帮帮我吧,Thanks in advance


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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 issue #11240: [feature] Add clip option for scatter, line, bar, lines, custom chart

2019-09-16 Thread GitBox
100pah commented on issue #11240: [feature] Add clip option for scatter, line, 
bar, lines, custom chart
URL: 
https://github.com/apache/incubator-echarts/issues/11240#issuecomment-531736166
 
 
   Agree.
   
   For the 
   > Q: Why not use clip path for all series?
   
   I can give an bad case here:
   
   
![image](https://user-images.githubusercontent.com/1956569/64953900-b1ca8d80-d8b6-11e9-9629-f73d9031651b.png)
   
   
   BTW, what the default value of the option `clip` for each series will be?
   
   Probably for `custom series`, the default value should better be `false`, 
   otherwise, some current cases might be broken. And usually, the clipping
   have to be processed case by case in `custom series`.
   
   


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] microchang opened a new issue #11241: 用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失

2019-09-16 Thread GitBox
microchang opened a new issue #11241: 
用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失
URL: https://github.com/apache/incubator-echarts/issues/11241
 
 
   ### Version
   4.3.0
   
   ### Reproduction link
   
[https://gallery.echartsjs.com/editor.html?c=x05QUdkZIp=1](https://gallery.echartsjs.com/editor.html?c=x05QUdkZIp=1)
   
   ### Steps to reproduce
   修改data的数量,在大于largeThreshold(默认2000)时tooltip消失,小于时候出现
   
   ### What is expected?
   tooltip一直出现
   
   ### What is actually happening?
   消失
   
   
   


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] icetimidus commented on issue #11226: 柱状图中series指定的dataset定位错误

2019-09-16 Thread GitBox
icetimidus commented on issue #11226: 柱状图中series指定的dataset定位错误
URL: 
https://github.com/apache/incubator-echarts/issues/11226#issuecomment-531729930
 
 
   https://user-images.githubusercontent.com/2377333/64952002-c22c3980-d8b1-11e9-8bdd-c8109c20fb71.png;>
   https://user-images.githubusercontent.com/2377333/64952208-51d1e800-d8b2-11e9-8a58-481fd7017e00.png;>
   
   The problem is the data of "公司业务系统" in bar chart is wrong. Use screenshots 
to illustrate, in row three, the data of "公司业务系统" should be 1332.5. 
But it is 1666775.33, as same as "ECM".
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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 issue #11240: [feature] Add clip option for scatter, line, bar, lines, custom chart

2019-09-16 Thread GitBox
pissang opened a new issue #11240: [feature] Add clip option for scatter, line, 
bar, lines, custom chart
URL: https://github.com/apache/incubator-echarts/issues/11240
 
 
   Currently we have overflow issue on the axis with fixed min/max. As 
described in the following issues.
   
   + #11086 Bug with stack bar with min value
   + #9200 Incorrectly render lines overflow the chart
   + #10010 Scatters are rendered outside of grid when setting axis range
   + #10224 Toolbox zoom returns chart in odd state
   
   They are all related to the function of clipping the overflowed graphics.
   
   So I'm planning to add a `clip` option in these series. Which default to be 
true. 
   
   The clipping strategy varies between series. For example:
   
   + Scatter series will ignore the graphics which centroid is outside the grid.
   + Line series will use a rect clip path and let canvas do the clipping. But 
the symbol in line series will follow scatter series.
   + Bar series will do a union operation with the grid rect.
   + Custom series will also use a clip path to do the clipping. Since we can't 
sure what graphics will be used.
   
   
   


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] deqingli closed issue #11197: 开源协议相关问题

2019-09-16 Thread GitBox
deqingli closed issue #11197: 开源协议相关问题
URL: https://github.com/apache/incubator-echarts/issues/11197
 
 
   


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11202: 请问如何制作 Parallel - Nutrients 的图表

2019-09-16 Thread GitBox
echarts-robot[bot] commented on issue #11202: 请问如何制作 Parallel - Nutrients 的图表
URL: 
https://github.com/apache/incubator-echarts/issues/11202#issuecomment-531705305
 
 
   Sorry, but please ask *how-to* questions on [Stack 
Overflow](https://stackoverflow.com/questions/tagged/echarts) or 
[segmentfault(中文)](https://segmentfault.com/t/echarts). You may also send an 
email about your question to d...@echarts.apache.org if you like.
   
   Here's why:
   
   Maintaining open source projects, especially popular ones, is [hard 
work](https://nolanlawson.com/2017/03/05/what-it-feels-like-to-be-an-open-source-maintainer/).
 As ECharts's user base has grown, we are getting more and more usage 
questions, bug reports, feature requests and pull requests every single day.
   
   As a free and open source project, ECharts also has limited maintainer 
bandwidth. That means the only way to ensure the project's sustainability is to:
   
   1. Prioritize more concrete work (bug fixes and new features);
   2. Improve issue triaging efficiency.
   
   For (1), we have decided to use the GitHub issue lists exclusively for work 
that has well-defined, actionable goals. Questions and open ended discussions 
should be posted to mediums that are better suited for them.
   
   For (2), we have found that issues that do not provide proper information 
upfront usually results in terribly inefficient back-and-forth communication 
just to extract the basic information needed for actual triaging. This is 
exactly why we have created this app: to ensure that every issue is created 
with the necessary information, and to save time on both sides.


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] echarts-robot[bot] closed issue #11202: 请问如何制作 Parallel - Nutrients 的图表

2019-09-16 Thread GitBox
echarts-robot[bot] closed issue #11202: 请问如何制作 Parallel - Nutrients 的图表
URL: https://github.com/apache/incubator-echarts/issues/11202
 
 
   


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] deqingli commented on issue #11202: 请问如何制作 Parallel - Nutrients 的图表

2019-09-16 Thread GitBox
deqingli commented on issue #11202: 请问如何制作 Parallel - Nutrients 的图表
URL: 
https://github.com/apache/incubator-echarts/issues/11202#issuecomment-531705239
 
 
   
![image](https://user-images.githubusercontent.com/13548221/64947557-dcf9b080-d8a7-11e9-8832-0306f2008bf3.png)
   
   You should include the data correctly.


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] deqingli commented on issue #11205: Stack堆叠柱图在X轴对应多个柱状条的时候无法获取柱状索引

2019-09-16 Thread GitBox
deqingli commented on issue #11205: Stack堆叠柱图在X轴对应多个柱状条的时候无法获取柱状索引
URL: 
https://github.com/apache/incubator-echarts/issues/11205#issuecomment-53164
 
 
   Please provide a demo for us to debug, I can't run with your `option`.


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] deqingli edited a comment on issue #11217: Line points are changing style (or changing series data reference) when itemStyle is dynamically added into series data

2019-09-16 Thread GitBox
deqingli edited a comment on issue #11217: Line points are changing style (or 
changing series data reference) when itemStyle is dynamically added into series 
data
URL: 
https://github.com/apache/incubator-echarts/issues/11217#issuecomment-531697857
 
 
   Sorry, I don't quite understand what you mean. Besides, in echarts there is 
no series named `column`, so the if statement maybe not work as you expected.


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] deqingli commented on issue #11217: Line points are changing style (or changing series data reference) when itemStyle is dynamically added into series data

2019-09-16 Thread GitBox
deqingli commented on issue #11217: Line points are changing style (or changing 
series data reference) when itemStyle is dynamically added into series data
URL: 
https://github.com/apache/incubator-echarts/issues/11217#issuecomment-531697857
 
 
   Sorry I don't quite understand what you mean. Besides, in echarts there is 
no series named `column`, so the if statement maybe not work as you expected.


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] deqingli commented on issue #11219: 【需求】图例(legend)需要能控制不触发brushSelected事件

2019-09-16 Thread GitBox
deqingli commented on issue #11219: 【需求】图例(legend)需要能控制不触发brushSelected事件
URL: 
https://github.com/apache/incubator-echarts/issues/11219#issuecomment-531687618
 
 
   `legend` click interaction will affect the number of series selected by the 
brush. so it will trigger the `brushSelected` event. Why do you want to disable 
it, what problem you have met?  


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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 (aea2a90 -> 7041103)

2019-09-16 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 aea2a90  Merge pull request #11215 from yufeng04/bug11101
 add b9fbe74  chore: move contributing.md to the root.
 new 7041103  Merge pull request #11239 from apache/move-contributing

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:
 .github/CONTRIBUTING.md => CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename .github/CONTRIBUTING.md => CONTRIBUTING.md (96%)


-
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 #11239 from apache/move-contributing

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

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

commit 7041103fb91cf5aeacf934bc990a023dfd3c5dfa
Merge: aea2a90 b9fbe74
Author: Yi Shen 
AuthorDate: Mon Sep 16 16:32:29 2019 +0800

Merge pull request #11239 from apache/move-contributing

chore: move CONTRIBUTING.md to the root.

 .github/CONTRIBUTING.md => CONTRIBUTING.md | 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] pissang merged pull request #11239: chore: move CONTRIBUTING.md to the root.

2019-09-16 Thread GitBox
pissang merged pull request #11239: chore: move CONTRIBUTING.md to the root.
URL: https://github.com/apache/incubator-echarts/pull/11239
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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 #9751: geo event with geoRoam

2019-09-16 Thread GitBox
pissang commented on issue #9751: geo event with geoRoam
URL: 
https://github.com/apache/incubator-echarts/issues/9751#issuecomment-531685708
 
 
   Sorry, I can't reproduce your issue. Can you check if the instance is 
created twice on the same dom.
   
   You can see if there is a console message. `There is a chart instance 
already initialized on the dom.`


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] ahmadordi commented on issue #10079: scroll event may prevent after use inside dataZoom

2019-09-16 Thread GitBox
ahmadordi commented on issue #10079: scroll event may prevent after use inside 
dataZoom
URL: 
https://github.com/apache/incubator-echarts/issues/10079#issuecomment-531680224
 
 
   I face also the same problem and `preventDefaultMouseWheel: false` didn't 
help. 
   Any Update ? 


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


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] deqingli commented on issue #11226: 柱状图中series指定的dataset定位错误

2019-09-16 Thread GitBox
deqingli commented on issue #11226: 柱状图中series指定的dataset定位错误
URL: 
https://github.com/apache/incubator-echarts/issues/11226#issuecomment-531679817
 
 
   
![image](https://user-images.githubusercontent.com/13548221/64942495-c64d5c80-d89b-11e9-94e3-dad31f1e3370.png)
   I have added `legend` in your demo and the two series you specified is 
separated. so I don't quite understand what your problem is?
   
   ```js
   legend: {
   data: ['ECM', '报表系统', 'E校园', '新内网', 'DOMAIN-PRD', '生产运维平台', 
'内容管理系统', '集中营运', 'BBOS/BBIP EDGE', 'ATMP', '联网核查系统','客户管理', '个人业务系统', 'GUIP', 
'ATMV','JRT', '未知', '公司业务系统']
   }
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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.3.0 created (now bf36066)

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

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


  at bf36066  (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



[GitHub] [incubator-echarts] 100pah merged pull request #11237: release: 4.3.0 (update npm version)

2019-09-16 Thread GitBox
100pah merged pull request #11237: release: 4.3.0 (update npm version)
URL: https://github.com/apache/incubator-echarts/pull/11237
 
 
   


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


With regards,
Apache Git Services

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



[incubator-echarts] branch fix/release deleted (was c257c8b)

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

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


 was c257c8b  release: 4.3.0 (update npm version)

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


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



[GitHub] [incubator-echarts] B1gF4ceC4t commented on issue #11238: setOption 的 notMerge 不足以满足某些场景

2019-09-16 Thread GitBox
B1gF4ceC4t commented on issue #11238: setOption 的 notMerge 不足以满足某些场景
URL: 
https://github.com/apache/incubator-echarts/issues/11238#issuecomment-531671498
 
 
   好的 谢谢


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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] B1gF4ceC4t closed issue #11238: setOption 的 notMerge 不足以满足某些场景

2019-09-16 Thread GitBox
B1gF4ceC4t closed issue #11238: setOption 的 notMerge 不足以满足某些场景
URL: https://github.com/apache/incubator-echarts/issues/11238
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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 #11238: setOption 的 notMerge 不足以满足某些场景

2019-09-16 Thread GitBox
Ovilia edited a comment on issue #11238: setOption 的 notMerge 不足以满足某些场景
URL: 
https://github.com/apache/incubator-echarts/issues/11238#issuecomment-531670153
 
 
   嗯,一般如果没有你说的 dataZoom 的这个状态需求的话,建议直接根据传入的 option 修改(而不是通过 `getOption` 获得),如果有 
dataZoom 的话,只能提供 getOption 获得了。


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the 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 #11238: setOption 的 notMerge 不足以满足某些场景

2019-09-16 Thread GitBox
Ovilia commented on issue #11238: setOption 的 notMerge 不足以满足某些场景
URL: 
https://github.com/apache/incubator-echarts/issues/11238#issuecomment-531670153
 
 
   嗯,一般如果没有你说的 dataZoom 的这个状态需求的话,建议直接根据传入的 option 修改(而不是提供 `getOption` 获得),如果有 
dataZoom 的话,只能提供 getOption 获得了。


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


With regards,
Apache Git Services

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



  1   2   >