[echarts] 01/01: Merge pull request #16589 from apache/master

2022-02-27 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

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

commit d2b73b9c8e58a16df05d51f492d826682d9406f7
Merge: 0878d30 fdf5490
Author: Wenli Zhang 
AuthorDate: Mon Feb 28 15:18:37 2022 +0800

Merge pull request #16589 from apache/master

Merge master into release for 5.3.1

 src/chart/bar/BarSeries.ts|   4 +-
 src/chart/bar/PictorialBarView.ts |   2 +-
 src/chart/funnel/FunnelSeries.ts  |   4 +-
 src/chart/gauge/GaugeSeries.ts|   4 +-
 src/chart/heatmap/HeatmapSeries.ts|   8 +-
 src/chart/heatmap/HeatmapView.ts  |  13 +-
 src/chart/helper/EffectLine.ts|  64 +++---
 src/chart/helper/Symbol.ts|  10 +-
 src/chart/helper/SymbolDraw.ts|   7 +-
 src/chart/line/LineView.ts|  39 ++--
 src/chart/lines/LinesSeries.ts|   4 +-
 src/chart/parallel/ParallelSeries.ts  |   6 +-
 src/chart/pie/PieView.ts  |   6 -
 src/chart/radar/RadarSeries.ts|   4 +-
 src/chart/sunburst/SunburstPiece.ts   |   8 +-
 src/chart/themeRiver/ThemeRiverSeries.ts  |   4 +-
 src/chart/tree/TreeView.ts|   2 +-
 src/component/axis/AxisBuilder.ts |   6 +
 src/component/graphic/GraphicView.ts  |  14 +-
 src/component/toolbox/feature/DataView.ts |  34 ++--
 src/component/tooltip/TooltipView.ts  |   1 +
 src/data/DataStore.ts |  16 +-
 src/i18n/langKO.ts| 142 +
 src/processor/dataSample.ts   |   2 +-
 src/util/format.ts|   2 +-
 src/util/types.ts |   2 +-
 test/axisLabel.html   |  13 +-
 test/graphic-cases.html   |  57 +-
 test/heatmap-borderRadius.html| 328 ++
 test/lib/testHelper.js|   4 +-
 test/line-sampling.html   | 294 ++
 test/line-step.html   | 110 ++
 test/node/ssr.js  |  20 +-
 test/runTest/actions/__meta__.json|   1 +
 test/runTest/actions/line-sampling.json   |   1 +
 test/sunburst-label.html  | 118 +++
 test/tooltip-setOption.html   |  51 +
 37 files changed, 1241 insertions(+), 164 deletions(-)

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



[echarts] branch release updated (0878d30 -> d2b73b9)

2022-02-27 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

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


from 0878d30  Merge pull request #16414 from apache/release-dev
 add 1c03aa3  fix(dtatsample): fix rate infinity cause range error
 add 847c48e  refactor(datasample): use globale function to replace type 
check which include special values
 add 4fe9cb0  Merge pull request #16372 from Cuiyansong/master
 add a5041f6  tooltip中time类型的字段默认使用的12小时制展示,容易产生困惑,改成24小时制展示
 add ddc57f4  Merge pull request #16421 from Comee/master
 add 7189ddf  Merge pull request #16441 from apache/release
 add 1bb1028  fix(pie): remove unused code.
 add 9b6bb68  Merge pull request #16444 from apache/remove-unused-code
 add ee2d85a  fix(tooltip): set content tooltip.enterable along with render 
tooltip.enterable. close #16440
 add b683f03  Merge pull request #16463 from fuchunhui/fix-16440
 add 406c11f  fix(pictorialBar): set valueLineWidth NaN value to zero. 
close #16423
 add fece30a  Merge pull request #16469 from fuchunhui/fix-16423
 add 66290cc  [Feature] add borderRadius option to heatmap  (#16493)
 add 8ad3b74  fix(dataview): hide tooltip when data view is open, use 
padding instead of inset 5px to avoid click the below layers.
 add ba4d92e  fix(dataview): still set `overflow` as `auto`.
 add 08d010a  Merge pull request #16321 from apache/fix-dataview
 add 112d725  Merge pull request #16509 from apache/next
 add 2317a9a  fix(graphic): fix `cursor` doesn't work in `graphic` 
component.
 add 52e8ad3  fix(graphic): use default cursor if no cursor option is 
provided.
 add e4bdd30  Merge pull request #16513 from apache/fix-graphic-cursor
 add c3726e1  perf(symbol): fix potential memory leak in effect symbol with 
notMerge
 add d6f07f1  fix code style
 add 949d160  Merge pull request #16525 from apache/fix-memory-leak
 add 1661f9b  fix(line): using sampling with lttb, NaN point should not be 
filtered. close #14689
 add 071ffc2  fix(line): using sampling with lttb, use a variable instead 
of an array. close #14689
 add 1640cae  test(line): add sampling lttb action, test connectNulls. 
close #14689
 add 6b40654  fix(line): optimize sampling lttb, resize newIndices count. 
close 4689
 add e258370  fix(line): optimize sampling lttb, remove _newIndice. close 
#14689
 add 6ba672d  fix(line): ensure the correct order of indices, add test 
case. close #14689
 add fdfb46c  Merge pull request #16431 from fuchunhui/fix-14689
 add 2483a4b  fix(line): 过滤空节点, 避免阶梯线条变为斜线
 add 9615566  fix(line): fix syntax errors
 add becb00f  fix(line): filter null points only when using connetNull:true
 add 1149be5  test: add line-step.html
 add f4e1864  Merge pull request #16435 from Gyyi/master
 add 6dfbaf0  fix(sunburst) set the position of label in center when angle 
is 2π. close #16296
 add 98819a6  fix(sunburst) set the position of label in center when angle 
is 2π and r0 is 0. close #16296
 add 40246ae  fix(sunburst) set the position of label in center when angle 
is 2π and r0 is 0. close #16296
 add 3ac0562  fix(sunburst) set the position of label in center when angle 
is 2π and r0 is 0. close #16296
 add 1c27d45  add test case
 add 194f23e  change comment
 add 6a42c39  Merge pull request #16425 from FrankChencc/fix-16296
 add 1762a32  add korean translation
 add 95ad522  Merge pull request #16582 from hijae/korean-translation
 add e6490e6  fix(event): provide label index in axis events
 add 4f52057  Merge branch 'master' into fix-15798
 add 37b4286  feat: provide tickIndex and dataIndex
 add 66c5c22  fix: dataIndex
 add fdf5490  Merge pull request #16187 from apache/fix-15798
 new d2b73b9  Merge pull request #16589 from apache/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:
 src/chart/bar/BarSeries.ts |   4 +-
 src/chart/bar/PictorialBarView.ts  |   2 +-
 src/chart/funnel/FunnelSeries.ts   |   4 +-
 src/chart/gauge/GaugeSeries.ts |   4 +-
 src/chart/heatmap/HeatmapSeries.ts |   8 +-
 src/chart/heatmap/HeatmapView.ts   |  13 +-
 src/chart/helper/EffectLine.ts |  64 ++--
 src/chart/helper/Symbol.ts |  10 +-
 src/chart/helper/SymbolDraw.ts |   7 +-
 src/chart/line/LineView.ts |  39 ++-
 src/chart/lines/LinesSeries.ts |   4 +-
 src/chart/parallel/ParallelSeries.ts   |   6 +-
 src/chart/pie/PieView.ts   |   6 -
 

[GitHub] [echarts] echarts-bot[bot] commented on pull request #16589: Merge master into release for 5.3.1

2022-02-27 Thread GitBox


echarts-bot[bot] commented on pull request #16589:
URL: https://github.com/apache/echarts/pull/16589#issuecomment-1053959468


   Congratulations! Your PR has been merged. Thanks for your contribution! 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] Ovilia merged pull request #16589: Merge master into release for 5.3.1

2022-02-27 Thread GitBox


Ovilia merged pull request #16589:
URL: https://github.com/apache/echarts/pull/16589


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] echarts-bot[bot] commented on pull request #16589: Merge master into release for 5.3.1

2022-02-27 Thread GitBox


echarts-bot[bot] commented on pull request #16589:
URL: https://github.com/apache/echarts/pull/16589#issuecomment-1053937985


   Thanks for your contribution!
   The community will review it ASAP. In the meanwhile, please checkout [the 
coding standard](https://echarts.apache.org/en/coding-standard.html) and Wiki 
about [How to make a pull 
request](https://github.com/apache/echarts/wiki/How-to-make-a-pull-request).
   
   The pull request is marked to be `PR: author is committer` because you are a 
committer of this project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] Ovilia opened a new pull request #16589: Merge master into release for 5.3.1

2022-02-27 Thread GitBox


Ovilia opened a new pull request #16589:
URL: https://github.com/apache/echarts/pull/16589


   
   
   ## Brief Information
   
   This pull request is in the type of:
   
   - [ ] bug fixing
   - [ ] new feature
   - [x] others
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] pissang commented on issue #16587: [Feature] 如何复制tooltip里面的内容

2022-02-27 Thread GitBox


pissang commented on issue #16587:
URL: https://github.com/apache/echarts/issues/16587#issuecomment-1053937470


   @a15218378694 图表容器设置了 `user-select: none` 的样式,你可以覆盖掉这个样式


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] JinGuiMin commented on issue #16521: click与georoam两个事件开启,当点击click的时候会触发georoam事件

2022-02-27 Thread GitBox


JinGuiMin commented on issue #16521:
URL: https://github.com/apache/echarts/issues/16521#issuecomment-1053903232


   请问有没有解决方案。。。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] equicy closed pull request #16561: fix: the histogram cannot be displayed normally due to the problem of NaN data

2022-02-27 Thread GitBox


equicy closed pull request #16561:
URL: https://github.com/apache/echarts/pull/16561


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] a15218378694 commented on issue #16588: [Feature] tooltip内容太长, 导致部分内容展示不全

2022-02-27 Thread GitBox


a15218378694 commented on issue #16588:
URL: https://github.com/apache/echarts/issues/16588#issuecomment-1053894407


   > ### What problem does this feature solve?
   > tooltip可以展示所有内容, 现在问题是, tooltip展示的边不对, 已经设置了appendBody, 但这个会引发很多bug, 暂时关闭了
   > 
   > ### What does the proposed API look like?
   > 希望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.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] echarts-bot[bot] commented on issue #16588: [Feature] tooltip内容太长, 导致部分内容展示不全

2022-02-27 Thread GitBox


echarts-bot[bot] commented on issue #16588:
URL: https://github.com/apache/echarts/issues/16588#issuecomment-1053892066


   @a15218378694 It seems you are not using English, I've helped translate the 
content automatically. To make your issue understood by more people and get 
helped, we'd like to suggest using English next time. 珞
   TRANSLATED
   
   **TITLE**
   
   [Feature] The content of the tooltip is too long, resulting in incomplete 
display of some content
   
   **BODY**
   
   ### What problem does this feature solve?
   
   The tooltip can display all the content, now the problem is, the side 
displayed by the tooltip is wrong, and appendBody has been set
   
   ### What does the proposed API look like?
   
   It is hoped that the direction displayed by the tooltip can be calculated 
correctly. For example, if the left space is large, the left side will be 
displayed, otherwise the right side will be displayed.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] a15218378694 opened a new issue #16588: [Feature] tooltip内容太长, 导致部分内容展示不全

2022-02-27 Thread GitBox


a15218378694 opened a new issue #16588:
URL: https://github.com/apache/echarts/issues/16588


   ### What problem does this feature solve?
   
   tooltip可以展示所有内容, 现在问题是, tooltip展示的边不对, 已经设置了appendBody
   
   ### What does the proposed API look like?
   
   希望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.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] a15218378694 opened a new issue #16587: [Feature] 如何复制tooltip里面的内容

2022-02-27 Thread GitBox


a15218378694 opened a new issue #16587:
URL: https://github.com/apache/echarts/issues/16587


   ### What problem does this feature solve?
   
   tooltip展示的时候, 鼠标可以放进去, 长按拖动选中文字, ctrl + c可复制
   
   ### What does the proposed API look like?
   
   tooltip在加上enterable之后, 希望可以选中文字复制


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] echarts-bot[bot] commented on issue #16587: [Feature] 如何复制tooltip里面的内容

2022-02-27 Thread GitBox


echarts-bot[bot] commented on issue #16587:
URL: https://github.com/apache/echarts/issues/16587#issuecomment-1053885288


   @a15218378694 It seems you are not using English, I've helped translate the 
content automatically. To make your issue understood by more people and get 
helped, we'd like to suggest using English next time. 珞
   TRANSLATED
   
   **TITLE**
   
   [Feature] How to copy the content in the tooltip
   
   **BODY**
   
   ### What problem does this feature solve?
   
   When the tooltip is displayed, the mouse can be put in, long press and drag 
to select Chinese word, ctrl + c can be copied
   
   ### What does the proposed API look like?
   
   After adding enterable, tooltip hopes to be copied Chinese word
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[echarts] branch next updated (08d010a -> ff68ced)

2022-02-27 Thread sushuang
This is an automated email from the ASF dual-hosted git repository.

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


from 08d010a  Merge pull request #16321 from apache/fix-dataview
 new 23ae97b  feat(graph): simple layout graph support dragging
 new 78b2475  test(graph): add simple graph draggable test case
 new 1d962f6  feat(graph): update circular layout helper function
 new ae38c73  feat(graph): support draggable for all graph layout ('none' | 
'circular' | 'force')
 new ebae264  test(graph): add graph draggable test case
 new 8144dcc  Revert "test(graph): add simple graph draggable test case"
 new 5f8f0c6  fix(graph): node el check for circular layout
 new db01e51  fix(graph): remove GraphNode `_fixed` field
 new 2b1595d  fix(graph): use zrender/vector calculate node layout
 new 7891815  Merge remote-tracking branch 'upstream/next' into 
feat-simple-graph-draggable
 new 472e72b  fix: not trigger roam on el's child
 new 657f379  fix: fix code
 new aeb66aa  fix: remove useless code
 new 45a1ebd  fix: store fixed state in layout object
 new 155364a  fix: use mouse position calculate circular layout
 new ff68ced  Merge pull request #15428 from 
kongmoumou/feat-simple-graph-draggable

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


Summary of changes:
 src/chart/graph/GraphView.ts|  73 +++---
 src/chart/graph/circularLayoutHelper.ts |  69 -
 src/component/helper/RoamController.ts  |  13 +-
 test/graph-draggable.html   | 441 
 4 files changed, 549 insertions(+), 47 deletions(-)
 create mode 100644 test/graph-draggable.html

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



[GitHub] [echarts] echarts-bot[bot] commented on pull request #15428: feat(graph): simple graph draggable. close #14510

2022-02-27 Thread GitBox


echarts-bot[bot] commented on pull request #15428:
URL: https://github.com/apache/echarts/pull/15428#issuecomment-1053868383


   Congratulations! Your PR has been merged. Thanks for your contribution! 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] 100pah merged pull request #15428: feat(graph): simple graph draggable. close #14510

2022-02-27 Thread GitBox


100pah merged pull request #15428:
URL: https://github.com/apache/echarts/pull/15428


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] echarts-bot[bot] commented on pull request #16187: feat(event): provide label index in axis events

2022-02-27 Thread GitBox


echarts-bot[bot] commented on pull request #16187:
URL: https://github.com/apache/echarts/pull/16187#issuecomment-1053854105


   Congratulations! Your PR has been merged. Thanks for your contribution! 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[echarts] 01/01: Merge pull request #16187 from apache/fix-15798

2022-02-27 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

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

commit fdf54901508c31002ca768471b4b311c3cef6b6a
Merge: 95ad522 66c5c22
Author: Wenli Zhang 
AuthorDate: Mon Feb 28 11:47:02 2022 +0800

Merge pull request #16187 from apache/fix-15798

feat(event): provide label index in axis events

 src/component/axis/AxisBuilder.ts |  6 ++
 test/axisLabel.html   | 13 +++--
 2 files changed, 13 insertions(+), 6 deletions(-)

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



[echarts] branch master updated (95ad522 -> fdf5490)

2022-02-27 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

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


from 95ad522  Merge pull request #16582 from hijae/korean-translation
 add e6490e6  fix(event): provide label index in axis events
 add 4f52057  Merge branch 'master' into fix-15798
 add 37b4286  feat: provide tickIndex and dataIndex
 add 66c5c22  fix: dataIndex
 new fdf5490  Merge pull request #16187 from apache/fix-15798

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:
 src/component/axis/AxisBuilder.ts |  6 ++
 test/axisLabel.html   | 13 +++--
 2 files changed, 13 insertions(+), 6 deletions(-)

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



[GitHub] [echarts] Ovilia closed issue #15798: Event data missing on axis label click

2022-02-27 Thread GitBox


Ovilia closed issue #15798:
URL: https://github.com/apache/echarts/issues/15798


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] Ovilia merged pull request #16187: feat(event): provide label index in axis events

2022-02-27 Thread GitBox


Ovilia merged pull request #16187:
URL: https://github.com/apache/echarts/pull/16187


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[echarts] branch fix-15798 updated (37b4286 -> 66c5c22)

2022-02-27 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

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


from 37b4286  feat: provide tickIndex and dataIndex
 add 66c5c22  fix: dataIndex

No new revisions were added by this update.

Summary of changes:
 src/component/axis/AxisBuilder.ts | 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



[echarts] branch fix-15798 updated (e6490e6 -> 37b4286)

2022-02-27 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

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


from e6490e6  fix(event): provide label index in axis events
 add 812dac2  Feat(line): click event on whole line
 add 9226bab  Merge pull request #15535 from susiwen8/line-click
 add d534395  Merge pull request #15662 from apache/master
 add 4d55a6a  Merge pull request #15727 from apache/master
 add 47f7741  Merge pull request #15746 from apache/release
 add 0292e76  revert(line): revert the default design "make line bolder in 
the empahsis state".
 add b5d315c  Merge pull request #15767 from 
apache/revert-default-line-bolder
 add ead64f7  style: optimize symbol visual code
 add 703086e  Merge pull request #15846 from apache/optimize-code
 add 27b2398  Revert "Feat(line): event on whole line"
 add 3484439  Merge pull request #15848 from apache/revert-15535-line-click
 add 3b191a1  fix(progressive): only update status on the new rendered 
elements
 add 36ecdd1  perf(progressive): optimize performance for chart with 
progressive
 add f76464c  fix(large): fix event and tooltip on large symbol and lines
 add d594782  fix(progressive): use separate zlevel for each progressive 
series.
 add 6a91af3  fix: remove used default zlevel
 add 3cae99e  fix(zlevel): optimize zlevel allocate for effect series
 add 9f6f32c  fix ut in graphics component
 add 44e26a8  wip(ssr): integrate ssr svg output. upgrade ts
 add 116b245  fix(class): optimize native class mixed with legacy class 
extend.
 add f8a0090  wip(ssr): fix tooltip when no dom given in ssr mode
 add 3bd240c  refact: remove code that for ancient browsers
 add dec7082  chore: add process env define in dev
 add 54ddfa2  wip(ssr): optimize pie animation in ssr
 add 332afce  Merge branch 'next' into svg-ssr
 add d51777e  chore: upgrade zrender to latest nightly version
 add 708da07  chore: optimize esbuild output
 add 01568b3  feat: provide new setPlatformAPI
 add 9e6fb8d  feat: add renderToString. use reanderToCanvas to replace 
getRenderedCanvas
 add b14b885  feat(ssr): rename renderToString to renderToSVGString
 add 06d90a7  remove usage of deprecated getRenderedCanvas
 add e5c8c15  Merge pull request #15880 from apache/svg-ssr
 add 28d6cea  Merge branch 'next' into optimize-progressive
 add 1a0492d  Merge pull request #15870 from apache/optimize-progressive
 add 7e05fa5  fix: show tooltip when all val are null
 add e7daf0c  Merge pull request #16001 from kongmoumou/fix-tooltip
 add 02eea12  Merge pull request #16104 from apache/master
 add 1916e1d  chore(core): remove `ssr` limit for `renderToSVGString`
 add bdcc024  type(core): remove unnecessary `as any`
 add c709e42  chore: update zrender to latest nightly version.
 add 2a84ce6  chore: tweak the wording on the error message
 add 515c724  chore: revert package-lock.json. 
(c709e425dd5f9b724187fa02e9b6cc7e9bd634f5)
 add 69e6917  Update package-lock.json
 add 2115f55  Merge pull request #16113 from apache/ssr
 add e546f19  fix(tooltip): only throttle `updatePosition` function when 
transition is enabled, resolves #16101.
 add de2cdea  fix(tooltip): simplify throttle logic.
 add f670da7  Merge pull request #16212 from apache/fix-tooltip-lag
 add 4c62b1e  fix: use common helper `createFloat32Array` to simplify the 
large arrray creation.
 add 5dea867  Merge pull request #16210 from 
apache/simplify-large-arr-creation
 add 3d7bf24  refact(graphic): seperate view and model
 add 6199529  refact(custom): extract common helpers for transition
 add fb3daa2  feat(graphic): add transition api
 add 4501552  refact(transition): rename modules
 add cca2206  fix(transition): not do strict checking. some code cleanup
 add a3eedb3  feat(transition): support transition to be configured all.
 add 37c4b1b  feat(transition): fix transition in layout params
 add 24a9984  feat(transition): fix style transition all
 add 2eea25e  fix wrong import from lib
 add b30b63f  feat(transition) optimize enterFrom and leaveTo. fix style 
loose in custom
 add e449a87  feat(animation): add keyframe based animation
 add 1c9e3dc  feat(animation):fix null property access
 add c021861  Merge branch 'next' into graphic-animation
 add 459377a  feat(animation): rename to keyframeAnimation
 add 4566b94  feat(transition): optimize types
 add 393eb30  feat(transition): add animation config per element
 add dc5bc85  feat(animation): fix during in enter and leave animation
 add 7e96d4c  feat(animation): improve validation logs
 add b5b2185  feat(animation): fix some animation abort bug
 add 6eb6cd9  fix(graphic): fix textConfig not work
 add 48ba921  feat(animation): restore props after keyframe animation 

[GitHub] [echarts] Ovilia commented on issue #16584: Multi Line Tooltip[Feature]

2022-02-27 Thread GitBox


Ovilia commented on issue #16584:
URL: https://github.com/apache/echarts/issues/16584#issuecomment-1053841515


   Use `` for line breaking.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] echarts-bot[bot] commented on issue #16586: [Feature] 地图旋转90度,横屏显示时,滑动手势方向错乱

2022-02-27 Thread GitBox


echarts-bot[bot] commented on issue #16586:
URL: https://github.com/apache/echarts/issues/16586#issuecomment-1053830796


   @snowyang2021 It seems you are not using English, I've helped translate the 
content automatically. To make your issue understood by more people and get 
helped, we'd like to suggest using English next time. 珞
   TRANSLATED
   
   **TITLE**
   
   [Feature] The map rotates 90 degrees, and when displayed horizontally, the 
swipe gesture is confused
   
   **BODY**
   
   ### What problem does this feature solve?
   
   The map can automatically support landscape display
   
   ### What does the proposed API look like?
   
   rotate: 90
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] snowyang2021 opened a new issue #16586: [Feature] 地图旋转90度,横屏显示时,滑动手势方向错乱

2022-02-27 Thread GitBox


snowyang2021 opened a new issue #16586:
URL: https://github.com/apache/echarts/issues/16586


   ### What problem does this feature solve?
   
   地图可以自动支持横屏显示
   
   ### What does the proposed API look like?
   
   rotate: 90


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] YH-Chen removed a comment on issue #8336: 堆叠柱状图在设置y轴scale属性的情况下超出范围

2022-02-27 Thread GitBox


YH-Chen removed a comment on issue #8336:
URL: https://github.com/apache/echarts/issues/8336#issuecomment-1053680956


   您的来信已经收到,我会尽快查阅!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] github-actions[bot] commented on issue #12157: 漏斗图,可能是个BUG,如果SORT设置为none,数据为0的图居然比数据为20的还要大

2022-02-27 Thread GitBox


github-actions[bot] commented on issue #12157:
URL: https://github.com/apache/echarts/issues/12157#issuecomment-1053680915


   This issue has been automatically closed because it did not have recent 
activity. If this remains to be a problem with the latest version of Apache 
ECharts, please open a new issue and link this to it. Thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] github-actions[bot] closed issue #12157: 漏斗图,可能是个BUG,如果SORT设置为none,数据为0的图居然比数据为20的还要大

2022-02-27 Thread GitBox


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


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] github-actions[bot] commented on issue #8336: 堆叠柱状图在设置y轴scale属性的情况下超出范围

2022-02-27 Thread GitBox


github-actions[bot] commented on issue #8336:
URL: https://github.com/apache/echarts/issues/8336#issuecomment-1053680884


   This issue has been automatically marked as stale because it did not have 
recent activity. It will be closed in 7 days if no further activity occurs. If 
you wish not to mark it as stale, please leave a comment in this issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] YH-Chen commented on issue #8336: 堆叠柱状图在设置y轴scale属性的情况下超出范围

2022-02-27 Thread GitBox


YH-Chen commented on issue #8336:
URL: https://github.com/apache/echarts/issues/8336#issuecomment-1053680956


   您的来信已经收到,我会尽快查阅!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] github-actions[bot] commented on issue #12099: Let yAxis. type support custom function.

2022-02-27 Thread GitBox


github-actions[bot] commented on issue #12099:
URL: https://github.com/apache/echarts/issues/12099#issuecomment-1053680905


   This issue has been automatically marked as stale because it did not have 
recent activity. It will be closed in 7 days if no further activity occurs. If 
you wish not to mark it as stale, please leave a comment in this issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] github-actions[bot] commented on issue #8700: 使用document.createElement或使用Jquery$('div')这种方式创建的dom上初始化echart,双y轴的情况下,两个y轴会重叠

2022-02-27 Thread GitBox


github-actions[bot] commented on issue #8700:
URL: https://github.com/apache/echarts/issues/8700#issuecomment-1053680889


   This issue has been automatically marked as stale because it did not have 
recent activity. It will be closed in 7 days if no further activity occurs. If 
you wish not to mark it as stale, please leave a comment in this issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] Vasile-Peste opened a new issue #16585: [Feature] Allow horizontal scrolling with trackpad (like http://tradingview.com)

2022-02-27 Thread GitBox


Vasile-Peste opened a new issue #16585:
URL: https://github.com/apache/echarts/issues/16585


   ### What problem does this feature solve?
   
   Currently on PC the only way to scroll a chart horizontally is by dragging 
with the mouse cursor to the left or to the right.
   We need something similar to the dataZoom on the Y axis: for anyone using a 
MacBook or any laptop it would be very easy to scroll horizontally using only 
two fingers (by swiping left and swiping right on the trackpad, like any graph 
on http://tradingview.com)
   
   ### What does the proposed API look like?
   
   ```
   xAxis: {
   scrollOnSwipe: true,
   },
   ```
   
   Which allows scrolling by swiping on the trackpad (if the actual data zoom 
is < 100)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] mrmoheb commented on issue #12594: .setOption not trigger dataView refresh

2022-02-27 Thread GitBox


mrmoheb commented on issue #12594:
URL: https://github.com/apache/echarts/issues/12594#issuecomment-1053580220


   Do we have any luck to resolve this issue?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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



[GitHub] [echarts] SuperRay3 commented on issue #15350: 地图无法加载

2022-02-27 Thread GitBox


SuperRay3 commented on issue #15350:
URL: https://github.com/apache/echarts/issues/15350#issuecomment-1053382105


   Hi, you can use the 
[DataV.GeoAtlas](http://datav.aliyun.com/portal/school/atlas/area_selector)  to 
export the geo data you need, then call the echart.registerMap method, finally 
set the value of geo field to the name you register before.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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