Re: [I] [Feature] dataZoom.filterMode - should be controllable individually by series OR behave different [echarts]

2023-12-17 Thread via GitHub
ob-ARC commented on issue #17671: URL: https://github.com/apache/echarts/issues/17671#issuecomment-1859713757 Any news on this? -- 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

Re: [I] how can we set the height and width manually ? [echarts]

2023-12-17 Thread via GitHub
MatthiasMert commented on issue #19409: URL: https://github.com/apache/echarts/issues/19409#issuecomment-1859656238 If you have multiple [grids](https://echarts.apache.org/en/option.html#grid) in one chart instance you can change the width and height of each grid, or specify the size in %

Re: [I] [Bug] After setting all the 'symbol' in the line chart, if the amount of line data is large, the graph will freeze. [echarts]

2023-12-17 Thread via GitHub
webWine commented on issue #19411: URL: https://github.com/apache/echarts/issues/19411#issuecomment-1859652637 I can provide data`[ "3.2096", "3.2003", "3.5225", "3.5896", "3.5784", "3.4532", "3.5114", "3.5023", "3.4414", "3.4511",

Re: [I] [Bug] After setting all the 'symbol' in the line chart, if the amount of line data is large, the graph will freeze. [echarts]

2023-12-17 Thread via GitHub
webWine commented on issue #19411: URL: https://github.com/apache/echarts/issues/19411#issuecomment-1859650527 `我可以提供数据`[ "3.2096", "3.2003", "3.5225", "3.5896", "3.5784", "3.4532", "3.5114", "3.5023", "3.4414", "3.4511", "3.2968",

Re: [I] [Bug] 無法更新縮放(roam) [echarts]

2023-12-17 Thread via GitHub
echarts-bot[bot] commented on issue #19413: URL: https://github.com/apache/echarts/issues/19413#issuecomment-1859597178 @k90325248 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

[I] [Bug] 無法更新縮放(roam) [echarts]

2023-12-17 Thread via GitHub
k90325248 opened a new issue, #19413: URL: https://github.com/apache/echarts/issues/19413 ### Version 5.4.3 ### Link to Minimal Reproduction https://codepen.io/k90325248-the-selector/pen/LYqwLwm ### Steps to Reproduce 等5秒後會執行`myChart.setOption({ series: [{

(echarts-www) branch master updated: update builder source of Chinese website

2023-12-17 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-www.git The following commit(s) were added to refs/heads/master by this push: new 76bd17f5 update builder source of Chinese

Re: [I] [Bug] Legend组件inactive状态下lineWidth没有跟随配置 [echarts]

2023-12-17 Thread via GitHub
echarts-bot[bot] commented on issue #19412: URL: https://github.com/apache/echarts/issues/19412#issuecomment-1859473755 @zhiyuc123 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

[I] [Bug] Legend组件inactive状态下lineWidth没有跟随配置 [echarts]

2023-12-17 Thread via GitHub
zhiyuc123 opened a new issue, #19412: URL: https://github.com/apache/echarts/issues/19412 ### Version 5.4.3 ### Link to Minimal Reproduction

Re: [I] 使用replaceMerge后,原来的series还存在,而且拖动地图时会出现图中的情况。 [echarts]

2023-12-17 Thread via GitHub
github-actions[bot] commented on issue #16188: URL: https://github.com/apache/echarts/issues/16188#issuecomment-1859283934 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

Re: [I] 配置 yAxis.inverse=true 后数据显示不全 [echarts]

2023-12-17 Thread via GitHub
github-actions[bot] commented on issue #16192: URL: https://github.com/apache/echarts/issues/16192#issuecomment-1859283940 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

Re: [I] 使用replaceMerge后,原来的series还存在,而且拖动地图时会出现图中的情况。 [echarts]

2023-12-17 Thread via GitHub
github-actions[bot] closed issue #16188: 使用replaceMerge后,原来的series还存在,而且拖动地图时会出现图中的情况。 URL: https://github.com/apache/echarts/issues/16188 -- 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

Re: [I] 配置 yAxis.inverse=true 后数据显示不全 [echarts]

2023-12-17 Thread via GitHub
github-actions[bot] closed issue #16192: 配置 yAxis.inverse=true 后数据显示不全 URL: https://github.com/apache/echarts/issues/16192 -- 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

Re: [I] [Bug] dataZoom feature in toolbox doesn't work when set yAxisIndex to contain only part of y axis [echarts]

2023-12-17 Thread via GitHub
helgasoft commented on issue #19402: URL: https://github.com/apache/echarts/issues/19402#issuecomment-1859244602 > But I want to zoom x axis as well. then you'll need a second X axis and use two grids - [Demo

Re: [PR] Refactor ComposeUnitOption to use KnownKeys utility [echarts]

2023-12-17 Thread via GitHub
kaine0923 commented on code in PR #19410: URL: https://github.com/apache/echarts/pull/19410#discussion_r1429209210 ## src/export/core.ts: ## @@ -93,11 +93,17 @@ type GetDependency = { type GetDependencies = GetDependency]>; +// Retrieves the keys of a type that are not of

Re: [PR] Refactor ComposeUnitOption to use KnownKeys utility [echarts]

2023-12-17 Thread via GitHub
kaine0923 closed pull request #19410: Refactor ComposeUnitOption to use KnownKeys utility URL: https://github.com/apache/echarts/pull/19410 -- 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

Re: [PR] Refactor ComposeUnitOption to use KnownKeys utility [echarts]

2023-12-17 Thread via GitHub
kaine0923 commented on code in PR #19410: URL: https://github.com/apache/echarts/pull/19410#discussion_r1429209210 ## src/export/core.ts: ## @@ -93,11 +93,17 @@ type GetDependency = { type GetDependencies = GetDependency]>; +// Retrieves the keys of a type that are not of

Re: [PR] Refactor ComposeUnitOption to use KnownKeys utility [echarts]

2023-12-17 Thread via GitHub
plainheart commented on code in PR #19410: URL: https://github.com/apache/echarts/pull/19410#discussion_r1429177707 ## src/export/core.ts: ## @@ -93,11 +93,17 @@ type GetDependency = { type GetDependencies = GetDependency]>; +// Retrieves the keys of a type that are not

(echarts-handbook) branch gh-pages updated (fbe6894 -> c1181af)

2023-12-17 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch gh-pages in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git discard fbe6894 Deploying to gh-pages from @

(echarts-handbook) branch master updated: preconnect to docsearch server to make the first query faster

2023-12-17 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git The following commit(s) were added to refs/heads/master by this push: new bd65bf9 preconnect to docsearch