Re: [I] [Bug] how to add tooltip for y-axis label on hover in horizontal bar chart [echarts]

2025-05-21 Thread via GitHub
kishore-uc commented on issue #20984: URL: https://github.com/apache/echarts/issues/20984#issuecomment-290443 version is "" "echarts": "^5.6.0", yAxis: { type: 'category', tooltip: { show: true, }, data: [''], axisLabel: {

Re: [PR] fix(legend): fix dataItem undefined error [echarts]

2025-05-21 Thread via GitHub
jcuenod commented on PR #18390: URL: https://github.com/apache/echarts/pull/18390#issuecomment-2899385272 @Ovilia What happened to this PR? I've just run into this issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] [Bug] how to add tooltip for y-axis label on hover in horizontal bar chart [echarts]

2025-05-21 Thread via GitHub
helgasoft commented on issue #20984: URL: https://github.com/apache/echarts/issues/20984#issuecomment-2899291895 > yAxis show tooltip true, primary gets added on tooltip [yAxis.axisLabel](https://echarts.apache.org/en/option.html#yAxis.axisLabel]) has _formatter_ and _rich_, but

Re: [I] [Feature] 如何实现柱状图鼠标滑过,柱子变大的效果? [echarts]

2025-05-21 Thread via GitHub
github-actions[bot] commented on issue #18649: URL: https://github.com/apache/echarts/issues/18649#issuecomment-2899230969 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

Re: [I] Disable Radar Chart Axis Labels[Feature] [echarts]

2025-05-21 Thread via GitHub
github-actions[bot] commented on issue #16652: URL: https://github.com/apache/echarts/issues/16652#issuecomment-2899230656 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

Re: [I] Adding margin between yAxis labels [echarts]

2025-05-21 Thread via GitHub
github-actions[bot] commented on issue #18644: URL: https://github.com/apache/echarts/issues/18644#issuecomment-2899230910 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

Re: [I] [Bug] areaStyle origin start/end not work propley when yAxis.type='value' [echarts]

2025-05-21 Thread via GitHub
github-actions[bot] closed issue #18628: [Bug] areaStyle origin start/end not work propley when yAxis.type='value' URL: https://github.com/apache/echarts/issues/18628 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [I] [Bug] areaStyle origin start/end not work propley when yAxis.type='value' [echarts]

2025-05-21 Thread via GitHub
github-actions[bot] commented on issue #18628: URL: https://github.com/apache/echarts/issues/18628#issuecomment-2899230832 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

Re: [I] 饼图引导线能否实现末端自定义形状 [echarts]

2025-05-21 Thread via GitHub
github-actions[bot] commented on issue #15321: URL: https://github.com/apache/echarts/issues/15321#issuecomment-2899230582 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

Re: [I] 饼图引导线能否实现末端自定义形状 [echarts]

2025-05-21 Thread via GitHub
github-actions[bot] closed issue #15321: 饼图引导线能否实现末端自定义形状 URL: https://github.com/apache/echarts/issues/15321 -- 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-

Re: [I] echarts关系图中高亮的highlight事件不明显 [echarts]

2025-05-21 Thread via GitHub
github-actions[bot] commented on issue #6026: URL: https://github.com/apache/echarts/issues/6026#issuecomment-2899230479 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

Re: [I] echarts关系图中高亮的highlight事件不明显 [echarts]

2025-05-21 Thread via GitHub
github-actions[bot] closed issue #6026: echarts关系图中高亮的highlight事件不明显 URL: https://github.com/apache/echarts/issues/6026 -- 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 unsub

Re: [I] [Bug] barCategoryGap causes X-axis bounds to change [echarts]

2025-05-21 Thread via GitHub
helgasoft commented on issue #20982: URL: https://github.com/apache/echarts/issues/20982#issuecomment-2899150423 Yes, that's logical - _barCategoryGap_ is incompatible with a time xAxis min & max. They cannot work together. Either set the bounds and let ECharts handle the gap automaticall

Re: [I] [Bug] barCategoryGap causes X-axis bounds to change [echarts]

2025-05-21 Thread via GitHub
selunders commented on issue #20982: URL: https://github.com/apache/echarts/issues/20982#issuecomment-2899199102 Ah that would explain it then. I had assumed they would work together since they seem to when there are [more than 2 datapoints](https://echarts.apache.org/examples/en/editor.htm

Re: [I] [Bug] barCategoryGap causes X-axis bounds to change [echarts]

2025-05-21 Thread via GitHub
selunders closed issue #20982: [Bug] barCategoryGap causes X-axis bounds to change URL: https://github.com/apache/echarts/issues/20982 -- 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 co

Re: [I] [Bug] barCategoryGap causes X-axis bounds to change [echarts]

2025-05-21 Thread via GitHub
selunders commented on issue #20982: URL: https://github.com/apache/echarts/issues/20982#issuecomment-2899105241 > the expectation is that the min/max bounds values that are supplied to the x-axis are respected ... > > ``` > xAxis: { > type: 'time', > min: 1747638

Re: [I] [Bug] barCategoryGap causes X-axis bounds to change [echarts]

2025-05-21 Thread via GitHub
joranbeasley commented on issue #20982: URL: https://github.com/apache/echarts/issues/20982#issuecomment-2899098756 the expectation is that the min/max bounds values that are supplied to the x-axis are respected ... ``` xAxis: { type: 'time', min: 174763800, m

Re: [I] [Bug] barCategoryGap causes X-axis bounds to change [echarts]

2025-05-21 Thread via GitHub
helgasoft commented on issue #20982: URL: https://github.com/apache/echarts/issues/20982#issuecomment-2899023975 > including the barCategoryGap, but the behavior just wasn't what I expected. You do not mention what is the expectation for your latest example... barCategoryGap works -

Re: [I] [Bug] barCategoryGap causes X-axis bounds to change [echarts]

2025-05-21 Thread via GitHub
selunders commented on issue #20982: URL: https://github.com/apache/echarts/issues/20982#issuecomment-2898962177 The series are user-selected/supplied, so there may be varying number of series with different types & number of datapoints. [Here's an example](https://echarts.apache.org/exampl

Re: [PR] (fix)set tooltip display to none when hide [echarts]

2025-05-21 Thread via GitHub
jqqin commented on PR #20966: URL: https://github.com/apache/echarts/pull/20966#issuecomment-2898825683 @plainheart Thanks for the reply! Just wondering — is there any rough timeline or milestone planned for when this might be discussed or decided? I noticed the 6.0.0 milestone tag and w

Re: [PR] (fix)set tooltip display to none when hide [echarts]

2025-05-21 Thread via GitHub
plainheart commented on PR #20966: URL: https://github.com/apache/echarts/pull/20966#issuecomment-2898784907 This is an issue like #17377 that needs discussion. I think we can add a new option `fadeAnimation` of the boolean type to control the show/hide behavior. -- This is an automated m

Re: [PR] fix(tooltip): fix style coord transform markers are not removed after the tooltip is disposed [echarts]

2025-05-21 Thread via GitHub
echarts-bot[bot] commented on PR #20987: URL: https://github.com/apache/echarts/pull/20987#issuecomment-2898744456 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) a

[PR] fix(tooltip): fix style coord transform markers are not removed after the tooltip is disposed [echarts]

2025-05-21 Thread via GitHub
plainheart opened a new pull request, #20987: URL: https://github.com/apache/echarts/pull/20987 ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do? Fix the markers cre

(echarts) 01/01: fix(tooltip): fix style coord transform markers are not removed after the tooltip is disposed

2025-05-21 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch fix/tooltip/cleanup-styleCoord-markers in repository https://gitbox.apache.org/repos/asf/echarts.git commit 78727051d9d8d16829fec1830df56a0b98453d07 Author: plainheart AuthorDate: Thu May 22 01:2

(echarts) branch fix/tooltip/cleanup-styleCoord-markers created (now 78727051d)

2025-05-21 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch fix/tooltip/cleanup-styleCoord-markers in repository https://gitbox.apache.org/repos/asf/echarts.git at 78727051d fix(tooltip): fix style coord transform markers are not removed after the

Re: [I] While renderer as SVG the SaveAsImage png file can't use [echarts]

2025-05-21 Thread via GitHub
ggregoire commented on issue #7763: URL: https://github.com/apache/echarts/issues/7763#issuecomment-2898696843 If anyone interested: ```typescript import type { ECharts } from 'echarts' function convertSVGDataURLtoPNGDataURL(SVGDataURL: string): Promise { return new Prom

Re: [I] Problems when updating chart through echartsInstance.setOption() [echarts]

2025-05-21 Thread via GitHub
ToucanBran commented on issue #6202: URL: https://github.com/apache/echarts/issues/6202#issuecomment-2898503430 > I felt some cases above might relate to this issue [#14192](https://github.com/apache/echarts/issues/14192) , where the seettings of components like axis need passed to setOptio

Re: [I] The order of categories on axis won't change when datasetIndex changes [echarts]

2025-05-21 Thread via GitHub
ToucanBran commented on issue #14192: URL: https://github.com/apache/echarts/issues/14192#issuecomment-2898498373 @Clar, this issue is still relevant today and you're my savior for this -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [I] Display the nearest data of different series in one tooltip. [echarts]

2025-05-21 Thread via GitHub
Hackerberg43 commented on issue #15488: URL: https://github.com/apache/echarts/issues/15488#issuecomment-2898385918 +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 un

Re: [PR] feat(axis): support tooltip for angleAxis label [echarts]

2025-05-21 Thread via GitHub
github-actions[bot] commented on PR #20986: URL: https://github.com/apache/echarts/pull/20986#issuecomment-2898356011 The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-20986@eddf284 -- This is an automated message from the Apache

Re: [PR] feat(axis): support tooltip for angleAxis label [echarts]

2025-05-21 Thread via GitHub
echarts-bot[bot] commented on PR #20986: URL: https://github.com/apache/echarts/pull/20986#issuecomment-2898332381 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) a

[PR] feat(axis): support tooltip for angleAxis label [echarts]

2025-05-21 Thread via GitHub
plainheart opened a new pull request, #20986: URL: https://github.com/apache/echarts/pull/20986 ## Brief Information This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others ### What does this PR do? As a supplement to

(echarts) branch feat/angleAxis-tooltip created (now eddf2841c)

2025-05-21 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch feat/angleAxis-tooltip in repository https://gitbox.apache.org/repos/asf/echarts.git at eddf2841c feat(axis): support tooltip for angleAxis label This branch includes the following new com

(echarts) 01/01: feat(axis): support tooltip for angleAxis label

2025-05-21 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch feat/angleAxis-tooltip in repository https://gitbox.apache.org/repos/asf/echarts.git commit eddf2841c844aa9aa14976d16034f5ece7b444a1 Author: plainheart AuthorDate: Wed May 21 23:09:20 2025 +0800

Re: [I] [Bug] how to add tooltip for y-axis label on hover in horizontal bar chart [echarts]

2025-05-21 Thread via GitHub
plainheart commented on issue #20984: URL: https://github.com/apache/echarts/issues/20984#issuecomment-2898103118 What version of ECharts are you using? Please make sure it is v5.6.0. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

Re: [I] [Bug] how to add tooltip for y-axis label on hover in horizontal bar chart [echarts]

2025-05-21 Thread via GitHub
kishore-uc commented on issue #20984: URL: https://github.com/apache/echarts/issues/20984#issuecomment-2897625256 yes it works but i have code attached of mine, my code if i use yAxis show tooltip true, primary gets added on tooltip, can you check where i am going wrong? private _ch

Re: [I] [Bug] how to add tooltip for y-axis label on hover in horizontal bar chart [echarts]

2025-05-21 Thread via GitHub
plainheart commented on issue #20984: URL: https://github.com/apache/echarts/issues/20984#issuecomment-2897556253 [Here](https://echarts.apache.org/examples/editor.html?c=dataset-encode0&code=PYBwLglsB2AEC8sDeAoWsAmBDMWDOApmAFzJrqx7ACuATgMYGkDa5FszA5HvcLQZwA0sTlgC2NaGCEiQtYBmr1pAXUFsKzABwBOA

Re: [I] [Bug] how to add tooltip for y-axis label on hover in horizontal bar chart [echarts]

2025-05-21 Thread via GitHub
kishore-uc commented on issue #20984: URL: https://github.com/apache/echarts/issues/20984#issuecomment-2897507044 thanks for your answer, can you please integrate to this " https://echarts.apache.org/examples/en/editor.html?c=dataset-encode0"; On Wed, May 21, 2025 at 4:07 PM Zhon

Re: [I] [Bug] how to add tooltip for y-axis label on hover in horizontal bar chart [echarts]

2025-05-21 Thread via GitHub
plainheart commented on issue #20984: URL: https://github.com/apache/echarts/issues/20984#issuecomment-2897465034 See this [demo](https://echarts.apache.org/examples/editor.html?c=bar-simple&code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5AMYCGYVA5sAE7m0A0J6AE2aMiAbVoBZGL1i0AKgFcqM2gHUqAlX

(echarts-doc) branch master updated: tweak doc for axis tooltip

2025-05-21 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-doc.git The following commit(s) were added to refs/heads/master by this push: new f3f8c4f7 tweak doc for axis tooltip f3f8c4f

[I] [Feature] coordinate system API enhancement [echarts]

2025-05-21 Thread via GitHub
100pah opened a new issue, #20985: URL: https://github.com/apache/echarts/issues/20985 ### What problem does this feature solve? - ### What does the proposed API look like? - -- This is an automated message from the Apache Git Service. To respond to the message, please

[I] [Bug] how to add tooltip for y-axis label on hover in horizontal bar chart [echarts]

2025-05-21 Thread via GitHub
kishore-uc opened a new issue, #20984: URL: https://github.com/apache/echarts/issues/20984 ### Version 5.3.0 ### Link to Minimal Reproduction how to add tooltip for y-axis label on hover in horizontal bar chart ### Steps to Reproduce [Bug] how to add tool

Re: [I] Bar chart with time axis doesn't use correct "min" and "max" axis options. [echarts]

2025-05-21 Thread via GitHub
gehringf commented on issue #13548: URL: https://github.com/apache/echarts/issues/13548#issuecomment-2897103845 Bump -- 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 unsu