Re: [I] echarts-gl 坐标轴闪烁 [echarts]

2024-01-28 Thread via GitHub


baight commented on issue #19559:
URL: https://github.com/apache/echarts/issues/19559#issuecomment-1914121408

   I found that, the axis label text length changing, causing the mess and 
flashing.
   the solution I found finally is making the label text length not changing:
   ```
   let options = {
   ...
   xAxis3D: { 
   axisLabel: { formatter: (value: number) => value.toFixed(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 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



Re: [I] echarts-gl 坐标轴闪烁 [echarts]

2024-01-28 Thread via GitHub


baight commented on issue #19559:
URL: https://github.com/apache/echarts/issues/19559#issuecomment-1914064300

   This is a picture I screenshot that why the axis label flashes.
   
![image](https://github.com/apache/echarts/assets/8349014/21faed35-19a6-4041-a475-2571aed7d954)
   


-- 
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



[I] [Feature] 主题配置-新增 label 字体样式配置 [echarts]

2024-01-28 Thread via GitHub


WangJincheng4869 opened a new issue, #19561:
URL: https://github.com/apache/echarts/issues/19561

   ### What problem does this feature solve?
   
   目前主题设计器并不完善,不支持饼图自定义配置。无法修改饼图 label 的字体,无法去除描边。
   
![image](https://github.com/apache/echarts/assets/41162158/3a81b66e-710d-4059-91e2-aa90d25744e8)
   
   ### What does the proposed API look like?
   
   请支持饼图自定义配置


-- 
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.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



Re: [I] [Feature] 主题配置-新增 label 字体样式配置 [echarts]

2024-01-28 Thread via GitHub


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

   @WangJincheng4869 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] Theme configuration-new label font style configuration
   
   **BODY**
   
   ### What problem does this feature solve?
   
   Currently, the theme designer is not complete and does not support custom 
pie chart configurations. You can't modify the font of the pie chart label, you 
can't remove the stroke.
   
![image](https://github.com/apache/echarts/assets/41162158/3a81b66e-710d-4059-91e2-aa90d25744e8)
   
   ### What does the proposed API look like?
   
   Please support custom pie chart configurations
   


-- 
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 release-dev updated (e14cc9a04 -> 0392fb309)

2024-01-28 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 e14cc9a04 fix(ssr): hovering legend items should not trigger tooltip
 add 0392fb309 fix(ssr): call registerSSRDataGetter only with ssr

No new revisions were added by this update.

Summary of changes:
 src/core/echarts.ts | 26 ++
 1 file changed, 14 insertions(+), 12 deletions(-)


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



[I] [Bug] Option 'target=ES3' is deprecated and will stop functioning in TypeScript 5.5. Specify compilerOption '"ignoreDeprecations": "5.0"' to silence this error. [echarts]

2024-01-28 Thread via GitHub


WangJincheng4869 opened a new issue, #19560:
URL: https://github.com/apache/echarts/issues/19560

   ### Version
   
   5.4.3
   
   ### Link to Minimal Reproduction
   
   Option 'target=ES3' is deprecated and will stop functioning in TypeScript 
5.5. Specify compilerOption '"ignoreDeprecations": "5.0"' to silence this error.
   
   ### Steps to Reproduce
   
   `Option 'target=ES3' is deprecated and will stop functioning in TypeScript 
5.5. Specify compilerOption '"ignoreDeprecations": "5.0"' to silence this 
error.`
   
   ### Current Behavior
   
   报错:`Option 'target=ES3' is deprecated and will stop functioning in 
TypeScript 5.5. Specify compilerOption '"ignoreDeprecations": "5.0"' to silence 
this error.`
   
   是否可以考虑使用更高版本???
   
   ### Expected Behavior
   
   不报错 `Option 'target=ES3' is deprecated and will stop functioning in 
TypeScript 5.5. Specify compilerOption '"ignoreDeprecations": "5.0"' to silence 
this error.`
   
   ### Environment
   
   _No response_
   
   ### Any additional comments?
   
   _No response_


-- 
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.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



[I] echarts-gl 坐标轴闪烁 [echarts]

2024-01-28 Thread via GitHub


baight opened a new issue, #19559:
URL: https://github.com/apache/echarts/issues/19559

   ### Version
   
   5.4.3
   
   ### Link to Minimal Reproduction
   
   https://codesandbox.io/p/sandbox/loving-aj-h9ndz4
   
   ### Steps to Reproduce
   
   when refresh echarts options every 100ms, the xAxis3D、yAxis3D、zAxis3D label 
flash continually.
   even if update options every 1000ms, the axis label also flash continually.
   
   ### Current Behavior
   
   when I update echart options, the axis label flash continually.
   
   ### Expected Behavior
   
   when I update echart options, the axis do not flash.
   
   ### Environment
   
   ```markdown
   - OS: Windows 10
   - Browser: Microsoft Edge
   - Framework: vue@3
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
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.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



Re: [I] echarts-gl 坐标轴闪烁 [echarts]

2024-01-28 Thread via GitHub


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

   @baight 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**
   
   echarts-gl axis flashes
   


-- 
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



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

2024-01-28 Thread via GitHub


plainheart commented on code in PR #19549:
URL: https://github.com/apache/echarts/pull/19549#discussion_r1469039918


##
src/component/legend/LegendView.ts:
##
@@ -226,12 +226,14 @@ class LegendView extends ComponentView {
 .on('mouseover', curry(dispatchHighlightAction, 
seriesModel.name, null, api, excludeSeriesId))
 .on('mouseout', curry(dispatchDownplayAction, 
seriesModel.name, null, api, excludeSeriesId));
 
-itemGroup.eachChild(child => {
-const ecData = getECData(child);
-ecData.seriesIndex = seriesModel.seriesIndex;
-ecData.dataIndex = dataIndex;
-ecData.ssrType = 'legend';
-});
+if (ecModel.ssr) {

Review Comment:
   Similarly, can we conditionally register the SSR data getter only when `ssr` 
is enabled?
   
   
https://github.com/apache/echarts/blob/6b8fae82eb5fbd1042b6262dd6b5d39d9adbf373/src/core/echarts.ts#L430-L453
   



-- 
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



[I] [Bug] `series.itemStyle.opacity` is not respected by `tooltip` [echarts]

2024-01-28 Thread via GitHub


Geloosa opened a new issue, #18912:
URL: https://github.com/apache/echarts/issues/18912

   ### Version
   
   5.4.3
   
   ### Link to Minimal Reproduction
   
   https://jsfiddle.net/Oliya/gyqrd3fz/2/
   
   ### Steps to Reproduce
   
   Set `series.itemStyle.opacity` to `< 1` and show the tooltip.
   
   ### Current Behavior
   
   `series.itemStyle.opacity` is respected by the graph items and legend, but 
in tooltip markers opacity is always `1` for all the series:
   
![image](https://github.com/apache/echarts/assets/21263476/93b0911a-0ac5-49a1-9247-018774209959)
   
   
   ### Expected Behavior
   
   Tooltip should draw markers with the requested opacity. 
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


-- 
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.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 revert-18921-fix/tooltip-color deleted (was 1b1284fff)

2024-01-28 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

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


 was 1b1284fff Revert "fix(tooltip): fix opacity not work in tooltip marker"

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



Re: [PR] Revert "fix(tooltip): fix opacity not work in tooltip marker" [echarts]

2024-01-28 Thread via GitHub


echarts-bot[bot] commented on PR #19558:
URL: https://github.com/apache/echarts/pull/19558#issuecomment-1913878947

   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 #19558 from apache/revert-18921-fix/tooltip-color

2024-01-28 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 2a43d110b86a43aa26135aac20c6dc53d1cef906
Merge: 61af51385 1b1284fff
Author: Wenli Zhang 
AuthorDate: Mon Jan 29 11:00:41 2024 +0800

Merge pull request #19558 from apache/revert-18921-fix/tooltip-color

Revert "fix(tooltip): fix opacity not work in tooltip marker"

 src/component/tooltip/TooltipView.ts |   2 +-
 src/component/tooltip/seriesFormatTooltip.ts |   5 +-
 src/component/tooltip/tooltipMarkup.ts   |  20 +---
 src/model/mixin/dataFormat.ts|   2 -
 src/util/format.ts   |   8 +-
 src/util/types.ts|   1 -
 test/runTest/actions/__meta__.json   |   1 -
 test/runTest/actions/tooltip-opacity.json|   1 -
 test/tooltip-opacity.html| 144 ---
 9 files changed, 7 insertions(+), 177 deletions(-)


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



(echarts) branch release updated (61af51385 -> 2a43d110b)

2024-01-28 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 61af51385 Merge pull request #19543 from apache/module_default_esm_fix
 add 1b1284fff Revert "fix(tooltip): fix opacity not work in tooltip marker"
 new 2a43d110b Merge pull request #19558 from 
apache/revert-18921-fix/tooltip-color

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/tooltip/TooltipView.ts |   2 +-
 src/component/tooltip/seriesFormatTooltip.ts |   5 +-
 src/component/tooltip/tooltipMarkup.ts   |  20 +---
 src/model/mixin/dataFormat.ts|   2 -
 src/util/format.ts   |   8 +-
 src/util/types.ts|   1 -
 test/runTest/actions/__meta__.json   |   1 -
 test/runTest/actions/tooltip-opacity.json|   1 -
 test/tooltip-opacity.html| 144 ---
 9 files changed, 7 insertions(+), 177 deletions(-)
 delete mode 100644 test/runTest/actions/tooltip-opacity.json
 delete mode 100644 test/tooltip-opacity.html


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



Re: [PR] Revert "fix(tooltip): fix opacity not work in tooltip marker" [echarts]

2024-01-28 Thread via GitHub


Ovilia merged PR #19558:
URL: https://github.com/apache/echarts/pull/19558


-- 
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



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

2024-01-28 Thread via GitHub


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

   > @Ovilia I'm new to Apache & I've read the contributing file, if you could 
give me this issue, I shall try to fix it. Thanks :)
   
   That would be great! Please follow the instructions in the 
[wiki](https://github.com/apache/echarts/wiki).


-- 
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



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

2024-01-28 Thread via GitHub


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

   @hanfengcan Please provide a demo for the issue either with [Official 
Editor](https://echarts.apache.org/examples/editor.html), 
[CodePen](https://codepen.io/Ovilia/pen/dyYWXWM), 
[CodeSandbox](https://codesandbox.io/s/echarts-basic-example-template-mpfz1s) 
or [JSFiddle](https://jsfiddle.net/plainheart/e46ozpqj/7/).


-- 
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



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

2024-01-28 Thread via GitHub


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

   
https://echarts.apache.org/handbook/zh/concepts/event#%E7%9B%91%E5%90%AC%E2%80%9C%E7%A9%BA%E7%99%BD%E5%A4%84%E2%80%9D%E7%9A%84%E4%BA%8B%E4%BB%B6


-- 
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



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

2024-01-28 Thread via GitHub


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

   This should be a useful feature to have. Since Google Maps support this 
feature, an easy way to do is to make a pull request to a Google Maps ECharts 
Extension like 
[echarts-extension-gmap](https://github.com/plainheart/echarts-extension-gmap).


-- 
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



Re: [PR] Revert "fix(tooltip): fix opacity not work in tooltip marker" [echarts]

2024-01-28 Thread via GitHub


github-actions[bot] commented on PR #19558:
URL: https://github.com/apache/echarts/pull/19558#issuecomment-1913862176

   
   The changes brought by this PR can be previewed at: 
https://echarts.apache.org/examples/editor?version=PR-19558@1b1284f
   


-- 
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



Re: [PR] Revert "fix(tooltip): fix opacity not work in tooltip marker" [echarts]

2024-01-28 Thread via GitHub


echarts-bot[bot] commented on PR #19558:
URL: https://github.com/apache/echarts/pull/19558#issuecomment-1913857430

   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.
   
   To reviewers: If this PR is going to be described in the changelog in the 
future release, please make sure this PR has one of the following labels: `PR: 
doc ready`, `PR: awaiting doc`, `PR: doc unchanged`
   
   This message is shown because the PR description doesn't contain the 
document related template.


-- 
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



[PR] Revert "fix(tooltip): fix opacity not work in tooltip marker" [echarts]

2024-01-28 Thread via GitHub


linghaoSu opened a new pull request, #19558:
URL: https://github.com/apache/echarts/pull/19558

   Reverts apache/echarts#18921


-- 
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: Revert "fix(tooltip): fix opacity not work in tooltip marker"

2024-01-28 Thread sulinghao
This is an automated email from the ASF dual-hosted git repository.

sulinghao pushed a commit to branch revert-18921-fix/tooltip-color
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit 1b1284fff6e0282a195b9c154a3d6cd123cfc925
Author: Linghao Su 
AuthorDate: Mon Jan 29 10:28:18 2024 +0800

Revert "fix(tooltip): fix opacity not work in tooltip marker"
---
 src/component/tooltip/TooltipView.ts |   2 +-
 src/component/tooltip/seriesFormatTooltip.ts |   5 +-
 src/component/tooltip/tooltipMarkup.ts   |  20 +---
 src/model/mixin/dataFormat.ts|   2 -
 src/util/format.ts   |   8 +-
 src/util/types.ts|   1 -
 test/runTest/actions/__meta__.json   |   1 -
 test/runTest/actions/tooltip-opacity.json|   1 -
 test/tooltip-opacity.html| 144 ---
 9 files changed, 7 insertions(+), 177 deletions(-)

diff --git a/src/component/tooltip/TooltipView.ts 
b/src/component/tooltip/TooltipView.ts
index 461db0174..5600dc292 100644
--- a/src/component/tooltip/TooltipView.ts
+++ b/src/component/tooltip/TooltipView.ts
@@ -573,7 +573,7 @@ class TooltipView extends ComponentView {
 // Pre-create marker style for makers. Users can assemble 
richText
 // text in `formatter` callback and use those markers 
style.
 cbParams.marker = markupStyleCreator.makeTooltipMarker(
-'item', convertToColorString(cbParams.color), 
renderMode, cbParams.opacity
+'item', convertToColorString(cbParams.color), 
renderMode
 );
 
 const seriesTooltipResult = normalizeTooltipFormatResult(
diff --git a/src/component/tooltip/seriesFormatTooltip.ts 
b/src/component/tooltip/seriesFormatTooltip.ts
index cdc3b7979..714cac2df 100644
--- a/src/component/tooltip/seriesFormatTooltip.ts
+++ b/src/component/tooltip/seriesFormatTooltip.ts
@@ -24,8 +24,7 @@ import {
 retrieveVisualColorForTooltipMarker,
 TooltipMarkupBlockFragment,
 createTooltipMarkup,
-TooltipMarkupSection,
-retrieveVisualOpacityForTooltipMarker
+TooltipMarkupSection
 } from './tooltipMarkup';
 import { retrieveRawValue } from '../../data/helper/dataProvider';
 import { isNameSpecified } from '../../util/model';
@@ -48,7 +47,6 @@ export function defaultSeriesFormatTooltip(opt: {
 const value = series.getRawValue(dataIndex) as any;
 const isValueArr = isArray(value);
 const markerColor = retrieveVisualColorForTooltipMarker(series, dataIndex);
-const markerOpacity = retrieveVisualOpacityForTooltipMarker(series, 
dataIndex);
 
 // Complicated rule for pretty tooltip.
 let inlineValue;
@@ -88,7 +86,6 @@ export function defaultSeriesFormatTooltip(opt: {
 createTooltipMarkup('nameValue', {
 markerType: 'item',
 markerColor: markerColor,
-opacity: markerOpacity,
 // Do not mix display seriesName and itemName in one tooltip,
 // which might confuses users.
 name: inlineName,
diff --git a/src/component/tooltip/tooltipMarkup.ts 
b/src/component/tooltip/tooltipMarkup.ts
index a277dad27..c416dad5d 100644
--- a/src/component/tooltip/tooltipMarkup.ts
+++ b/src/component/tooltip/tooltipMarkup.ts
@@ -149,7 +149,6 @@ export interface TooltipMarkupNameValueBlock extends 
TooltipMarkupBlock {
 // If `!markerType`, tooltip marker is not used.
 markerType?: TooltipMarkerType;
 markerColor?: ColorString;
-opacity?: number;
 name?: string;
 // Also support value is `[121, 555, 94.2]`.
 value?: unknown | unknown[];
@@ -326,8 +325,7 @@ function buildNameValue(
 : ctx.markupStyleCreator.makeTooltipMarker(
 fragment.markerType,
 fragment.markerColor || '#333',
-renderMode,
-fragment.opacity
+renderMode
 );
 const readableName = noName
 ? ''
@@ -478,16 +476,6 @@ export function retrieveVisualColorForTooltipMarker(
 return convertToColorString(color);
 }
 
-export function retrieveVisualOpacityForTooltipMarker(
-series: SeriesModel,
-dataIndex: number
-): number {
-const style = series.getData().getItemVisual(dataIndex, 'style');
-const opacity = style.opacity;
-return opacity;
-}
-
-
 export function getPaddingFromTooltipModel(
 model: Model,
 renderMode: TooltipRenderMode
@@ -521,8 +509,7 @@ export class TooltipMarkupStyleCreator {
 makeTooltipMarker(
 markerType: TooltipMarkerType,
 colorStr: ColorString,
-renderMode: TooltipRenderMode,
-opacity?: number
+renderMode: TooltipRenderMode
 ): string {
 const markerId = renderMode === 'richText'
 ? this._generateStyleName()
@@ -531,8 +518,7 @@ export class TooltipMarkupStyleCreator {
 color: colorStr,
  

(echarts) branch revert-18921-fix/tooltip-color created (now 1b1284fff)

2024-01-28 Thread sulinghao
This is an automated email from the ASF dual-hosted git repository.

sulinghao pushed a change to branch revert-18921-fix/tooltip-color
in repository https://gitbox.apache.org/repos/asf/echarts.git


  at 1b1284fff Revert "fix(tooltip): fix opacity not work in tooltip marker"

This branch includes the following new commits:

 new 1b1284fff Revert "fix(tooltip): fix opacity not work in tooltip marker"

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



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

2024-01-28 Thread via GitHub


Ovilia commented on code in PR #19552:
URL: https://github.com/apache/echarts/pull/19552#discussion_r1469012760


##
src/component/tooltip/tooltipMarkup.ts:
##
@@ -480,9 +480,8 @@ export function retrieveVisualColorForTooltipMarker(
 
 export function retrieveVisualOpacityForTooltipMarker(
 series: SeriesModel,
-dataIndex: number
 ): number {
-const style = series.getData().getItemVisual(dataIndex, 'style');
+const style = series.getData().getVisual('style');

Review Comment:
   I don't think so. The color should remain the same just as `emphasis` color 
should not be used when hovered.



-- 
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



Re: [I] chart doesn't show tooltip when mouseOver if the amount of data is huge and the trigger is 'item'[Bug] [echarts]

2024-01-28 Thread via GitHub


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

   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



Re: [I] [Bug] rem在ios15上面会失效 [echarts]

2024-01-28 Thread via GitHub


github-actions[bot] closed issue #16399: [Bug] rem在ios15上面会失效
URL: https://github.com/apache/echarts/issues/16399


-- 
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



Re: [I] [Bug] rem在ios15上面会失效 [echarts]

2024-01-28 Thread via GitHub


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

   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



Re: [I] [Bug] 在visualMap中的pieces中分段设置symbol自定义mage://data:image/png;base64,xxx 定义一项后会影响其它分段 [echarts]

2024-01-28 Thread via GitHub


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

   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



Re: [I] [Feature] Log Axis support x-axis log [echarts]

2024-01-28 Thread via GitHub


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

   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



Re: [I] 热力图 使用setOption改变数据,不能实现局部刷新[Bug] [echarts]

2024-01-28 Thread via GitHub


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

   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



Re: [I] types error[Bug] [echarts]

2024-01-28 Thread via GitHub


github-actions[bot] closed issue #16396: types error[Bug] 
URL: https://github.com/apache/echarts/issues/16396


-- 
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



Re: [I] types error[Bug] [echarts]

2024-01-28 Thread via GitHub


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

   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



Re: [I] [Bug] 在visualMap中的pieces中分段设置symbol自定义mage://data:image/png;base64,xxx 定义一项后会影响其它分段 [echarts]

2024-01-28 Thread via GitHub


github-actions[bot] closed issue #16397: [Bug] 
在visualMap中的pieces中分段设置symbol自定义mage://data:image/png;base64,xxx 定义一项后会影响其它分段
URL: https://github.com/apache/echarts/issues/16397


-- 
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



Re: [I] 热力图 使用setOption改变数据,不能实现局部刷新[Bug] [echarts]

2024-01-28 Thread via GitHub


github-actions[bot] closed issue #16377: 热力图 使用setOption改变数据,不能实现局部刷新[Bug] 
URL: https://github.com/apache/echarts/issues/16377


-- 
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



Re: [I] wrong value and placement for markPoint on stacked bar series [echarts]

2024-01-28 Thread via GitHub


github-actions[bot] closed issue #15591: wrong value and placement for 
markPoint on stacked bar series
URL: https://github.com/apache/echarts/issues/15591


-- 
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



Re: [I] wrong value and placement for markPoint on stacked bar series [echarts]

2024-01-28 Thread via GitHub


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

   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



Re: [I] Support corner radius on treemap / pie / sunburst... [echarts]

2024-01-28 Thread via GitHub


simonwep commented on issue #13123:
URL: https://github.com/apache/echarts/issues/13123#issuecomment-1913639402

   I second this, I'd be awesome to round off these edges:
   https://github.com/apache/echarts/assets/30767528/ebf0bf23-bcc7-4bc4-9bb4-e6552b65b0be;>
   
   


-- 
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