[GitHub] [echarts] echarts-bot[bot] commented on issue #17010: [Feature] 能否让叶子节点排成一排,共享同一个edge

2022-05-10 Thread GitBox
echarts-bot[bot] commented on issue #17010: URL: https://github.com/apache/echarts/issues/17010#issuecomment-1123195342 @amberblade 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] amberblade opened a new issue, #17010: [Feature] 能否让叶子节点排成一排,共享同一个edge

2022-05-10 Thread GitBox
amberblade opened a new issue, #17010: URL: https://github.com/apache/echarts/issues/17010 ### What problem does this feature solve? 叶子节点太多会导致图变得非常高。所以能不能默认让叶子节点共享同一条边,让一条边对应的所有叶子节点挨个排在一起,节省空间 ### What does the proposed API look like? 增加一个属性shareEdge来控制叶子节点的显示。 --

[GitHub] [echarts] susiwen8 opened a new pull request, #17009: feat(tree): `tree` focus supports `relative`

2022-05-10 Thread GitBox
susiwen8 opened a new pull request, #17009: URL: https://github.com/apache/echarts/pull/17009 ## Brief Information This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others ### What does this PR do? ![Screen Shot

[GitHub] [echarts] echarts-bot[bot] commented on pull request #17009: feat(tree): `tree` focus supports `relative`

2022-05-10 Thread GitBox
echarts-bot[bot] commented on PR #17009: URL: https://github.com/apache/echarts/pull/17009#issuecomment-1123152273 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] echarts-bot[bot] commented on issue #17008: [Bug] 当series.type="lines" 时dispatchAction 控制高亮无效

2022-05-10 Thread GitBox
echarts-bot[bot] commented on issue #17008: URL: https://github.com/apache/echarts/issues/17008#issuecomment-1123138059 @blossomwave 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

[GitHub] [echarts] blossomwave opened a new issue, #17008: [Bug] 当series.type="lines" 时dispatchAction 控制高亮无效

2022-05-10 Thread GitBox
blossomwave opened a new issue, #17008: URL: https://github.com/apache/echarts/issues/17008 ### Version 5.3.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce ### series: ```js series: [ { type:

[GitHub] [echarts] plainheart commented on issue #17000: [Bug] series-candlestick.markPoint. symbolRotate support the Callback func, But actually NOT!

2022-05-10 Thread GitBox
plainheart commented on issue #17000: URL: https://github.com/apache/echarts/issues/17000#issuecomment-1123126027 This is a bug in fact. `markPoint` supports the callback function for `symbolRotate`, it's only for a single data item though, which is less useful. It's better to support this

[GitHub] [echarts] echarts-bot[bot] commented on issue #17002: [bug] webSocket 推送的散点渲染出来是正方形的

2022-05-10 Thread GitBox
echarts-bot[bot] commented on issue #17002: URL: https://github.com/apache/echarts/issues/17002#issuecomment-1123120348 @sinjie Please provide a demo for the issue either with [Official Editor](https://echarts.apache.org/examples/editor.html),

[GitHub] [echarts] echarts-bot[bot] commented on pull request #17007: fix(graphic): fix some options may be unexpectedly reset on update

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

[echarts] 01/01: fix(graphic): 1) fix some options may be unexpectedly reset when calling setOption. 2) fix group children can't be updated when calling setOption with no `type` option.

2022-05-10 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch fix/graphic in repository https://gitbox.apache.org/repos/asf/echarts.git commit ffc7429184ba2dba9348afdd5bf4c5b7af95bf2a Author: plainheart AuthorDate: Wed May 11 10:18:57 2022 +0800

[echarts] branch fix/graphic updated (039190471 -> ffc742918)

2022-05-10 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch fix/graphic in repository https://gitbox.apache.org/repos/asf/echarts.git discard 039190471 fix(graphic): 1) fix some options may be unexpectedly reset when calling setOption. 2) fix group

[GitHub] [echarts] plainheart opened a new pull request, #17007: fix(graphic): fix some options may be unexpectedly reset on update

2022-05-10 Thread GitBox
plainheart opened a new pull request, #17007: URL: https://github.com/apache/echarts/pull/17007 ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do? 1) fix that some

[echarts] 01/01: fix(graphic): 1) fix some options may be unexpectedly reset when calling setOption. 2) fix group children can't be updated when calling setOption with no `type` option.

2022-05-10 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch fix/graphic in repository https://gitbox.apache.org/repos/asf/echarts.git commit 0391904717a19d4d80a3785e098b2d0c49b15a57 Author: plainheart AuthorDate: Wed May 11 10:18:57 2022 +0800

[echarts] branch fix/graphic created (now 039190471)

2022-05-10 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch fix/graphic in repository https://gitbox.apache.org/repos/asf/echarts.git at 039190471 fix(graphic): 1) fix some options may be unexpectedly reset when calling setOption. 2) fix group

[GitHub] [echarts] eapatel commented on issue #15388: Scatter3D label cut off

2022-05-10 Thread GitBox
eapatel commented on issue #15388: URL: https://github.com/apache/echarts/issues/15388#issuecomment-1123046527 Hi @pissang, even if the z-index is set to a higher value, the label is cut off at an angle. Please provide the solution for it. -- This is an automated message from the Apache

[GitHub] [echarts] github-actions[bot] commented on issue #12551: 添加绘制气象探空图

2022-05-10 Thread GitBox
github-actions[bot] commented on issue #12551: URL: https://github.com/apache/echarts/issues/12551#issuecomment-1122863067 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 #12555: is there a way for range-max value recolormappinged with max color?

2022-05-10 Thread GitBox
github-actions[bot] closed issue #12555: is there a way for range-max value recolormappinged with max color? URL: https://github.com/apache/echarts/issues/12555 -- 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 pull request #12595: fix(splitLine): change algorithm. (#12293)

2022-05-10 Thread GitBox
github-actions[bot] commented on PR #12595: URL: https://github.com/apache/echarts/pull/12595#issuecomment-1122863214 This PR has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it

[GitHub] [echarts] github-actions[bot] closed issue #12557: 南丁格尔图不支持自定义角度吗?

2022-05-10 Thread GitBox
github-actions[bot] closed issue #12557: 南丁格尔图不支持自定义角度吗? URL: https://github.com/apache/echarts/issues/12557 -- 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,

[GitHub] [echarts] github-actions[bot] commented on issue #12557: 南丁格尔图不支持自定义角度吗?

2022-05-10 Thread GitBox
github-actions[bot] commented on issue #12557: URL: https://github.com/apache/echarts/issues/12557#issuecomment-1122863161 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 #12551: 添加绘制气象探空图

2022-05-10 Thread GitBox
github-actions[bot] closed issue #12551: 添加绘制气象探空图 URL: https://github.com/apache/echarts/issues/12551 -- 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] github-actions[bot] commented on issue #12555: is there a way for range-max value recolormappinged with max color?

2022-05-10 Thread GitBox
github-actions[bot] commented on issue #12555: URL: https://github.com/apache/echarts/issues/12555#issuecomment-1122863122 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] commented on issue #11117: toolBox 的 iconStyle 对于使用 svg path 的 icon 无法正确设置背景色

2022-05-10 Thread GitBox
github-actions[bot] commented on issue #7: URL: https://github.com/apache/echarts/issues/7#issuecomment-1122862962 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

[GitHub] [echarts] github-actions[bot] commented on issue #9189: FlowGL 矢量场图在 iPhone 主流浏览器上无法显示

2022-05-10 Thread GitBox
github-actions[bot] commented on issue #9189: URL: https://github.com/apache/echarts/issues/9189#issuecomment-1122862860 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

[GitHub] [echarts] mnasrimedamine211 commented on issue #9700: Pie chart with radial gradient

2022-05-10 Thread GitBox
mnasrimedamine211 commented on issue #9700: URL: https://github.com/apache/echarts/issues/9700#issuecomment-1122428163 but i get error in x: myChart.getWidth() / 2, // calculate x y: myChart.getHeight() / 2, // calculate yCannot find name 'myChart // do you

[echarts-examples] branch gh-pages updated: fix(sandbox): reset entire appEnv

2022-05-10 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/echarts-examples.git The following commit(s) were added to refs/heads/gh-pages by this push: new ee7fc74b fix(sandbox): reset

[echarts-examples] branch gh-pages updated: fix(editor): add back missing appEnv.onresize

2022-05-10 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/echarts-examples.git The following commit(s) were added to refs/heads/gh-pages by this push: new 1fc7bee1 fix(editor): add back

[echarts-examples] branch gh-pages updated: fix some examples code

2022-05-10 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/echarts-examples.git The following commit(s) were added to refs/heads/gh-pages by this push: new 90252ca2 fix some examples code

[GitHub] [echarts] mvelzel commented on issue #14943: No timed emphasis animations in Graph with layout: "force"

2022-05-10 Thread GitBox
mvelzel commented on issue #14943: URL: https://github.com/apache/echarts/issues/14943#issuecomment-1122164538 Our code uses a graph with layout: "force" and we are facing this same issue. I had to disable emphasis for now since it just looks too jumpy with it enabled. I would also

[echarts-www] branch master updated: fix event image style on mobile

2022-05-10 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-www.git The following commit(s) were added to refs/heads/master by this push: new 4c9a7a81 fix event image style on mobile

[echarts-www] branch master updated: fix ApacheCon en link

2022-05-10 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-www.git The following commit(s) were added to refs/heads/master by this push: new d4b838d3 fix ApacheCon en link d4b838d3 is

[GitHub] [echarts] dovydasrudys opened a new issue, #17006: [Bug] Custom series skipping first data point

2022-05-10 Thread GitBox
dovydasrudys opened a new issue, #17006: URL: https://github.com/apache/echarts/issues/17006 ### Version 5.3.2 ### Link to Minimal Reproduction

[echarts-examples] branch gh-pages updated: feat(editor): support sharing code with customized tool options

2022-05-10 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/echarts-examples.git The following commit(s) were added to refs/heads/gh-pages by this push: new a84935d3 feat(editor): support

[GitHub] [echarts] li942475402 commented on issue #16997: 关于rich中预定义样式的优化

2022-05-10 Thread GitBox
li942475402 commented on issue #16997: URL: https://github.com/apache/echarts/issues/16997#issuecomment-1122036912 动态的话 ```javascript formatter(value){ let map = { valueA:richA, valueB:richB, ... } return

[GitHub] [echarts] jiawulin001 commented on a diff in pull request #16895: fix: all data mapped to one col when zooming in

2022-05-10 Thread GitBox
jiawulin001 commented on code in PR #16895: URL: https://github.com/apache/echarts/pull/16895#discussion_r868871563 ## src/coord/Axis.ts: ## @@ -129,7 +129,12 @@ class Axis { fixExtentWithBands(extent, (scale as OrdinalScale).count()); } -return

[GitHub] [echarts] jiawulin001 commented on a diff in pull request #16895: fix: all data mapped to one col when zooming in

2022-05-10 Thread GitBox
jiawulin001 commented on code in PR #16895: URL: https://github.com/apache/echarts/pull/16895#discussion_r868871563 ## src/coord/Axis.ts: ## @@ -129,7 +129,12 @@ class Axis { fixExtentWithBands(extent, (scale as OrdinalScale).count()); } -return

[GitHub] [echarts] jiawulin001 commented on issue #16977: [Bug] Chart is getting rendered beyond the chart area

2022-05-10 Thread GitBox
jiawulin001 commented on issue #16977: URL: https://github.com/apache/echarts/issues/16977#issuecomment-1121977937 > @jiawulin001, we have one functionality just to see the values which will fall under this value. I am not sure what that means, but that sounds solvable by data

[GitHub] [echarts] susiwen8 commented on issue #17004: smooth property is not working for radar series

2022-05-10 Thread GitBox
susiwen8 commented on issue #17004: URL: https://github.com/apache/echarts/issues/17004#issuecomment-1121967505 As I recall, there is none -- 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 issue #17005: [Bug] [柱状图] 堆叠情况下,设置barMinHeight,极限数据情况下柱子重叠而非堆叠

2022-05-10 Thread GitBox
echarts-bot[bot] commented on issue #17005: URL: https://github.com/apache/echarts/issues/17005#issuecomment-1121964180 @RootJian 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] RootJian opened a new issue, #17005: [Bug] [柱状图] 堆叠情况下,设置barMinHeight,极限数据情况下柱子重叠而非堆叠

2022-05-10 Thread GitBox
RootJian opened a new issue, #17005: URL: https://github.com/apache/echarts/issues/17005 ### Version 5.3.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce ``` javascript option = { tooltip: { trigger: 'axis',

[GitHub] [echarts] RahulVishK commented on issue #17004: smooth property is not working for radar series

2022-05-10 Thread GitBox
RahulVishK commented on issue #17004: URL: https://github.com/apache/echarts/issues/17004#issuecomment-1121963752 > susiwen8 do we have any property which which makes series line curvier in radar charts -- This is an automated message from the Apache Git Service. To respond to