[echarts] 01/01: Merge pull request #17857 from apache/nightly-build

2022-11-01 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 commit f215249240c124079274fbca0de3f687ff612285 Merge: 817b84dcf d3d142ad5 Author: Zhongxiang Wang AuthorDate: Wed Nov 2

[echarts] branch master updated (817b84dcf -> f21524924)

2022-11-01 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/echarts.git from 817b84dcf Merge pull request #17808 from breizh24/fix-17363 add d3d142ad5 chore(nightly-build): fix potential

[GitHub] [echarts] echarts-bot[bot] commented on pull request #17857: chore(nightly-build): fix potential npm publish error due to time conflict

2022-11-01 Thread GitBox
echarts-bot[bot] commented on PR #17857: URL: https://github.com/apache/echarts/pull/17857#issuecomment-1299541892 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 #17857: chore(nightly-build): fix potential npm publish error due to time conflict

2022-11-01 Thread GitBox
plainheart merged PR #17857: URL: https://github.com/apache/echarts/pull/17857 -- 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] Ting-alphacore commented on issue #15266: I can't Set 3-hour interval with x-axis

2022-11-01 Thread GitBox
Ting-alphacore commented on issue #15266: URL: https://github.com/apache/echarts/issues/15266#issuecomment-1299493412 can't set 3 hours too, is the problem solved? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

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

2022-11-01 Thread GitBox
Civilduino commented on issue #9552: URL: https://github.com/apache/echarts/issues/9552#issuecomment-1298924726 this feature is needed and additional flexibility with the legend symbol format, right now is very limited -- This is an automated message from the Apache Git Service. To

[GitHub] [echarts] JESUMH opened a new issue, #15099: Performance echarts - High JS and CPU usage

2022-11-01 Thread GitBox
JESUMH opened a new issue, #15099: URL: https://github.com/apache/echarts/issues/15099 ### Version 4.9.0 ### Steps to reproduce Hi, I’m using echarts on my project and I analyse CPU and JS usage with Chrome Dev Tools. I see a high usage on updateAndAddDisplayable process

[GitHub] [echarts] JESUMH closed issue #15099: Performance echarts - High JS and CPU usage

2022-11-01 Thread GitBox
JESUMH closed issue #15099: Performance echarts - High JS and CPU usage URL: https://github.com/apache/echarts/issues/15099 -- 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] JESUMH closed issue #15459: Cannot read propery 'master' of undefined

2022-11-01 Thread GitBox
JESUMH closed issue #15459: Cannot read propery 'master' of undefined URL: https://github.com/apache/echarts/issues/15459 -- 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] inksnowhailong opened a new issue, #17860: [Bug] radar.axisName formatter Using rich affects the text content of other components!!!!!! this is a serious problem

2022-11-01 Thread GitBox
inksnowhailong opened a new issue, #17860: URL: https://github.com/apache/echarts/issues/17860 ### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce radar: { indicator: [ { text: 'Indicator1' }, { text: 'Indicator2'

[GitHub] [echarts] inksnowhailong opened a new issue, #17859: [Bug]

2022-11-01 Thread GitBox
inksnowhailong opened a new issue, #17859: URL: https://github.com/apache/echarts/issues/17859 ### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce radar: { indicator: [ { text: 'Indicator1' }, { text:

[GitHub] [echarts] echarts-bot[bot] closed issue #17859: [Bug]

2022-11-01 Thread GitBox
echarts-bot[bot] closed issue #17859: [Bug] URL: https://github.com/apache/echarts/issues/17859 -- 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] lbqzzz closed issue #17854: [Bug] vben框架下markLine不显示

2022-11-01 Thread GitBox
lbqzzz closed issue #17854: [Bug] vben框架下markLine不显示 URL: https://github.com/apache/echarts/issues/17854 -- 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] lbqzzz commented on issue #17854: [Bug] vben框架下markLine不显示

2022-11-01 Thread GitBox
lbqzzz commented on issue #17854: URL: https://github.com/apache/echarts/issues/17854#issuecomment-1298180258 Ok -- 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] sirviot opened a new issue, #17858: Bar charts not clipped when using filterMode: 'none'

2022-11-01 Thread GitBox
sirviot opened a new issue, #17858: URL: https://github.com/apache/echarts/issues/17858 ### Version 5.3.3 ### Link to Minimal Reproduction https://gallery.echartsjs.com/editor.html?c=xI02xxZ13f=1 ### Steps to Reproduce From previous issue: > I saw

[GitHub] [echarts] plainheart commented on a diff in pull request #17849: feat(dataView): add dataViewOpend and dataViewClosed event, close #17840

2022-11-01 Thread GitBox
plainheart commented on code in PR #17849: URL: https://github.com/apache/echarts/pull/17849#discussion_r1010162481 ## src/component/toolbox/feature/DataView.ts: ## @@ -534,4 +540,14 @@ echarts.registerAction({ }, payload.newOption)); }); +echarts.registerAction( +{

[GitHub] [echarts] plainheart commented on a diff in pull request #17849: feat(dataView): add dataViewOpend and dataViewClosed event, close #17840

2022-11-01 Thread GitBox
plainheart commented on code in PR #17849: URL: https://github.com/apache/echarts/pull/17849#discussion_r1010164448 ## src/component/toolbox/feature/DataView.ts: ## @@ -534,4 +540,14 @@ echarts.registerAction({ }, payload.newOption)); }); +echarts.registerAction( +{

[GitHub] [echarts] plainheart commented on a diff in pull request #17849: feat(dataView): add dataViewOpend and dataViewClosed event, close #17840

2022-11-01 Thread GitBox
plainheart commented on code in PR #17849: URL: https://github.com/apache/echarts/pull/17849#discussion_r1010162481 ## src/component/toolbox/feature/DataView.ts: ## @@ -534,4 +540,14 @@ echarts.registerAction({ }, payload.newOption)); }); +echarts.registerAction( +{

[GitHub] [echarts] echarts-bot[bot] commented on pull request #17857: chore(nightly-build): fix potential npm publish error due to time conflict

2022-11-01 Thread GitBox
echarts-bot[bot] commented on PR #17857: URL: https://github.com/apache/echarts/pull/17857#issuecomment-1298126567 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, #17857: chore(nightly-build): fix potential npm publish error due to time conflict

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

[echarts] branch nightly-build created (now d3d142ad5)

2022-11-01 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 d3d142ad5 chore(nightly-build): fix potential npm publish error due to time conflict. This branch includes

[echarts] 01/01: chore(nightly-build): fix potential npm publish error due to time conflict.

2022-11-01 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 d3d142ad5b1119f0d5e872c7302bd66ecbb60b72 Author: plainheart AuthorDate: Tue Nov 1 15:14:16 2022 +0800

[GitHub] [echarts] domino2 opened a new issue, #17856: Allow to place the middle label into the centre of the chart

2022-11-01 Thread GitBox
domino2 opened a new issue, #17856: URL: https://github.com/apache/echarts/issues/17856 ### What problem does this feature solve? When back button is not shown and the root node appear to be in the centre, the label is not centred in the circle but a side. ### What does the

[GitHub] [echarts] domino2 opened a new issue, #17855: Labels do not flip properly with the startAngle option

2022-11-01 Thread GitBox
domino2 opened a new issue, #17855: URL: https://github.com/apache/echarts/issues/17855 ### Version 5.4.0 ### Link to Minimal Reproduction https://codesandbox.io/s/optimistic-morning-ubqm4p ### Steps to Reproduce Change the `startAngle` to 180. ###

[GitHub] [echarts] plainheart commented on issue #17854: [Bug] vben框架下markLine不显示

2022-11-01 Thread GitBox
plainheart commented on issue #17854: URL: https://github.com/apache/echarts/issues/17854#issuecomment-1298104437 看起来你在使用 `use`,需要自行按需引入相关 chart 和 component,如果需要显示 markLine,应该引入 `MarkLineComponent`。 ```js import { MarkLineComponent } from 'echarts/components' echarts.use([