[GitHub] [echarts] shiboqingning commented on issue #17028: [Bug] The elements selected during the scaling of ScatterChart under large data volumes do not disappear

2022-05-15 Thread GitBox
shiboqingning commented on issue #17028: URL: https://github.com/apache/echarts/issues/17028#issuecomment-1127207542 The renderings are as follows: ![example](https://user-images.githubusercontent.com/102708847/168519866-45a3fad0-86f7-4a24-81f5-09200d408b4a.gif) See The

[echarts] branch master updated (84b957855 -> 5cf53e24a)

2022-05-15 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 84b957855 Merge pull request #17009 from susiwen8/tree-relative add ffc742918 fix(graphic): 1) fix some options

[echarts] 01/01: Merge pull request #17007 from apache/fix/graphic

2022-05-15 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 5cf53e24ac751650ce8d76dde957f1b0d0bd50e6 Merge: 84b957855 ffc742918 Author: Zhongxiang Wang AuthorDate: Mon May 16

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

2022-05-15 Thread GitBox
echarts-bot[bot] commented on PR #17007: URL: https://github.com/apache/echarts/pull/17007#issuecomment-1127181996 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 #17007: fix(graphic): fix some options may be unexpectedly reset on update

2022-05-15 Thread GitBox
plainheart merged PR #17007: URL: https://github.com/apache/echarts/pull/17007 -- 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] deshanruhunage commented on issue #17036: How to set the legend area into two-columns in Apache Echarts

2022-05-15 Thread GitBox
deshanruhunage commented on issue #17036: URL: https://github.com/apache/echarts/issues/17036#issuecomment-1127179941 ![e7rwA](https://user-images.githubusercontent.com/49788632/168515428-49514a4d-07af-447d-ac9a-31ba6f9c5303.jpeg) -- This is an automated message from the Apache Git

[GitHub] [echarts] echarts-bot[bot] commented on issue #17037: [Bug] 联动数据集demo中,设置showSymbol为false后,hover显示小圆点一闪而过

2022-05-15 Thread GitBox
echarts-bot[bot] commented on issue #17037: URL: https://github.com/apache/echarts/issues/17037#issuecomment-1127173646 @1076momo 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] 1076momo opened a new issue, #17037: [Bug] 联动数据集demo中,设置showSymbol为false后,hover显示小圆点一闪而过

2022-05-15 Thread GitBox
1076momo opened a new issue, #17037: URL: https://github.com/apache/echarts/issues/17037 ### Version 5.3.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce setTimeout(function () { option = { legend: {}, tooltip: {

[GitHub] [echarts] deshanruhunage opened a new issue, #17036: How to set the legend area into two-columns in Apache Echarts

2022-05-15 Thread GitBox
deshanruhunage opened a new issue, #17036: URL: https://github.com/apache/echarts/issues/17036 ### What problem does this feature solve? I want to make the legend area in a two-column in Apache Echarts, how I can achieve this with legend options? ### What does the

[GitHub] [echarts] maneetgoyal commented on pull request #16243: Support using dataType param to specify edge highlighting

2022-05-15 Thread GitBox
maneetgoyal commented on PR #16243: URL: https://github.com/apache/echarts/pull/16243#issuecomment-1127163635 @Dingzhaocheng i am using the latest version. The "dataType" property is working but I want to highlight both nodes and edges at the same time. Currently it is allowing me to

[GitHub] [echarts] teuf22 closed issue #17023: [Bug] Too many splitlines on time axis

2022-05-15 Thread GitBox
teuf22 closed issue #17023: [Bug] Too many splitlines on time axis URL: https://github.com/apache/echarts/issues/17023 -- 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] teuf22 commented on issue #17023: [Bug] Too many splitlines on time axis

2022-05-15 Thread GitBox
teuf22 commented on issue #17023: URL: https://github.com/apache/echarts/issues/17023#issuecomment-1127161490 Thank you for the tips. Great library -- 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

[GitHub] [echarts] ziyingjing commented on issue #17034: [Bug] 坐标轴能否显示固定设置的刻度,如X轴的刻度设置为[0.25,0.75,1],类似这个问题所提出的https://github.com/apache/echarts/issues/4678,目前echart能实现吗?

2022-05-15 Thread GitBox
ziyingjing commented on issue #17034: URL: https://github.com/apache/echarts/issues/17034#issuecomment-1127160396 > 可能我没描述清楚,我的诉求是我能坐标轴的刻度可以写死成固定的值,但是设置data能按着坐标轴的实际所属区间显示 如下面这张图 ![107101652669450_

[GitHub] [echarts] Ovilia commented on issue #17021: [Feature] Get calculated max/min value of yaxis

2022-05-15 Thread GitBox
Ovilia commented on issue #17021: URL: https://github.com/apache/echarts/issues/17021#issuecomment-1127157282 `markArea` is a simpler way to make it. Otherwise, you can use `chart.getOptions().grid.height` to get the size of the grid area. -- This is an automated message from the Apache

[GitHub] [echarts] Ovilia commented on issue #17023: [Bug] Too many splitlines on time axis

2022-05-15 Thread GitBox
Ovilia commented on issue #17023: URL: https://github.com/apache/echarts/issues/17023#issuecomment-1127156199 You can also set `xAxis.minInterval`. -- 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

[GitHub] [echarts] Ovilia commented on issue #17025: [Feature] 想在visualMap.pieces添加属性areaStyle

2022-05-15 Thread GitBox
Ovilia commented on issue #17025: URL: https://github.com/apache/echarts/issues/17025#issuecomment-1127155815 目前无法做到这一点,可以通过一个额外的 series,该 series 只包含希望增加 areaStyle 的数据 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [echarts] echarts-bot[bot] commented on issue #17028: [Bug] The elements selected during the scaling of ScatterChart under large data volumes do not disappear

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

[GitHub] [echarts] Ovilia commented on issue #17028: [Bug] The elements selected during the scaling of ScatterChart under large data volumes do not disappear

2022-05-15 Thread GitBox
Ovilia commented on issue #17028: URL: https://github.com/apache/echarts/issues/17028#issuecomment-1127154630 This doesn't look like a bug to me. Please create a demo if you think so. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [echarts] Ovilia commented on issue #17031: [Bug] When using appenddata to update data, and the data volume exceeds the largethreshold, the tooltip will disappear when updating data, and the

2022-05-15 Thread GitBox
Ovilia commented on issue #17031: URL: https://github.com/apache/echarts/issues/17031#issuecomment-1127153991 I don't think this is a bug. When all data is re-rendered, the old data is cleared and rendered again. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [echarts] Ovilia commented on issue #17033: treemap The label setting /n only shows half of the text, hope the text is displayed?

2022-05-15 Thread GitBox
Ovilia commented on issue #17033: URL: https://github.com/apache/echarts/issues/17033#issuecomment-1127152973 Set `label.overflow` to be `'break'`. -- 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

[GitHub] [echarts] Ovilia commented on issue #17034: [Bug] 坐标轴能否显示固定设置的刻度,如X轴的刻度设置为[0.25,0.75,1],类似这个问题所提出的https://github.com/apache/echarts/issues/4678,目前echart能实现吗?

2022-05-15 Thread GitBox
Ovilia commented on issue #17034: URL: https://github.com/apache/echarts/issues/17034#issuecomment-1127151499 可以的,相当于 `['Excellent', 'Good', 'OK', 'Bad']` 例子,写成字符串形式即可 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [echarts] Ovilia commented on issue #17035: [Bug] Issue with bootstrap + echarts!

2022-05-15 Thread GitBox
Ovilia commented on issue #17035: URL: https://github.com/apache/echarts/issues/17035#issuecomment-1127150933 The class name of the tooltip can be set with [tooltip.className](https://echarts.apache.org/en/option.html#tooltip.className). -- This is an automated message from the Apache

[GitHub] [echarts] jiawulin001 commented on issue #17021: [Feature] Get calculated max/min value of yaxis

2022-05-15 Thread GitBox
jiawulin001 commented on issue #17021: URL: https://github.com/apache/echarts/issues/17021#issuecomment-1127125927 You can use `markArea` to achieve such effect, by setting the gray zone data to none and put markArea there. But this method is only applicable to static chart. Please check

[GitHub] [echarts] dforel closed issue #17027: [Bug] When painting a pillar with a bar, use dataset mode, and when you use encode, it will cause the legend to disappear;当用bar画柱子时候,用dataset模式,当用encode的

2022-05-15 Thread GitBox
dforel closed issue #17027: [Bug] When painting a pillar with a bar, use dataset mode, and when you use encode, it will cause the legend to disappear;当用bar画柱子时候,用dataset模式,当用encode的时候,就会导致legend不见了 URL: https://github.com/apache/echarts/issues/17027 -- This is an automated message from the

[GitHub] [echarts] jiawulin001 commented on issue #17027: [Bug] When painting a pillar with a bar, use dataset mode, and when you use encode, it will cause the legend to disappear;当用bar画柱子时候,用dataset模

2022-05-15 Thread GitBox
jiawulin001 commented on issue #17027: URL: https://github.com/apache/echarts/issues/17027#issuecomment-1127118439 You can refer to [this](https://echarts.apache.org/zh/option.html#series-bar.name) for `name` setting. For what I mean you can see the attached code for referenece.

[GitHub] [echarts] Dingzhaocheng commented on pull request #16243: Support using dataType param to specify edge highlighting

2022-05-15 Thread GitBox
Dingzhaocheng commented on PR #16243: URL: https://github.com/apache/echarts/pull/16243#issuecomment-1127053697 > > @Dingzhaocheng hi, how can we highlight both nodes and edges simultaneously? > > You can see the PR changes file, you can follow these changes to directly modify your

[GitHub] [echarts] Dingzhaocheng commented on pull request #16243: Support using dataType param to specify edge highlighting

2022-05-15 Thread GitBox
Dingzhaocheng commented on PR #16243: URL: https://github.com/apache/echarts/pull/16243#issuecomment-1127050223 > @Dingzhaocheng hi, how can we highlight both nodes and edges simultaneously? You can see the PR changes file, you can follow these changes to directly modify your local

[GitHub] [echarts] Dingzhaocheng commented on pull request #16243: Support using dataType param to specify edge highlighting

2022-05-15 Thread GitBox
Dingzhaocheng commented on PR #16243: URL: https://github.com/apache/echarts/pull/16243#issuecomment-1127050040 > @pissang please help You can see the PR changes file, you can follow these changes to directly modify your local package, then you can use the new API on the proposal,

[GitHub] [echarts] github-actions[bot] commented on issue #12636: piecewise visualMap cannot be applied to dimension 0

2022-05-15 Thread GitBox
github-actions[bot] commented on issue #12636: URL: https://github.com/apache/echarts/issues/12636#issuecomment-1127031142 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 #12629: markArea 中的 label 层级(z值)与 markLine 中 label 的层级不一致,markArea的label会被压在下边。

2022-05-15 Thread GitBox
github-actions[bot] commented on issue #12629: URL: https://github.com/apache/echarts/issues/12629#issuecomment-1127031139 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] CodingFrizey opened a new issue, #17035: [Bug] Issue with bootstrap + echarts!

2022-05-15 Thread GitBox
CodingFrizey opened a new issue, #17035: URL: https://github.com/apache/echarts/issues/17035 ### Version 5.3.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1. Create a chart inside a bootstrap application 2. Add the tooltip

[GitHub] [echarts] dforel commented on issue #17027: [Bug] When painting a pillar with a bar, use dataset mode, and when you use encode, it will cause the legend to disappear;当用bar画柱子时候,用dataset模式,当用e

2022-05-15 Thread GitBox
dforel commented on issue #17027: URL: https://github.com/apache/echarts/issues/17027#issuecomment-1126967044 > So the problem here is not that "2017 legend disappears" but "**Another 2015 series is added and squeeze out the 2017 series**". If you watch carefully you can see that the first

[GitHub] [echarts] sammuell commented on issue #17021: [Feature] Get calculated max/min value of yaxis

2022-05-15 Thread GitBox
sammuell commented on issue #17021: URL: https://github.com/apache/echarts/issues/17021#issuecomment-1126939431 > Also, do you mean that you want all gray bars to be at 250 in this picture? Exactly. I first tried to draw the grey rectangles using the graphic option. That does not work

[GitHub] [echarts] echarts-bot[bot] commented on issue #17034: [Bug] 坐标轴能否显示固定设置的刻度,如X轴的刻度设置为[0.25,0.75,1],类似这个问题所提出的https://github.com/apache/echarts/issues/4678,目前echart能实现吗?

2022-05-15 Thread GitBox
echarts-bot[bot] commented on issue #17034: URL: https://github.com/apache/echarts/issues/17034#issuecomment-1126932463 @ziyingjing 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] ziyingjing opened a new issue, #17034: [Bug] 坐标轴能否显示固定设置的刻度,如X轴的刻度设置为[0.25,0.75,1],类似这个问题所提出的https://github.com/apache/echarts/issues/4678,目前echart能实现吗?

2022-05-15 Thread GitBox
ziyingjing opened a new issue, #17034: URL: https://github.com/apache/echarts/issues/17034 ### Version 5.2.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce https://echarts.apache.org/examples/zh/editor.html?c=parallel-simple