[GitHub] [echarts] github-actions[bot] commented on issue #13249: 使用appendData分多次(每次数据量大概1万5,总数据量50万-150万+)渲染数据,会导致整个页面很卡顿,cpu达到120%-250%左右!

2022-09-16 Thread GitBox
github-actions[bot] commented on issue #13249: URL: https://github.com/apache/echarts/issues/13249#issuecomment-1249816344 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

[GitHub] [echarts] nhhaidee commented on issue #17657: [Bug] Uncaught TypeError: Cannot read properties of undefined (reading '__ec_inner_22')

2022-09-16 Thread GitBox
nhhaidee commented on issue #17657: URL: https://github.com/apache/echarts/issues/17657#issuecomment-1249612209 The problem seems to be fixed with v5.4.0-rc.1! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [echarts-doc] Lruler closed pull request #289: feat(graph, tree): add the docs about Thumbnail

2022-09-16 Thread GitBox
Lruler closed pull request #289: feat(graph, tree): add the docs about Thumbnail URL: https://github.com/apache/echarts-doc/pull/289 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [echarts] ermaugustinas commented on issue #7937: Cannot stack bars on time x-axis

2022-09-16 Thread GitBox
ermaugustinas commented on issue #7937: URL: https://github.com/apache/echarts/issues/7937#issuecomment-1249348031 +1 Still broken, we're interested to use stacked bar with time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [echarts] amitknit09 commented on issue #17663: [Bug] toolbox.feature.dataZoom.yAxisIndex is not working as mentioned in API document

2022-09-16 Thread GitBox
amitknit09 commented on issue #17663: URL: https://github.com/apache/echarts/issues/17663#issuecomment-1249343578 > 尝试下默认值 `none`? > > ```js > yAxisIndex: "none" > ``` Yes, this will work if I don't want to control specific axis. But here I want to control axis at a

[echarts-doc] branch treemap-emphasis updated: feat(treemap.breadcrumb.emphasis): add version

2022-09-16 Thread susiwen8
This is an automated email from the ASF dual-hosted git repository. susiwen8 pushed a commit to branch treemap-emphasis in repository https://gitbox.apache.org/repos/asf/echarts-doc.git The following commit(s) were added to refs/heads/treemap-emphasis by this push: new aa1350c7

[GitHub] [echarts-doc] susiwen8 opened a new pull request, #288: feat(treemap.breadcrumb.emphasis): add version

2022-09-16 Thread GitBox
susiwen8 opened a new pull request, #288: URL: https://github.com/apache/echarts-doc/pull/288 - https://github.com/apache/echarts/pull/17242 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[echarts-doc] branch treemap-emphasis updated (e46bda85 -> 91c9ecc6)

2022-09-16 Thread susiwen8
This is an automated email from the ASF dual-hosted git repository. susiwen8 pushed a change to branch treemap-emphasis in repository https://gitbox.apache.org/repos/asf/echarts-doc.git discard e46bda85 feat(treemap.emphasis): add version This update removed existing revisions from the

[echarts-doc] 01/01: feat(treemap.emphasis): add version

2022-09-16 Thread susiwen8
This is an automated email from the ASF dual-hosted git repository. susiwen8 pushed a commit to branch treemap-emphasis in repository https://gitbox.apache.org/repos/asf/echarts-doc.git commit e46bda8539484b5cb05e53af51559e07d1f27d3e Author: susiwen8 AuthorDate: Fri Sep 16 20:52:18 2022 +0800

[echarts-doc] branch treemap-emphasis created (now e46bda85)

2022-09-16 Thread susiwen8
This is an automated email from the ASF dual-hosted git repository. susiwen8 pushed a change to branch treemap-emphasis in repository https://gitbox.apache.org/repos/asf/echarts-doc.git at e46bda85 feat(treemap.emphasis): add version This branch includes the following new commits:

[GitHub] [echarts] wigsnes closed issue #17191: [Bug] onDrag, not in sync with data on line plot.

2022-09-16 Thread GitBox
wigsnes closed issue #17191: [Bug] onDrag, not in sync with data on line plot. URL: https://github.com/apache/echarts/issues/17191 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [echarts] konrad-amtenbrink commented on pull request #17579: Feat/box plot labels

2022-09-16 Thread GitBox
konrad-amtenbrink commented on PR #17579: URL: https://github.com/apache/echarts/pull/17579#issuecomment-1249284269 Hey @Ovilia are there any updates on this - do you need further changes from my side? Thank you very much :) -- This is an automated message from the Apache Git Service. To

[GitHub] [echarts] echarts-bot[bot] commented on issue #17664: [Bug] `toolbox.dataZoom` 自定义缩放按钮

2022-09-16 Thread GitBox
echarts-bot[bot] commented on issue #17664: URL: https://github.com/apache/echarts/issues/17664#issuecomment-1249276630 @hihiro 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

[GitHub] [echarts] hihiro opened a new issue, #17664: [Bug] `toolbox.dataZoom` 自定义缩放按钮

2022-09-16 Thread GitBox
hihiro opened a new issue, #17664: URL: https://github.com/apache/echarts/issues/17664 ### Version 5.3.3 ### Link to Minimal Reproduction https://codesandbox.io/s/quizzical-chatelet-thnn6r?file=/src/index.js ### Steps to Reproduce 点击「开启缩放」按钮,鼠标在 echarts

[GitHub] [echarts] hihiro commented on issue #17662: [Bug] datazoom 设置了自定义 icon 之后不能缩放

2022-09-16 Thread GitBox
hihiro commented on issue #17662: URL: https://github.com/apache/echarts/issues/17662#issuecomment-1249272836 > @plainheart 想问下,echarts 现在支持自定义这种缩放按钮吗?或者有没有相关的 api? 也需要支持鼠标拖动时,选择一个区域,进行缩放,我目前的实现: > > ```js > function onZoom () { > // 框架:vue3 chart 是 echarts 实例 >

[GitHub] [echarts] hihiro commented on issue #17663: [Bug] toolbox.feature.dataZoom.yAxisIndex is not working as mentioned in API document

2022-09-16 Thread GitBox
hihiro commented on issue #17663: URL: https://github.com/apache/echarts/issues/17663#issuecomment-1249264178 尝试下默认值 `none`? ```js yAxisIndex: "none" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [echarts] amitknit09 opened a new issue, #17663: [Bug] toolbox.feature.dataZoom.yAxisIndex is not working as mentioned in API document

2022-09-16 Thread GitBox
amitknit09 opened a new issue, #17663: URL: https://github.com/apache/echarts/issues/17663 ### Version 5.3.3 ### Link to Minimal Reproduction https://codesandbox.io/s/multiple-y-axes-forked-qrb7ll?file=/index.js ### Steps to Reproduce 1. Create a chart with

[GitHub] [echarts] hihiro commented on issue #17662: [Bug] datazoom 设置了自定义 icon 之后不能缩放

2022-09-16 Thread GitBox
hihiro commented on issue #17662: URL: https://github.com/apache/echarts/issues/17662#issuecomment-1249250268 @plainheart 想问下,echarts 现在支持自定义这种缩放按钮吗?或者有没有相关的 api? 也需要支持鼠标拖动时,选择一个区域,进行缩放,我目前的实现: ```js function onZoom () { // 框架:vue3 chart 是 echarts 实例

[GitHub] [echarts] jsahkjfhasjhfas closed issue #17662: [Bug] datazoom 设置了自定义 icon 之后不能缩放

2022-09-16 Thread GitBox
jsahkjfhasjhfas closed issue #17662: [Bug] datazoom 设置了自定义 icon 之后不能缩放 URL: https://github.com/apache/echarts/issues/17662 -- This is an automated message from the 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

[GitHub] [echarts] jsahkjfhasjhfas commented on issue #17662: [Bug] datazoom 设置了自定义 icon 之后不能缩放

2022-09-16 Thread GitBox
jsahkjfhasjhfas commented on issue #17662: URL: https://github.com/apache/echarts/issues/17662#issuecomment-1249238105 > `datazoom` 也是单个对象,并未说明支持数组。 谢谢哦,最后解决方案: ```js feature: { dataZoom: { yAxisIndex: [0, 100], xAxisIndex: [0, 100],

[GitHub] [echarts] plainheart commented on issue #17662: [Bug] datazoom 设置了自定义 icon 之后不能缩放

2022-09-16 Thread GitBox
plainheart commented on issue #17662: URL: https://github.com/apache/echarts/issues/17662#issuecomment-1249174786 `datazoom` 也是单个对象,并未说明支持数组。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [echarts] jsahkjfhasjhfas commented on issue #17662: [Bug] datazoom 设置了自定义 icon 之后不能缩放

2022-09-16 Thread GitBox
jsahkjfhasjhfas commented on issue #17662: URL: https://github.com/apache/echarts/issues/17662#issuecomment-1249169108 > 似乎 icon 用法不正确,[文档](https://echarts.apache.org/option.html#toolbox.feature.dataZoom.icon)中说明 icon 是一个对象,而非数组。应该如下设置, > > ```js > icon: { > zoom:

[GitHub] [echarts] plainheart commented on issue #17662: [Bug] datazoom 设置了自定义 icon 之后不能缩放

2022-09-16 Thread GitBox
plainheart commented on issue #17662: URL: https://github.com/apache/echarts/issues/17662#issuecomment-1249161617 似乎 icon 用法不正确,[文档](https://echarts.apache.org/option.html#toolbox.feature.dataZoom.icon)中说明 icon 是一个对象,而非数组。应该如下设置, ```js icon: { zoom: 'path://', back:

[GitHub] [echarts] jsahkjfhasjhfas opened a new issue, #17662: [Bug] datazoom 设置了自定义 icon 之后不能缩放

2022-09-16 Thread GitBox
jsahkjfhasjhfas opened a new issue, #17662: URL: https://github.com/apache/echarts/issues/17662 ### Version 5.3.3 ### Link to Minimal Reproduction

[GitHub] [echarts] echarts-bot[bot] commented on issue #17662: [Bug] datazoom 设置了自定义 icon 之后不能缩放

2022-09-16 Thread GitBox
echarts-bot[bot] commented on issue #17662: URL: https://github.com/apache/echarts/issues/17662#issuecomment-1249086731 @jsahkjfhasjhfas 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

[echarts-doc] branch dev updated (a299ea80 -> d625492b)

2022-09-16 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch dev in repository https://gitbox.apache.org/repos/asf/echarts-doc.git from a299ea80 Merge branch 'master' into dev add 30012190 doc: add doc for coarse pointer apache/echarts#17102

[echarts-doc] 01/01: doc: add doc for coarse pointer apache/echarts#17102

2022-09-16 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/echarts-doc.git commit d625492b33bfd20f39532cbb9be21ea6b45478ec Author: Ovilia AuthorDate: Fri Sep 16 15:39:21 2022 +0800 doc: add doc

[echarts-doc] branch dev updated (c6ccf94d -> a299ea80)

2022-09-16 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch dev in repository https://gitbox.apache.org/repos/asf/echarts-doc.git from c6ccf94d Merge pull request #271 from yyp0716/dev add d2fe776e chore(deps): bump terser from 4.8.0 to 4.8.1 in

[GitHub] [echarts-doc] Ovilia closed pull request #287: doc: coarse pointer

2022-09-16 Thread GitBox
Ovilia closed pull request #287: doc: coarse pointer URL: https://github.com/apache/echarts-doc/pull/287 -- This is an automated message from the 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,

[GitHub] [echarts-doc] Ovilia opened a new pull request, #287: doc: coarse pointer

2022-09-16 Thread GitBox
Ovilia opened a new pull request, #287: URL: https://github.com/apache/echarts-doc/pull/287 Add doc for https://github.com/apache/echarts/pull/17349 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[echarts-doc] 01/02: Merge branch 'master' into dev

2022-09-16 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch doc-coarse-pointer in repository https://gitbox.apache.org/repos/asf/echarts-doc.git commit a299ea80e844b4c6e5b33105279cf0b043d68901 Merge: c6ccf94d 91c9ecc6 Author: Ovilia AuthorDate: Fri Sep

[echarts-doc] branch doc-coarse-pointer created (now 30012190)

2022-09-16 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch doc-coarse-pointer in repository https://gitbox.apache.org/repos/asf/echarts-doc.git at 30012190 doc: add doc for coarse pointer apache/echarts#17102 This branch includes the following

[echarts-doc] 02/02: doc: add doc for coarse pointer apache/echarts#17102

2022-09-16 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch doc-coarse-pointer in repository https://gitbox.apache.org/repos/asf/echarts-doc.git commit 30012190ce73308294e042c2e20a32802e8a8806 Author: Ovilia AuthorDate: Fri Sep 16 15:39:21 2022 +0800

[GitHub] [echarts] echarts-bot[bot] commented on pull request #17426: feat(bar-race): provide subPixelOptimize option to solve #14679

2022-09-16 Thread GitBox
echarts-bot[bot] commented on PR #17426: URL: https://github.com/apache/echarts/pull/17426#issuecomment-1249028415 ⚠️ MISSING DOCUMENT INFO: Please make sure one of the document options are checked in this PR's description. Search "Document Info" in the description of this PR. This should

[GitHub] [echarts] echarts-bot[bot] commented on issue #17661: [Feature] series.data可以增加tooltip配置项,以便于配置单个数据项的tooltip的valueFormatter或其他tooltip配置吗?

2022-09-16 Thread GitBox
echarts-bot[bot] commented on issue #17661: URL: https://github.com/apache/echarts/issues/17661#issuecomment-1249018195 @yangjie-zzu 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

[GitHub] [echarts] yangjie-zzu opened a new issue, #17661: [Feature] series.data可以增加tooltip配置项,以便于配置单个数据项的tooltip的valueFormatter或其他tooltip配置吗?

2022-09-16 Thread GitBox
yangjie-zzu opened a new issue, #17661: URL: https://github.com/apache/echarts/issues/17661 ### What problem does this feature solve? 如题 ### What does the proposed API look like? series.data -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [echarts] Ovilia commented on issue #17638: [Feature] How can I dispatch a wheel event programmatically?

2022-09-16 Thread GitBox
Ovilia commented on issue #17638: URL: https://github.com/apache/echarts/issues/17638#issuecomment-1249006483 Can you first make a demo (without zrender changes) to show what the problem is and then I can help check if this change is necessary? -- This is an automated message from the

[GitHub] [echarts] linghengqian commented on issue #16479: Unable to access 'getModel' function in typescript

2022-09-16 Thread GitBox
linghengqian commented on issue #16479: URL: https://github.com/apache/echarts/issues/16479#issuecomment-1248971146 @pissang - I'm a bit confused, `getModel()` appears frequently, both in the documentation and in git. For example, https://echarts.apache.org/en/faq.html#baidu-map and