[GitHub] [echarts] Ovilia commented on pull request #17461: feat(funnel): add funnel new styles #14863

2022-10-17 Thread GitBox
Ovilia commented on PR #17461: URL: https://github.com/apache/echarts/pull/17461#issuecomment-1281850957 Please also update the visual test case by recording the changes of the GUI to test different cases. 1. `npm run test:visual` 2. Select `funnel.html` and click `Record

[echarts] branch nightly-build updated (5309444d6 -> cd7ec4cc6)

2022-10-17 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch nightly-build in repository https://gitbox.apache.org/repos/asf/echarts.git from 5309444d6 chore(workflow): always install the latest nightly version of zrender when publishing nightly

[GitHub] [echarts] Zz1056627814 closed issue #17778: [Bug] 5.x版本对元素使用zlevel分层无效

2022-10-17 Thread GitBox
Zz1056627814 closed issue #17778: [Bug] 5.x版本对元素使用zlevel分层无效 URL: https://github.com/apache/echarts/issues/17778 -- 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] Zz1056627814 commented on issue #17778: [Bug] 5.x版本对元素使用zlevel分层无效

2022-10-17 Thread GitBox
Zz1056627814 commented on issue #17778: URL: https://github.com/apache/echarts/issues/17778#issuecomment-1281838153 in echarts.extendComponentView.I compared the code and it will set z automatically. Should be set preventAutoZ. echarts.extendComponentView({ type: 'myrect',

[GitHub] [echarts] helgasoft commented on issue #17765: [Bug] universalTransition 不支持柱状图到分组柱状图的变换

2022-10-17 Thread GitBox
helgasoft commented on issue #17765: URL: https://github.com/apache/echarts/issues/17765#issuecomment-1281815716 Does [this

[GitHub] [echarts] pissang commented on a diff in pull request #17779: chore(workflow): always install the latest nightly version of zrender when publishing nightly echarts

2022-10-17 Thread GitBox
pissang commented on code in PR #17779: URL: https://github.com/apache/echarts/pull/17779#discussion_r997699526 ## .github/workflows/nightly-next.yml: ## @@ -28,7 +28,9 @@ jobs: registry-url: https://registry.npmjs.org/ - name: Setup and publish nightly

[GitHub] [echarts] heboliufengjie commented on issue #5507: 柱状图 y轴axisLabel 左对齐问题

2022-10-17 Thread GitBox
heboliufengjie commented on issue #5507: URL: https://github.com/apache/echarts/issues/5507#issuecomment-1281779008 ![image](https://user-images.githubusercontent.com/10194974/196331428-779e4a7e-6d14-44d9-b613-897cfb242699.png) 借鉴的这个 https://www.jianshu.com/p/b153a3214179 --

[GitHub] [echarts] Ovilia commented on a diff in pull request #17720: feat: allow closing a curve on polar line series

2022-10-17 Thread GitBox
Ovilia commented on code in PR #17720: URL: https://github.com/apache/echarts/pull/17720#discussion_r997691086 ## src/chart/line/LineSeries.ts: ## @@ -120,6 +120,8 @@ export interface LineSeriesOption extends SeriesOption

[GitHub] [echarts] Ovilia commented on a diff in pull request #17720: feat: allow closing a curve on polar line series

2022-10-17 Thread GitBox
Ovilia commented on code in PR #17720: URL: https://github.com/apache/echarts/pull/17720#discussion_r997684751 ## src/chart/line/LineView.ts: ## @@ -725,10 +727,10 @@ class LineView extends ChartView { } } -polyline =

[GitHub] [echarts] plainheart commented on a diff in pull request #17779: chore(workflow): always install the latest nightly version of zrender when publishing nightly echarts

2022-10-17 Thread GitBox
plainheart commented on code in PR #17779: URL: https://github.com/apache/echarts/pull/17779#discussion_r997686977 ## .github/workflows/nightly-next.yml: ## @@ -28,7 +28,9 @@ jobs: registry-url: https://registry.npmjs.org/ - name: Setup and publish nightly

[GitHub] [echarts] helgasoft commented on issue #17775: How to overall scale graph chart? 如何整体缩放关系图

2022-10-17 Thread GitBox
helgasoft commented on issue #17775: URL: https://github.com/apache/echarts/issues/17775#issuecomment-1281770678 yep, @plainheart is one step ahead, while I was typing :-) the right code ...and to zoom for the **edges** add ```lineStyle: { width: 2.5 * currentZoom }``` -- This is an

[GitHub] [echarts] plainheart commented on a diff in pull request #17779: chore(workflow): always install the latest nightly version of zrender when publishing nightly echarts

2022-10-17 Thread GitBox
plainheart commented on code in PR #17779: URL: https://github.com/apache/echarts/pull/17779#discussion_r997686977 ## .github/workflows/nightly-next.yml: ## @@ -28,7 +28,9 @@ jobs: registry-url: https://registry.npmjs.org/ - name: Setup and publish nightly

[GitHub] [echarts] plainheart commented on a diff in pull request #17779: chore(workflow): always install the latest nightly version of zrender when publishing nightly echarts

2022-10-17 Thread GitBox
plainheart commented on code in PR #17779: URL: https://github.com/apache/echarts/pull/17779#discussion_r997685231 ## .github/workflows/nightly-next.yml: ## @@ -28,7 +28,9 @@ jobs: registry-url: https://registry.npmjs.org/ - name: Setup and publish nightly

[GitHub] [echarts] pissang commented on a diff in pull request #17779: chore(workflow): always install the latest nightly version of zrender when publishing nightly echarts

2022-10-17 Thread GitBox
pissang commented on code in PR #17779: URL: https://github.com/apache/echarts/pull/17779#discussion_r997680830 ## .github/workflows/nightly-next.yml: ## @@ -28,7 +28,9 @@ jobs: registry-url: https://registry.npmjs.org/ - name: Setup and publish nightly

[GitHub] [echarts] plainheart commented on issue #17775: How to overall scale graph chart? 如何整体缩放关系图

2022-10-17 Thread GitBox
plainheart commented on issue #17775: URL: https://github.com/apache/echarts/issues/17775#issuecomment-1281759892 @Yijx Hi, you can get the current zoom of the graph chart and scale it manually. Please refer to this

[GitHub] [echarts-website] Ovilia commented on pull request #11: chore: fix a typo

2022-10-17 Thread GitBox
Ovilia commented on PR #11: URL: https://github.com/apache/echarts-website/pull/11#issuecomment-1281757562 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

[echarts-website] branch asf-site updated: chore: fix a typo

2022-10-17 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/echarts-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 8c465d16 chore: fix a typo

[GitHub] [echarts-website] Ovilia merged pull request #11: chore: fix a typo

2022-10-17 Thread GitBox
Ovilia merged PR #11: URL: https://github.com/apache/echarts-website/pull/11 -- 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] heboliufengjie commented on issue #5507: 柱状图 y轴axisLabel 左对齐问题

2022-10-17 Thread GitBox
heboliufengjie commented on issue #5507: URL: https://github.com/apache/echarts/issues/5507#issuecomment-1281753763 我也碰到这个问题,有人解决不?最后的结果呢 -- 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] pissang commented on a diff in pull request #17471: [feat]: add thumbnails components

2022-10-17 Thread GitBox
pissang commented on code in PR #17471: URL: https://github.com/apache/echarts/pull/17471#discussion_r996550379 ## src/chart/graph/GraphView.ts: ## @@ -60,18 +61,23 @@ class GraphView extends ChartView { private _layouting: boolean; +private _thumbanil: Thumbnail;

[GitHub] [echarts] Yijx commented on issue #17775: How to overall scale graph chart? 如何整体缩放关系图

2022-10-17 Thread GitBox
Yijx commented on issue #17775: URL: https://github.com/apache/echarts/issues/17775#issuecomment-1281740527 > dataZoom: {inside: {type: 'inside'}} it can not work. about Minimal Reproduction code, can out any code in https://echarts.apache.org/examples/zh/index.html#chart-type-graph,

[GitHub] [echarts] SanpLee closed issue #17515: Markpoint Data Coord Value overlaps

2022-10-17 Thread GitBox
SanpLee closed issue #17515: Markpoint Data Coord Value overlaps URL: https://github.com/apache/echarts/issues/17515 -- 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

[echarts] branch master updated: chore: fix a few typos

2022-10-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.git The following commit(s) were added to refs/heads/master by this push: new 5cdbdd2de chore: fix a few typos new

[GitHub] [echarts] echarts-bot[bot] commented on pull request #17782: chore: fix a few typos

2022-10-17 Thread GitBox
echarts-bot[bot] commented on PR #17782: URL: https://github.com/apache/echarts/pull/17782#issuecomment-1281694039 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

[GitHub] [echarts] plainheart merged pull request #17782: chore: fix a few typos

2022-10-17 Thread GitBox
plainheart merged PR #17782: URL: https://github.com/apache/echarts/pull/17782 -- 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] helgasoft commented on issue #17778: [Bug] 5.x版本对元素使用zlevel分层无效

2022-10-17 Thread GitBox
helgasoft commented on issue #17778: URL: https://github.com/apache/echarts/issues/17778#issuecomment-1281632958 Problem may be coming from Vue or your code. [Here is a working

[GitHub] [echarts] helgasoft commented on issue #17775: How to overall scale graph chart? 如何整体缩放关系图

2022-10-17 Thread GitBox
helgasoft commented on issue #17775: URL: https://github.com/apache/echarts/issues/17775#issuecomment-1281608005 Did you try the obvious ``` dataZoom: {inside: {type: 'inside'}}``` ? Without Minimal Reproduction code it is hard to debug... -- This is an automated message from the

[GitHub] [echarts-website] striezel opened a new pull request, #11: chore: fix a typo

2022-10-17 Thread GitBox
striezel opened a new pull request, #11: URL: https://github.com/apache/echarts-website/pull/11 Fixes a typo in the progress gauge example. -- 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] echarts-bot[bot] commented on pull request #17782: chore: fix a few typos

2022-10-17 Thread GitBox
echarts-bot[bot] commented on PR #17782: URL: https://github.com/apache/echarts/pull/17782#issuecomment-1281323031 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)

[GitHub] [echarts] striezel opened a new pull request, #17782: chore: fix a few typos

2022-10-17 Thread GitBox
striezel opened a new pull request, #17782: URL: https://github.com/apache/echarts/pull/17782 Fixes some typos in the code. ## Brief Information This pull request is in the type of: - [ ] bug fixing - [ ] new feature - [x] others ### What does this PR do?

[GitHub] [echarts-doc] plainheart commented on a diff in pull request #304: feat(sankey): add doc for sankey `edgeLabel`

2022-10-17 Thread GitBox
plainheart commented on code in PR #304: URL: https://github.com/apache/echarts-doc/pull/304#discussion_r996631187 ## en/option/series/sankey.md: ## @@ -82,6 +82,20 @@ The layout direction of the nodes in the Sankey diagram, which can be horizontal The drag-and-drop

[GitHub] [echarts] zangzimi opened a new issue, #17781: [Bug] Custom series api.value returns NaN

2022-10-17 Thread GitBox
zangzimi opened a new issue, #17781: URL: https://github.com/apache/echarts/issues/17781 ### Version 5.4.0 ### Link to Minimal Reproduction

[GitHub] [echarts] CYBYOB commented on issue #17126: [Bug] 矩形树图data下的itemStyle里的borderColor影响了color!

2022-10-17 Thread GitBox
CYBYOB commented on issue #17126: URL: https://github.com/apache/echarts/issues/17126#issuecomment-1280763502 I would like to fix 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

[GitHub] [echarts] gagarine commented on issue #13551: Radar: indicator names can go beyond canvas (thus clipped)

2022-10-17 Thread GitBox
gagarine commented on issue #13551: URL: https://github.com/apache/echarts/issues/13551#issuecomment-1280565395 @DoctorDerek posted on another workaround in #16391 (duplicate) that reduce the raduis. ``` // ... radar: { shape: 'polygon', indicator, // the data

[GitHub] [echarts] mathiasleroy commented on issue #9552: Dashed lines do not appear as dashed in the legend.

2022-10-17 Thread GitBox
mathiasleroy commented on issue #9552: URL: https://github.com/apache/echarts/issues/9552#issuecomment-1280481940 please don't close 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

[GitHub] [echarts] MichealF26 commented on issue #16391: [Bug] Radar chart setting the overflow property of the indicator text has no effect

2022-10-17 Thread GitBox
MichealF26 commented on issue #16391: URL: https://github.com/apache/echarts/issues/16391#issuecomment-1280432741 The workaround I've found, I've posted in issue https://github.com/apache/echarts/issues/13551#issuecomment-1280431622 -- This is an automated message from the Apache Git

[GitHub] [echarts] MichealF26 commented on issue #13551: Radar: indicator names can go beyond canvas (thus clipped)

2022-10-17 Thread GitBox
MichealF26 commented on issue #13551: URL: https://github.com/apache/echarts/issues/13551#issuecomment-1280431622 The workaround I'm currently using is to escape a newline character within the indicator text like this ```bash option = { title: { text: 'Basic Radar Chart'

[GitHub] [echarts] echarts-bot[bot] commented on pull request #17780: fix(lines): add missing `function` callback into `lineStyle.color` for line series.

2022-10-17 Thread GitBox
echarts-bot[bot] commented on PR #17780: URL: https://github.com/apache/echarts/pull/17780#issuecomment-1280399988 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)

[GitHub] [echarts] plainheart opened a new pull request, #17780: fix(lines): add missing `function` callback into `lineStyle.color` for line series.

2022-10-17 Thread GitBox
plainheart opened a new pull request, #17780: URL: https://github.com/apache/echarts/pull/17780 ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do? - Add missing

[echarts] 01/01: fix(lines): add missing `function` callback into `lineStyle.color` for line series.

2022-10-17 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch fix/lines-type in repository https://gitbox.apache.org/repos/asf/echarts.git commit e780ba5e7dbea9d549b728e37e962f3320fb8801 Author: plainheart AuthorDate: Mon Oct 17 15:15:28 2022 +0800

[echarts] branch fix/lines-type created (now e780ba5e7)

2022-10-17 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch fix/lines-type in repository https://gitbox.apache.org/repos/asf/echarts.git at e780ba5e7 fix(lines): add missing `function` callback into `lineStyle.color` for line series. This branch

[GitHub] [echarts] tyn1998 commented on pull request #17611: feat: multiple level drill down support for universalTransition

2022-10-17 Thread GitBox
tyn1998 commented on PR #17611: URL: https://github.com/apache/echarts/pull/17611#issuecomment-1280393561 Add another test case that shows the number of git commits in two github organization Org X and Org Y:

[GitHub] [echarts] echarts-bot[bot] commented on pull request #17779: chore(workflow): always install the latest nightly version of zrender when publishing nightly echarts

2022-10-17 Thread GitBox
echarts-bot[bot] commented on PR #17779: URL: https://github.com/apache/echarts/pull/17779#issuecomment-1280371682 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)

[GitHub] [echarts] plainheart opened a new pull request, #17779: chore(workflow): always install the latest nightly version of zrender when publishing nightly echarts

2022-10-17 Thread GitBox
plainheart opened a new pull request, #17779: URL: https://github.com/apache/echarts/pull/17779 ## Brief Information This pull request is in the type of: - [ ] bug fixing - [ ] new feature - [x] others ### What does this PR do? To make the changes

[echarts] 01/01: chore(workflow): always install the latest nightly version of zrender when publishing nightly echarts

2022-10-17 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch nightly-build in repository https://gitbox.apache.org/repos/asf/echarts.git commit 5309444d67b59d9551f1e3390bbf7c36ffc0a4dd Author: plainheart AuthorDate: Mon Oct 17 14:42:41 2022 +0800

[echarts] branch nightly-build created (now 5309444d6)

2022-10-17 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch nightly-build in repository https://gitbox.apache.org/repos/asf/echarts.git at 5309444d6 chore(workflow): always install the latest nightly version of zrender when publishing nightly