[GitHub] [echarts] echarts-bot[bot] commented on issue #19057: [Bug] 解惑,由于pieces设置的值和数据一样,导致会出现多一条重叠线,新版和旧版都会这样存在,能告知原因,提供下解决方案吗

2023-08-29 Thread via GitHub
echarts-bot[bot] commented on issue #19057: URL: https://github.com/apache/echarts/issues/19057#issuecomment-1698504983 @jimGJW 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] jimGJW opened a new issue, #19057: [Bug] 解惑,由于pieces设置的值和数据一样,导致会出现多一条重叠线,新版和旧版都会这样存在,能告知原因,提供下解决方案吗

2023-08-29 Thread via GitHub
jimGJW opened a new issue, #19057: URL: https://github.com/apache/echarts/issues/19057 ### Version 新旧版都存在 ### Link to Minimal Reproduction https://codepen.io/jimgjw/pen/WNLwERg ### Steps to Reproduce

[GitHub] [echarts] echarts-bot[bot] commented on pull request #19056: fix(clip): calculate with dpr when extending clip path. close #19051

2023-08-29 Thread via GitHub
echarts-bot[bot] commented on PR #19056: URL: https://github.com/apache/echarts/pull/19056#issuecomment-1698459692 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] RexSkz opened a new pull request, #19056: fix(clip): calculate with dpr when extending clip path. close #19051

2023-08-29 Thread via GitHub
RexSkz opened a new pull request, #19056: URL: https://github.com/apache/echarts/pull/19056 ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do? Take

[GitHub] [echarts] ahdg6 commented on issue #19054: [Bug] node-canvas could not load image

2023-08-29 Thread via GitHub
ahdg6 commented on issue #19054: URL: https://github.com/apache/echarts/issues/19054#issuecomment-1698413283 > not sure what you are trying to accomplish with _loadImage_ since it is not used anywhere... > Images could be used as background or symbols - [Demo Code) Check the code

[GitHub] [echarts] RexSkz commented on issue #19051: [Bug] Series-line is clipped incorrectly at the rightmost position

2023-08-29 Thread via GitHub
RexSkz commented on issue #19051: URL: https://github.com/apache/echarts/issues/19051#issuecomment-1698412734 I just found that DPR can be retrieved from zrender instance: ```ts const zr = cartesian.model.ecModel.scheduler.ecInstance.getZr(); const dpr = zr.painter instanceof

[GitHub] [echarts] electroheadfx closed issue #19055: [Bug] Marklines disappear when zoom-in

2023-08-29 Thread via GitHub
electroheadfx closed issue #19055: [Bug] Marklines disappear when zoom-in URL: https://github.com/apache/echarts/issues/19055 -- 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] electroheadfx commented on issue #19055: [Bug] Marklines disappear when zoom-in

2023-08-29 Thread via GitHub
electroheadfx commented on issue #19055: URL: https://github.com/apache/echarts/issues/19055#issuecomment-1698048322 thanks @helgasoft to reproduce the equivalent with line. Should close this ticket ? because its not a bug but more a missing feature? -- This is an automated message from

[GitHub] [echarts] helgasoft commented on issue #18984: In the example, there is a picture of the day, and it is possible

2023-08-29 Thread via GitHub
helgasoft commented on issue #18984: URL: https://github.com/apache/echarts/issues/18984#issuecomment-1698053458 Someone [did it](https://www.makeapie.cn/echarts_content/xX9xcKXRjq.html) already. Great examples at [makeapie.cn](https://www.makeapie.cn/echarts_content/xX9xcKXRjq.html).

[GitHub] [echarts] helgasoft commented on issue #19055: [Bug] Marklines disappear when zoom-in

2023-08-29 Thread via GitHub
helgasoft commented on issue #19055: URL: https://github.com/apache/echarts/issues/19055#issuecomment-1698019887 Yes, clipping is valid for parent line but does not extend to its children marklines. A workaround in your case could be to do it all with lines - [Demo

[GitHub] [echarts] helgasoft commented on issue #19054: [Bug] node-canvas could not load image

2023-08-29 Thread via GitHub
helgasoft commented on issue #19054: URL: https://github.com/apache/echarts/issues/19054#issuecomment-1697892295 not sure what you are trying to accomplish with _loadImage_ since it is not used anywhere... Images could be used as background or symbols - [Demo

[GitHub] [echarts] electroheadfx opened a new issue, #19055: [Bug] Marklines disappear when zoom-in

2023-08-29 Thread via GitHub
electroheadfx opened a new issue, #19055: URL: https://github.com/apache/echarts/issues/19055 ### Version 5.4.3 ### Link to Minimal Reproduction https://codesandbox.io/s/basic-line-chart-forked-x638tn?file=/index.html ### Steps to Reproduce Zoom-in with

[GitHub] [echarts] iam-frankqiu commented on issue #19052: [Bug] The tooltip line is discontinuous,

2023-08-29 Thread via GitHub
iam-frankqiu commented on issue #19052: URL: https://github.com/apache/echarts/issues/19052#issuecomment-1697834546 > @Ovilia hope you can fix it ASAP. Thank you! > `lineStyle: { type:'solid' }` maybe ? > > NB: please close issue if problem solved. Sorry. Still didn't work

[GitHub] [echarts] helgasoft commented on issue #19052: [Bug] The tooltip line is discontinuous,

2023-08-29 Thread via GitHub
helgasoft commented on issue #19052: URL: https://github.com/apache/echarts/issues/19052#issuecomment-1697810721 ```lineStyle: { type:'solid' }``` maybe ? NB: please close issue if problem solved. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [echarts] itzdrli opened a new issue, #19054: [Bug] node-canvas could not load image

2023-08-29 Thread via GitHub
itzdrli opened a new issue, #19054: URL: https://github.com/apache/echarts/issues/19054 ### Version 5.4.3 ### Link to Minimal Reproduction https://github.com/itzdrli/example ### Steps to Reproduce Use the code from

[GitHub] [echarts] lmichaelis opened a new issue, #19053: [Bug] The type of `VisualMapOption.dimension` is incorrect

2023-08-29 Thread via GitHub
lmichaelis opened a new issue, #19053: URL: https://github.com/apache/echarts/issues/19053 ### Version <= 5.4.3 ### Link to Minimal Reproduction https://codesandbox.io/s/echarts-problem-visualmap-types-qcffh9 ### Steps to Reproduce 1. Create a blank

[GitHub] [echarts] iam-frankqiu commented on issue #19052: [Bug] The tooltip line is discontinuous,

2023-08-29 Thread via GitHub
iam-frankqiu commented on issue #19052: URL: https://github.com/apache/echarts/issues/19052#issuecomment-1697603043 @Ovilia hope you can fix it ASAP. Thank you! -- 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] iam-frankqiu opened a new issue, #19052: [Bug] The tooltip line is discontinuous,

2023-08-29 Thread via GitHub
iam-frankqiu opened a new issue, #19052: URL: https://github.com/apache/echarts/issues/19052 ### Version 5.4.3 ### Link to Minimal Reproduction https://codesandbox.io/s/3wcgr8?file=/index.html:120-165 ### Steps to Reproduce 1. set tooltip axisPointer type

[GitHub] [echarts] electroheadfx commented on issue #14835: Lines and mark areas disappear during zooming

2023-08-29 Thread via GitHub
electroheadfx commented on issue #14835: URL: https://github.com/apache/echarts/issues/14835#issuecomment-1697357764 This demo @Comee show the MarkLine disappear when I zoom in. The issue still there. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [echarts] RexSkz commented on issue #19051: [Bug] Series-line is clipped incorrectly at the rightmost position

2023-08-29 Thread via GitHub
RexSkz commented on issue #19051: URL: https://github.com/apache/echarts/issues/19051#issuecomment-1697256988 It seems that using `Math.ceil` is not enough, the devicePixelRatio should be considered. The full code might be: ```diff const _lineWidth =

[GitHub] [echarts] wuhemei commented on issue #18377: [Bug] heatmap 当数据量大时,缩放或是刷选brush,图表都会重新刷新

2023-08-29 Thread via GitHub
wuhemei commented on issue #18377: URL: https://github.com/apache/echarts/issues/18377#issuecomment-1697221727 这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [echarts] weijiaxu commented on issue #18377: [Bug] heatmap 当数据量大时,缩放或是刷选brush,图表都会重新刷新

2023-08-29 Thread via GitHub
weijiaxu commented on issue #18377: URL: https://github.com/apache/echarts/issues/18377#issuecomment-1697221107 echarts中的bar,scatter,heatmap图形,当节点数量过多时默认开启渐进式渲染。可以通过设置[progressive](https://echarts.apache.org/zh/option.html#series-heatmap.progressive)关闭系列的渐进式渲染 -- This is an automated

[GitHub] [echarts] RexSkz opened a new issue, #19051: [Bug] Series-line is clipped incorrectly at the rightmost position

2023-08-29 Thread via GitHub
RexSkz opened a new issue, #19051: URL: https://github.com/apache/echarts/issues/19051 ### Version 5.4.3 ### Link to Minimal Reproduction https://codepen.io/rexskz/pen/WNLweyw ### Steps to Reproduce 1. Open the codepen link. 2. Look at the rightmost

[GitHub] [echarts] Ovilia commented on issue #19046: [Feature] Add validity checker for ECharts options to public header

2023-08-29 Thread via GitHub
Ovilia commented on issue #19046: URL: https://github.com/apache/echarts/issues/19046#issuecomment-1697059159 There is not such checker, I'm afraid. The above image is probably using `try-catch`. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [echarts] echarts-bot[bot] commented on issue #19050: [Bug] When the sunburst is anticlockwise, the leaf node text displays the problem externally

2023-08-29 Thread via GitHub
echarts-bot[bot] commented on issue #19050: URL: https://github.com/apache/echarts/issues/19050#issuecomment-1697056580 This issue is labeled with `difficulty: easy`. @dmcisgood Would you like to debug it by yourself? This is a quicker way to get your problem fixed. Or you may wait for

[GitHub] [echarts] Ovilia closed issue #19037: [Bug] Line chart, bar chart and other histograms: I set multiple Y axes in the same direction (position:left), and set grid, the maximum and minimum axis

2023-08-29 Thread via GitHub
Ovilia closed issue #19037: [Bug] Line chart, bar chart and other histograms: I set multiple Y axes in the same direction (position:left), and set grid, the maximum and minimum axis range of each axis at the same time, a strange phenomenon appears: There's a blank space on the left side of

[GitHub] [echarts] Ovilia commented on issue #19026: [Feature] 请问vue中的某个js文件里面想使用echarts,需要如何引入呢?

2023-08-29 Thread via GitHub
Ovilia commented on issue #19026: URL: https://github.com/apache/echarts/issues/19026#issuecomment-1697052175 I would suggest using [vue-echarts](https://github.com/ecomfe/vue-echarts). Otherwise, you should check your compiling configurations like webpack and etc. -- This is an

[GitHub] [echarts] Ovilia commented on a diff in pull request #18978: fix(pie): Use actual area measure instead of radius in Rose Chart #15674

2023-08-29 Thread via GitHub
Ovilia commented on code in PR #18978: URL: https://github.com/apache/echarts/pull/18978#discussion_r1308447836 ## src/chart/pie/pieLayout.ts: ## @@ -176,9 +176,11 @@ export default function pieLayout( cx: cx, cy: cy, r0: r0, -

[GitHub] [echarts] github-actions[bot] commented on pull request #18978: fix(pie): Use actual area measure instead of radius in Rose Chart #15674

2023-08-29 Thread via GitHub
github-actions[bot] commented on PR #18978: URL: https://github.com/apache/echarts/pull/18978#issuecomment-1697047433 The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-18978@b6930ed -- This is an automated message from the

[echarts] branch master updated: fix(source): fix multi typed array detect error

2023-08-29 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia 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 db2036530 fix(source): fix multi typed array

[GitHub] [echarts] echarts-bot[bot] commented on pull request #19035: fix(source): fix multi typed array detect error

2023-08-29 Thread via GitHub
echarts-bot[bot] commented on PR #19035: URL: https://github.com/apache/echarts/pull/19035#issuecomment-1697017983 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] Ovilia closed issue #18963: [Bug] Binary array data does not work on xaxis but it works on yaxis

2023-08-29 Thread via GitHub
Ovilia closed issue #18963: [Bug] Binary array data does not work on xaxis but it works on yaxis URL: https://github.com/apache/echarts/issues/18963 -- 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] Ovilia merged pull request #19035: fix(source): fix multi typed array detect error

2023-08-29 Thread via GitHub
Ovilia merged PR #19035: URL: https://github.com/apache/echarts/pull/19035 -- 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] Ovilia commented on pull request #19035: fix(source): fix multi typed array detect error

2023-08-29 Thread via GitHub
Ovilia commented on PR #19035: URL: https://github.com/apache/echarts/pull/19035#issuecomment-1697017510 > The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-19035@db20365 Updated with demo:

[GitHub] [echarts] leventehegedus commented on issue #6836: echarts怎么实现心电波形图模拟

2023-08-29 Thread via GitHub
leventehegedus commented on issue #6836: URL: https://github.com/apache/echarts/issues/6836#issuecomment-1696999742 I'm facing the same problem? Can someone help me with the solution, because the links above are not valid anymore. Thanks in advance. -- This is an automated message

[GitHub] [echarts] tanmoy-blr closed issue #18973: [Bug] Linestack graphs do not align correctly on the yAxis if series > 1

2023-08-29 Thread via GitHub
tanmoy-blr closed issue #18973: [Bug] Linestack graphs do not align correctly on the yAxis if series > 1 URL: https://github.com/apache/echarts/issues/18973 -- 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

[GitHub] [echarts] tanmoy-blr commented on issue #18973: [Bug] Linestack graphs do not align correctly on the yAxis if series > 1

2023-08-29 Thread via GitHub
tanmoy-blr commented on issue #18973: URL: https://github.com/apache/echarts/issues/18973#issuecomment-1696955789 Thanks for the clarification. I see now that the graphs show the cumulative sum, and not the individual points. Closing the issue. -- This is an automated message from the

[GitHub] [echarts] sedatbasar commented on issue #16595: Custom Tooltip for Radar Chart[Feature]

2023-08-29 Thread via GitHub
sedatbasar commented on issue #16595: URL: https://github.com/apache/echarts/issues/16595#issuecomment-1696940062 Having same issue would be good to have 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