[GitHub] [echarts] darren opened a new issue #16186: [Bug] labelLine crossed while shiftY with y specified

2021-12-07 Thread GitBox
darren opened a new issue #16186: URL: https://github.com/apache/echarts/issues/16186 ### Version 5.2.2 ### Link to minimal reproduction _No response_ ### Steps To Reproduce ``` option = { xAxis: { data: ['2020-12-08', '2020-12-09', '2020-12-

[GitHub] [echarts] xavierXing opened a new issue #16185: [Bug]

2021-12-07 Thread GitBox
xavierXing opened a new issue #16185: URL: https://github.com/apache/echarts/issues/16185 ### Version 5.2.2 ### Link to minimal reproduction _No response_ ### Steps To Reproduce 1. terminal write npm install echarts --save ![WeChat20d2802216fb7fd14bee5

[echarts-handbook] branch master updated (9ab55fd -> 0705ad2)

2021-12-07 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git. from 9ab55fd fix: tweak example code for basic-bar. new eb302b0 align with Chinese document new 8d26

[GitHub] [echarts] Ovilia commented on pull request #16034: fix(pie): label layout and text wrapping

2021-12-07 Thread GitBox
Ovilia commented on pull request #16034: URL: https://github.com/apache/echarts/pull/16034#issuecomment-988467744 @pissang Thanks for your review. I've made a new commit to fix them and no new diff in this commit. Please review again when you have time. -- This is an automated message fr

[echarts] branch fix-pie-label updated (b7ea00a -> 77dbb95)

2021-12-07 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch fix-pie-label in repository https://gitbox.apache.org/repos/asf/echarts.git. from b7ea00a fix(pie): truncate text add 77dbb95 fix(pie): simplify logic No new revisions were added by t

[GitHub] [echarts] plainheart edited a comment on issue #16183: [Bug] Graph Layout "none

2021-12-07 Thread GitBox
plainheart edited a comment on issue #16183: URL: https://github.com/apache/echarts/issues/16183#issuecomment-988417550 It seems you didn't specify the [`x`](https://echarts.apache.org/option.html#series-graph.data.x) and [`y`](https://echarts.apache.org/option.html#series-graph.data.y) fo

[GitHub] [echarts] plainheart commented on issue #16183: [Bug] Graph Layout "none

2021-12-07 Thread GitBox
plainheart commented on issue #16183: URL: https://github.com/apache/echarts/issues/16183#issuecomment-988417550 It seems you didn't specify the `x` and `y` for each node. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [echarts] echarts-bot[bot] commented on pull request #16184: fix(lines): fix NPE issue when lines series has no coordinate system.

2021-12-07 Thread GitBox
echarts-bot[bot] commented on pull request #16184: URL: https://github.com/apache/echarts/pull/16184#issuecomment-988411748 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding standard](https://echarts.apache.org/en/coding-standa

[GitHub] [echarts] plainheart opened a new pull request #16184: fix(lines): fix NPE issue when lines series has no coordinate system.

2021-12-07 Thread GitBox
plainheart opened a new pull request #16184: URL: https://github.com/apache/echarts/pull/16184 ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?

[GitHub] [echarts] Eraz19 commented on issue #16183: [Bug] Graph Layout "none

2021-12-07 Thread GitBox
Eraz19 commented on issue #16183: URL: https://github.com/apache/echarts/issues/16183#issuecomment-988400891 https://codesandbox.io/s/happy-noyce-zqo5w?file=/src/index.js -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [echarts] Eraz19 removed a comment on issue #16183: [Bug] Graph Layout "none

2021-12-07 Thread GitBox
Eraz19 removed a comment on issue #16183: URL: https://github.com/apache/echarts/issues/16183#issuecomment-988399316 https://codesandbox.io/s/mystifying-bash-2uthz?file=/src/index.js -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[echarts] 01/01: fix(lines): fix NPE issue when lines series has no coordinate system, resolves #14991.

2021-12-07 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch fix-lines-NPE in repository https://gitbox.apache.org/repos/asf/echarts.git commit f9eff33a2d7693e69d7f1455fd217b3260e09a7c Author: plainheart AuthorDate: Wed Dec 8 09:10:05 2021 +0800 fix(l

[echarts] branch fix-lines-NPE created (now f9eff33)

2021-12-07 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch fix-lines-NPE in repository https://gitbox.apache.org/repos/asf/echarts.git. at f9eff33 fix(lines): fix NPE issue when lines series has no coordinate system, resolves #14991. This branch

[GitHub] [echarts] Eraz19 commented on issue #16183: [Bug] Graph Layout "none

2021-12-07 Thread GitBox
Eraz19 commented on issue #16183: URL: https://github.com/apache/echarts/issues/16183#issuecomment-988399316 https://codesandbox.io/s/mystifying-bash-2uthz?file=/src/index.js -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [echarts] echarts-bot[bot] commented on issue #16183: [Bug] Graph Layout "none

2021-12-07 Thread GitBox
echarts-bot[bot] commented on issue #16183: URL: https://github.com/apache/echarts/issues/16183#issuecomment-988381579 @Eraz19 Please provide a demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM , https://www.makeapie.com/editor.html or https://codesandbox.io/s/mystifying

[GitHub] [echarts] eapatel commented on issue #16095: appendData crashed the tab after sometimes in 3d globe.

2021-12-07 Thread GitBox
eapatel commented on issue #16095: URL: https://github.com/apache/echarts/issues/16095#issuecomment-988370985 Hi @pissang , can you please provide solution for appendData? I am very close to release and this issue is blocker for it. Really need a solution to improve the performance of glob

[GitHub] [echarts] Eraz19 opened a new issue #16183: [Bug] Graph Layout "none

2021-12-07 Thread GitBox
Eraz19 opened a new issue #16183: URL: https://github.com/apache/echarts/issues/16183 ### Version 5.2.2 ### Link to minimal reproduction _No response_ ### Steps To Reproduce Build graph series and set layout to "none". This give an error "TypeError: el is

[GitHub] [echarts] github-actions[bot] commented on issue #6463: './lib/component/legendScroll' 没有这个组件,只有 'echarts/lib/component/legend' 这个组件

2021-12-07 Thread GitBox
github-actions[bot] commented on issue #6463: URL: https://github.com/apache/echarts/issues/6463#issuecomment-988262247 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 m

[GitHub] [echarts] hughess commented on issue #11135: [SURVEY] What companies are using Apache ECharts ?

2021-12-07 Thread GitBox
hughess commented on issue #11135: URL: https://github.com/apache/echarts/issues/11135#issuecomment-988180987 We recently implemented ECharts as the backbone of our charting library at [Evidence](https://www.evidence.dev/). Thanks ECharts team! ![example-gallery-small](https://user-

[GitHub] [echarts] pissang commented on a change in pull request #16034: fix(pie): label layout and text wrapping

2021-12-07 Thread GitBox
pissang commented on a change in pull request #16034: URL: https://github.com/apache/echarts/pull/16034#discussion_r764019803 ## File path: src/chart/pie/labelLayout.ts ## @@ -228,6 +255,91 @@ function avoidOverlap( } } +/** + * Set max width of each label, and then wra

[GitHub] [echarts] pissang commented on a change in pull request #16034: fix(pie): label layout and text wrapping

2021-12-07 Thread GitBox
pissang commented on a change in pull request #16034: URL: https://github.com/apache/echarts/pull/16034#discussion_r764024437 ## File path: src/chart/pie/labelLayout.ts ## @@ -228,6 +255,91 @@ function avoidOverlap( } } +/** + * Set max width of each label, and then wra

[GitHub] [echarts] someone-1 opened a new issue #16182: [Bug] sankey chart labels overlap when values are 0

2021-12-07 Thread GitBox
someone-1 opened a new issue #16182: URL: https://github.com/apache/echarts/issues/16182 ### Version 5.2.2 ### Link to minimal reproduction _No response_ ### Steps To Reproduce go to https://echarts.apache.org/examples/en/editor.html?c=sankey-simple cha

[GitHub] [echarts] fantasy525 opened a new issue #16181: [Feature] 增加tree symbolGap

2021-12-07 Thread GitBox
fantasy525 opened a new issue #16181: URL: https://github.com/apache/echarts/issues/16181 ### What problem does this feature solve? 可以解决树层级很深时symbol互相堆叠的问题 ### What does the proposed API look like? symbolGap: number|function -- This is an automated message from the Ap

[GitHub] [echarts] echarts-bot[bot] commented on issue #16181: [Feature] 增加tree symbolGap

2021-12-07 Thread GitBox
echarts-bot[bot] commented on issue #16181: URL: https://github.com/apache/echarts/issues/16181#issuecomment-987870666 @fantasy525 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

[GitHub] [echarts] Ovilia edited a comment on pull request #16034: fix(pie): label layout and text wrapping

2021-12-07 Thread GitBox
Ovilia edited a comment on pull request #16034: URL: https://github.com/apache/echarts/pull/16034#issuecomment-979845808 TODO: - [x] Explain the diff of visual test result if necessary. - [x] Code style cleaning. -- This is an automated message from the Apache Git Service. To re

[echarts] branch fix-pie-label updated (f9d6d49 -> b7ea00a)

2021-12-07 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch fix-pie-label in repository https://gitbox.apache.org/repos/asf/echarts.git. from f9d6d49 fix(pie): available width should be set to label only if larger add b7ea00a fix(pie): truncat

[echarts] branch fix-pie-label updated (c2bf46c -> f9d6d49)

2021-12-07 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch fix-pie-label in repository https://gitbox.apache.org/repos/asf/echarts.git. from c2bf46c fix(pie): label wrapping for align on ellipse curve add f9d6d49 fix(pie): available width shou

[GitHub] [echarts] Johnz86 commented on issue #15585: Add feature show/hide Series

2021-12-07 Thread GitBox
Johnz86 commented on issue #15585: URL: https://github.com/apache/echarts/issues/15585#issuecomment-987718018 I would like to have an option to define an invisible series element. Like this ``` series: [{type:'hidden', data: [0,0] }] ``` or ``` series: [{type:'line',

[GitHub] [echarts] ctocto commented on issue #15349: echarts5 地图无法加载

2021-12-07 Thread GitBox
ctocto commented on issue #15349: URL: https://github.com/apache/echarts/issues/15349#issuecomment-987708503 @905868332 怎么解决的? -- 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 commen

[GitHub] [echarts] zhxxkeke opened a new issue #16180: [Bug] 时间轴中,有两个不同gridIndex的柱状图使用不同系列的数据集,第二个柱状图的类目轴上会出现第一个柱状图的类目名称

2021-12-07 Thread GitBox
zhxxkeke opened a new issue #16180: URL: https://github.com/apache/echarts/issues/16180 ### Version 5.2.2 ### Link to minimal reproduction https://www.makeapie.com/editor.html?c=xKEfoJCDeR&v=2 ### Steps To Reproduce dataset: [ // 序号为 0 的 data

[GitHub] [echarts] echarts-bot[bot] commented on issue #16180: [Bug] 时间轴中,有两个不同gridIndex的柱状图使用不同系列的数据集,第二个柱状图的类目轴上会出现第一个柱状图的类目名称

2021-12-07 Thread GitBox
echarts-bot[bot] commented on issue #16180: URL: https://github.com/apache/echarts/issues/16180#issuecomment-987708007 @zhxxkeke 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 su