Re: [I] Chart resize is not correct in some case of flex box layout. [echarts]

2024-01-25 Thread via GitHub
yourSwiftie2023 commented on issue #11791: URL: https://github.com/apache/echarts/issues/11791#issuecomment-1911524030 > overflow:hidden 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

[I] [Feature] Map Marker Clustering [echarts]

2024-01-25 Thread via GitHub
drush opened a new issue, #19554: URL: https://github.com/apache/echarts/issues/19554 ### What problem does this feature solve? When plotting lat/lon locations on maps, the density of points and information that can be discerned by the chart is affecting by the level of zoom.

Re: [PR] fix(tooltip): get opacity from series visual [echarts]

2024-01-25 Thread via GitHub
Ovilia commented on code in PR #19552: URL: https://github.com/apache/echarts/pull/19552#discussion_r1467193705 ## src/component/tooltip/tooltipMarkup.ts: ## @@ -480,9 +480,8 @@ export function retrieveVisualColorForTooltipMarker( export function

Re: [PR] fix(tooltip): get opacity from series visual [echarts]

2024-01-25 Thread via GitHub
Ovilia commented on code in PR #19552: URL: https://github.com/apache/echarts/pull/19552#discussion_r1467189581 ## src/component/tooltip/seriesFormatTooltip.ts: ## @@ -48,7 +48,7 @@ export function defaultSeriesFormatTooltip(opt: { const value =

Re: [I] [Bug] echarts 事件问题,mousemove 无法监听鼠标在图形外的区域 [echarts]

2024-01-25 Thread via GitHub
w-bo commented on issue #19553: URL: https://github.com/apache/echarts/issues/19553#issuecomment-1911340862 图片上的是 mousemove 事件,打错了 -- 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] [Bug] echarts 事件问题,mouseover 无法监听鼠标在图形外的区域 [echarts]

2024-01-25 Thread via GitHub
echarts-bot[bot] commented on issue #19553: URL: https://github.com/apache/echarts/issues/19553#issuecomment-1911324132 @w-bo 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] echarts 事件问题,mouseover 无法监听鼠标在图形外的区域 [echarts]

2024-01-25 Thread via GitHub
w-bo opened a new issue, #19553: URL: https://github.com/apache/echarts/issues/19553 ### Version 5.4.3 ### Link to Minimal Reproduction none ### Steps to Reproduce 基于项目的需求,写了一个案例 1. 下载官网相应版本的 k 线图 2. 通过实例监听 `mouseover`

Re: [I] "When a minimum value is provided, intervals are not equally spaced." [echarts]

2024-01-25 Thread via GitHub
helgasoft commented on issue #19550: URL: https://github.com/apache/echarts/issues/19550#issuecomment-1911313612 try adding ```minInterval:40, maxInterval:40,``` Just any value won't do, but it gives you some level of control.

Re: [I] 请问 Apache ECharts 什么可以开发个弧线图相关组件 [echarts]

2024-01-25 Thread via GitHub
github-actions[bot] commented on issue #16412: URL: https://github.com/apache/echarts/issues/16412#issuecomment-1910992487 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

Re: [I] [Bug] turn off the highlighting effect on mouse over [echarts]

2024-01-25 Thread via GitHub
github-actions[bot] commented on issue #16383: URL: https://github.com/apache/echarts/issues/16383#issuecomment-1910992391 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] Simple Scrollbar (or Slider Zoomlock Working properly) [echarts]

2024-01-25 Thread via GitHub
github-actions[bot] commented on issue #15340: URL: https://github.com/apache/echarts/issues/15340#issuecomment-1910992289 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

Re: [I] [Feature] echarts地图点击提供的信息能否包含对应的adcode,或者提供完整的properties [echarts]

2024-01-25 Thread via GitHub
github-actions[bot] commented on issue #16426: URL: https://github.com/apache/echarts/issues/16426#issuecomment-1910992521 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

Re: [I] [Bug] turn off the highlighting effect on mouse over [echarts]

2024-01-25 Thread via GitHub
github-actions[bot] closed issue #16383: [Bug] turn off the highlighting effect on mouse over URL: https://github.com/apache/echarts/issues/16383 -- 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] fix(radar): make radar label can break by word when user set width. #14449 [echarts]

2024-01-25 Thread via GitHub
github-actions[bot] commented on PR #14793: URL: https://github.com/apache/echarts/pull/14793#issuecomment-1910992246 This PR has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it

Re: [I] "this.__layers is null" error clicking on a chart that has a legend or toolbox [echarts]

2024-01-25 Thread via GitHub
dsargent commented on issue #18459: URL: https://github.com/apache/echarts/issues/18459#issuecomment-1910773176 I don't have bandwidth to create a reproducible demo and we found a workaround by doing things in a different way, so feel free to close. -- This is an automated message from

Re: [I] "this.__layers is null" error clicking on a chart that has a legend or toolbox [echarts]

2024-01-25 Thread via GitHub
dsargent closed issue #18459: "this.__layers is null" error clicking on a chart that has a legend or toolbox URL: https://github.com/apache/echarts/issues/18459 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] freeze 3x on svg even we are not interact with the svg nightmare [echarts]

2024-01-25 Thread via GitHub
neonarc4 commented on issue #19544: URL: https://github.com/apache/echarts/issues/19544#issuecomment-1910760824 sure i will do it tomorrow -- 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] fix(tooltip): get opacity from series visual [echarts]

2024-01-25 Thread via GitHub
github-actions[bot] commented on PR #19552: URL: https://github.com/apache/echarts/pull/19552#issuecomment-1910448775 The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-19552@77c707a -- This is an automated message from the

Re: [PR] fix(tooltip): get opacity from series visual [echarts]

2024-01-25 Thread via GitHub
echarts-bot[bot] commented on PR #19552: URL: https://github.com/apache/echarts/pull/19552#issuecomment-1910437068 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)

[PR] fix(tooltip): get opacity from series visual [echarts]

2024-01-25 Thread via GitHub
linghaoSu opened a new pull request, #19552: URL: https://github.com/apache/echarts/pull/19552 ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others fix bug introduced from

Re: [I] [Bug] GEO坐标系下使用lines系列画线,存在重复绘制的问题 [echarts]

2024-01-25 Thread via GitHub
echarts-bot[bot] commented on issue #19551: URL: https://github.com/apache/echarts/issues/19551#issuecomment-1910247335 @hanfengcan 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] GEO坐标系下使用lines系列画线,存在重复绘制的问题 [echarts]

2024-01-25 Thread via GitHub
hanfengcan opened a new issue, #19551: URL: https://github.com/apache/echarts/issues/19551 ### Version 5.4.3 ### Link to Minimal Reproduction 无 ### Steps to Reproduce 1、Ctrl+滚轮缩放窗口大小,或者反复全屏浏览器。 2、缩放后,使用setOption画轨迹线。

Re: [I] freeze 3x on svg even we are not interact with the svg nightmare [echarts]

2024-01-25 Thread via GitHub
plainheart commented on issue #19544: URL: https://github.com/apache/echarts/issues/19544#issuecomment-1910221979 @neonarc4 Thank you for your feedback on the performance issue of the SVG renderer. Is it possible to provide a simple demo without any framework for reproduction? -- This

Re: [I] "When a minimum value is provided, intervals are not equally spaced." [echarts]

2024-01-25 Thread via GitHub
RahulVishK commented on issue #19550: URL: https://github.com/apache/echarts/issues/19550#issuecomment-1910134804 option = { xAxis: { type: 'category', data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'] }, yAxis: { type: 'value', min :40, //

[I] "When a minimum value is provided, intervals are not consistently equally spaced at times." [echarts]

2024-01-25 Thread via GitHub
RahulVishK opened a new issue, #19550: URL: https://github.com/apache/echarts/issues/19550 ### Version 5.4.3 ### Link to Minimal Reproduction

Re: [PR] fix(axis):fix radar axisName.overflow not correct work [echarts]

2024-01-25 Thread via GitHub
github-actions[bot] commented on PR #19546: URL: https://github.com/apache/echarts/pull/19546#issuecomment-1910113555 The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-19546@db53c7b -- This is an automated message from the

Re: [PR] fix(ssr): hovering legend items should not trigger tooltip [echarts]

2024-01-25 Thread via GitHub
github-actions[bot] commented on PR #19549: URL: https://github.com/apache/echarts/pull/19549#issuecomment-1910109639 The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-19549@e14cc9a -- This is an automated message from the

Re: [I] [Bug] 智能吸附指针pointerSize无效,是否提供个示例 [echarts]

2024-01-25 Thread via GitHub
Ovilia commented on issue #19540: URL: https://github.com/apache/echarts/issues/19540#issuecomment-1910104944 It may be a bug. I will check it later. -- 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

Re: [PR] fix(ssr): hovering legend items should not trigger tooltip [echarts]

2024-01-25 Thread via GitHub
echarts-bot[bot] commented on PR #19549: URL: https://github.com/apache/echarts/pull/19549#issuecomment-1910100758 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)

[PR] fix(ssr): hovering legend items should not trigger tooltip [echarts]

2024-01-25 Thread via GitHub
Ovilia opened a new pull request, #19549: URL: https://github.com/apache/echarts/pull/19549 fix a bug introduced by #18381 ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does

(echarts) 01/01: fix(ssr): hovering legend items should not trigger tooltip

2024-01-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch release-dev in repository https://gitbox.apache.org/repos/asf/echarts.git commit e14cc9a04bf01bd53047fe112993d5afd1053752 Author: Ovilia AuthorDate: Thu Jan 25 16:08:05 2024 +0800 fix(ssr):

(echarts) branch release-dev updated (dd53fc9f1 -> e14cc9a04)

2024-01-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch release-dev in repository https://gitbox.apache.org/repos/asf/echarts.git from dd53fc9f1 fix(endLabel): remove check of inner add c1a157ee9 WIP(ssr): add meta-data and test case #18334

(echarts) branch module_default_esm_fix deleted (was d403486da)

2024-01-25 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch module_default_esm_fix in repository https://gitbox.apache.org/repos/asf/echarts.git was d403486da fix: (1) fix that some old version bundler (like rollup) do not recognize wildcard that

Re: [PR] Merge master to release for v5.5.0 [echarts]

2024-01-25 Thread via GitHub
Ovilia commented on PR #19532: URL: https://github.com/apache/echarts/pull/19532#issuecomment-1909836111 # Failed Visual Test Report | Failed test file name | Expected to fail | Related PR | Note | Before | After | Diff | |-|-|-|-|-|-|-| | dataSelect | ❌ | Maybe SSR @Ovilia |

Re: [I] [Bug] 地图柱状图变形动画卡死 [echarts]

2024-01-25 Thread via GitHub
echarts-bot[bot] commented on issue #19548: URL: https://github.com/apache/echarts/issues/19548#issuecomment-1909785507 @LemonTree-XGG 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

Re: [I] [Bug] Cannot set minimum/fix margin between each label/item on y-axis in gantt chart [echarts]

2024-01-25 Thread via GitHub
soniagtm closed issue #19542: [Bug] Cannot set minimum/fix margin between each label/item on y-axis in gantt chart URL: https://github.com/apache/echarts/issues/19542 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] [Bug] Cannot set minimum/fix margin between each label/item on y-axis in gantt chart [echarts]

2024-01-25 Thread via GitHub
soniagtm commented on issue #19542: URL: https://github.com/apache/echarts/issues/19542#issuecomment-1909706688 I was thinking of the same solution, but it would have been much easier if there was a configuration option for this case. Thank you very much for your help; I'll close

Re: [PR] feat(custom-series): add `seriesData` and `seriesDataItem` to `renderItem` callback [echarts]

2024-01-25 Thread via GitHub
yassilah commented on PR #17959: URL: https://github.com/apache/echarts/pull/17959#issuecomment-1909615740 Hi @Ovilia, is there anything I need to add/change to get this PR merged? Or do you think it's not a feature you'd like to see added? :) -- This is an automated message from the

Re: [PR] feat: allow labelLinePoints on other series [echarts]

2024-01-25 Thread via GitHub
yassilah commented on PR #17752: URL: https://github.com/apache/echarts/pull/17752#issuecomment-1909609248 Hi @Ovilia, is there anything I need to add to get this PR merged? :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] fix: use valueAxis minimum value instead of "1" on log axes [echarts]

2024-01-25 Thread via GitHub
yassilah commented on PR #17726: URL: https://github.com/apache/echarts/pull/17726#issuecomment-1909607195 Hi @Ovilia, is there anything I need to add to get this PR merged? :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub