[GitHub] [echarts] Gumichocopengin8 opened a new issue, #18406: [Feature] Flex wrap for

2023-03-21 Thread via GitHub
Gumichocopengin8 opened a new issue, #18406: URL: https://github.com/apache/echarts/issues/18406 ### What problem does this feature solve? Charts can be wrapped like [flex wrap](https://developer.mozilla.org/en-US/docs/Web/CSS/flex-wrap) when window width is narrow

[GitHub] [echarts] u-zhaoweijun commented on issue #18404: [Bug] series.encode no longer working for gauge after version 5.2 or later

2023-03-21 Thread via GitHub
u-zhaoweijun commented on issue #18404: URL: https://github.com/apache/echarts/issues/18404#issuecomment-1478881044 I just wanted to use dataset uniformly to organize data, so I imitated other chart's interface implementations. And it works correctly in versions 5.1 and earlier. >

[GitHub] [echarts] susiwen8 commented on issue #18404: [Bug] series.encode no longer working for gauge after version 5.2 or later

2023-03-21 Thread via GitHub
susiwen8 commented on issue #18404: URL: https://github.com/apache/echarts/issues/18404#issuecomment-1478841260 Weird, this feature is not mentioned in the documentation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [echarts] taurz commented on issue #18401: [Bug] xAxis rich label render problem

2023-03-21 Thread via GitHub
taurz commented on issue #18401: URL: https://github.com/apache/echarts/issues/18401#issuecomment-1478805594 rich label needs an explict width because there's no text defined in `${value}{eventTag|}`,your example would work as below `rich: { eventTag: { width: 12,

[GitHub] [echarts] lucky-bruce commented on issue #18405: [Feature] highlight related edges when hover over an edge

2023-03-21 Thread via GitHub
lucky-bruce commented on issue #18405: URL: https://github.com/apache/echarts/issues/18405#issuecomment-1478794506 Which example should I refer for this @Ovilia? -- 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] lucky-bruce opened a new issue, #18405: [Feature] highlight related edges when hover over an edge

2023-03-21 Thread via GitHub
lucky-bruce opened a new issue, #18405: URL: https://github.com/apache/echarts/issues/18405 ### What problem does this feature solve? I am working with Sankey diagram of echarts library in Angular 14 project. I want to highlight the related edges together when hover over an edge.

[GitHub] [echarts] yunzhongshu commented on issue #18352: [Bug or Feature] Legend can extend the gap by "''" value in new version(after 5.4.1)

2023-03-21 Thread via GitHub
yunzhongshu commented on issue #18352: URL: https://github.com/apache/echarts/issues/18352#issuecomment-1478598050 > It may not help much, but you can use also "\n" for larger vertical gap, like `data: ['bar','\n', '', 'bar2'...]`. Thanks for your reply, @helgasoft, it seems it can't

[GitHub] [echarts] github-actions[bot] closed issue #14466: Configuration Interval Issues such as Pie Charts and sunBrust Charts

2023-03-21 Thread via GitHub
github-actions[bot] closed issue #14466: Configuration Interval Issues such as Pie Charts and sunBrust Charts URL: https://github.com/apache/echarts/issues/14466 -- 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] github-actions[bot] commented on issue #14466: Configuration Interval Issues such as Pie Charts and sunBrust Charts

2023-03-21 Thread via GitHub
github-actions[bot] commented on issue #14466: URL: https://github.com/apache/echarts/issues/14466#issuecomment-1478577410 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

[GitHub] [echarts] github-actions[bot] closed issue #14461: Y axis not displayed if canvas is smaller 150px

2023-03-21 Thread via GitHub
github-actions[bot] closed issue #14461: Y axis not displayed if canvas is smaller 150px URL: https://github.com/apache/echarts/issues/14461 -- 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] github-actions[bot] commented on issue #14461: Y axis not displayed if canvas is smaller 150px

2023-03-21 Thread via GitHub
github-actions[bot] commented on issue #14461: URL: https://github.com/apache/echarts/issues/14461#issuecomment-1478577360 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

[GitHub] [echarts] helgasoft commented on issue #18403: [Feature] emphasis Added detailed iconStyle settings according to mouse motion.

2023-03-21 Thread via GitHub
helgasoft commented on issue #18403: URL: https://github.com/apache/echarts/issues/18403#issuecomment-1478252469 yes, possible - hover=_emphasis_ and click=_select_ [Demo

[echarts-doc] branch master updated: Update visual-map.md

2023-03-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 23040fe2 Update visual-map.md new

[GitHub] [echarts-doc] plainheart merged pull request #340: doc: minor typo fix in visual-map.md

2023-03-21 Thread via GitHub
plainheart merged PR #340: URL: https://github.com/apache/echarts-doc/pull/340 -- 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:

[GitHub] [echarts] roojay520 commented on a diff in pull request #18390: fix(legend): fix dataItem undefined error

2023-03-21 Thread via GitHub
roojay520 commented on code in PR #18390: URL: https://github.com/apache/echarts/pull/18390#discussion_r1143408341 ## src/component/legend/LegendModel.ts: ## @@ -362,6 +362,13 @@ class LegendModel extends ComponentMode name: dataItem as string

[GitHub] [echarts] cvSoldier commented on pull request #18379: fix(lines): Lines series symbolSize cannot be updated. close #18350

2023-03-21 Thread via GitHub
cvSoldier commented on PR #18379: URL: https://github.com/apache/echarts/pull/18379#issuecomment-1477748976 Test case was added, but I'm a bit confused, in [Run test cases](https://github.com/apache/echarts/wiki/How-to-make-a-pull-request#run-test-cases) it is written that just need Run

[GitHub] [echarts] LazyJoke commented on issue #17526: [Bug] 大数据散点图缩放问题和brush时渲染问题

2023-03-21 Thread via GitHub
LazyJoke commented on issue #17526: URL: https://github.com/apache/echarts/issues/17526#issuecomment-1477541894 同上 -- 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] queenzk commented on issue #11539: geo3D可以主动用Js控制缩放的大小以及平移的位置吗

2023-03-21 Thread via GitHub
queenzk commented on issue #11539: URL: https://github.com/apache/echarts/issues/11539#issuecomment-1477487131 Excuse me, how to obtain the specific position of the clicked point in the coordinate system -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [echarts] sobolewsk commented on a diff in pull request #18400: fix issue 15789

2023-03-21 Thread via GitHub
sobolewsk commented on code in PR #18400: URL: https://github.com/apache/echarts/pull/18400#discussion_r1143012417 ## test/ut/spec/series/custom.test.ts: ## @@ -69,4 +69,46 @@ describe('custom_series', function () { expect(resultPaletteColors).toEqual(colors); });

[GitHub] [echarts] joaocarlosss84 commented on issue #16703: [Question][Feature] How do you specify date format in tooltip?

2023-03-21 Thread via GitHub
joaocarlosss84 commented on issue #16703: URL: https://github.com/apache/echarts/issues/16703#issuecomment-1477367495 For those like me that would like to format time for a multiple series chart, you can use a function: ` tooltip: { trigger: 'axis', axisPointer: {

[GitHub] [echarts] StefanKX commented on issue #15488: Display the nearest data of different series in one tooltip.

2023-03-21 Thread via GitHub
StefanKX commented on issue #15488: URL: https://github.com/apache/echarts/issues/15488#issuecomment-1477347292 +1 for 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 comment.

[GitHub] [echarts-doc] theatlasroom opened a new pull request, #340: Update visual-map.md

2023-03-21 Thread via GitHub
theatlasroom opened a new pull request, #340: URL: https://github.com/apache/echarts-doc/pull/340 Minor typo fix in visualMap docs -- 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