[GitHub] [echarts] pissang commented on a change in pull request #16493: [Feature] add borderRadius option to heatmap

2022-02-13 Thread GitBox
pissang commented on a change in pull request #16493: URL: https://github.com/apache/echarts/pull/16493#discussion_r805573629 ## File path: test/heatmap-geo.html ## @@ -5,109 +5,99 @@ distributed with this work for additional information regarding copyright ownership. The

[GitHub] [echarts] pissang commented on a change in pull request #16493: [Feature] add borderRadius option to heatmap

2022-02-13 Thread GitBox
pissang commented on a change in pull request #16493: URL: https://github.com/apache/echarts/pull/16493#discussion_r805573629 ## File path: test/heatmap-geo.html ## @@ -5,109 +5,99 @@ distributed with this work for additional information regarding copyright ownership. The

[GitHub] [echarts-doc] pissang commented on a change in pull request #218: doc: quote mark in series.bar

2022-02-13 Thread GitBox
pissang commented on a change in pull request #218: URL: https://github.com/apache/echarts-doc/pull/218#discussion_r805576474 ## File path: en/option/series/bar.md ## @@ -249,6 +249,11 @@ Select state of single data. prefix = "#" ) }} +{{ use: partial-marker( +

[GitHub] [echarts] pissang commented on a change in pull request #16493: [Feature] add borderRadius option to heatmap

2022-02-13 Thread GitBox
pissang commented on a change in pull request #16493: URL: https://github.com/apache/echarts/pull/16493#discussion_r805573629 ## File path: test/heatmap-geo.html ## @@ -5,109 +5,99 @@ distributed with this work for additional information regarding copyright ownership. The

[GitHub] [echarts] Rain120 commented on a change in pull request #16493: [Feature] add borderRadius option to heatmap

2022-02-13 Thread GitBox
Rain120 commented on a change in pull request #16493: URL: https://github.com/apache/echarts/pull/16493#discussion_r805564618 ## File path: src/chart/heatmap/HeatmapView.ts ## @@ -41,6 +41,8 @@ interface GeoLikeCoordSys extends CoordinateSystem { getViewRect():

[GitHub] [echarts] Rain120 commented on a change in pull request #16493: [Feature] add borderRadius option to heatmap

2022-02-13 Thread GitBox
Rain120 commented on a change in pull request #16493: URL: https://github.com/apache/echarts/pull/16493#discussion_r805564189 ## File path: src/chart/heatmap/HeatmapView.ts ## @@ -245,13 +259,19 @@ class HeatmapView extends ChartView { dataDimY

[GitHub] [echarts] MPetak opened a new issue #16503: [Bug] Custom series doesn't remove previously rendered items any more

2022-02-13 Thread GitBox
MPetak opened a new issue #16503: URL: https://github.com/apache/echarts/issues/16503 ### Version 5.3.0 ### Link to Minimal Reproduction https://codepen.io/m5ak/pen/gOXxBxw ### Steps to Reproduce We render elements within custom series and when we try to

[GitHub] [echarts] Rain120 commented on a change in pull request #16493: [Feature] add borderRadius option to heatmap

2022-02-13 Thread GitBox
Rain120 commented on a change in pull request #16493: URL: https://github.com/apache/echarts/pull/16493#discussion_r805553077 ## File path: test/heatmap-calendar.html ## @@ -0,0 +1,106 @@ +

[GitHub] [echarts] wanglihuaya commented on issue #16502: legend图例过多设置滚动,只能单列显示吗[Feature]

2022-02-13 Thread GitBox
wanglihuaya commented on issue #16502: URL: https://github.com/apache/echarts/issues/16502#issuecomment-1038718685 https://user-images.githubusercontent.com/49522285/153815095-c23a526b-1bfd-4fbd-92d1-46f57f394f9d.png;> -- This is an automated message from the Apache Git Service. To

[GitHub] [echarts] echarts-bot[bot] commented on issue #16502: legend图例过多设置滚动,只能单列显示吗[Feature]

2022-02-13 Thread GitBox
echarts-bot[bot] commented on issue #16502: URL: https://github.com/apache/echarts/issues/16502#issuecomment-1038716882 @wanglihuaya 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] wanglihuaya opened a new issue #16502: legend图例过多设置滚动,只能单列显示吗[Feature]

2022-02-13 Thread GitBox
wanglihuaya opened a new issue #16502: URL: https://github.com/apache/echarts/issues/16502 ### What problem does this feature solve? legend图例过多设置滚动,只能单列显示吗 ### What does the proposed API look like? legend图例过多设置滚动,只能单列显示吗 -- This is an automated message from the

[GitHub] [echarts] pissang commented on a change in pull request #16431: fix(line): using sampling with lttb, NaN point should not be filtered.

2022-02-13 Thread GitBox
pissang commented on a change in pull request #16431: URL: https://github.com/apache/echarts/pull/16431#discussion_r805536323 ## File path: src/data/DataStore.ts ## @@ -983,6 +990,10 @@ class DataStore { } } +if (countNaN > 0 &&

[GitHub] [echarts] pissang commented on a change in pull request #16431: fix(line): using sampling with lttb, NaN point should not be filtered.

2022-02-13 Thread GitBox
pissang commented on a change in pull request #16431: URL: https://github.com/apache/echarts/pull/16431#discussion_r805536323 ## File path: src/data/DataStore.ts ## @@ -983,6 +990,10 @@ class DataStore { } } +if (countNaN > 0 &&

[GitHub] [echarts] Rain120 commented on a change in pull request #16493: [Feature] add borderRadius option to heatmap

2022-02-13 Thread GitBox
Rain120 commented on a change in pull request #16493: URL: https://github.com/apache/echarts/pull/16493#discussion_r805532283 ## File path: test/heatmap-border-radius.html ## @@ -0,0 +1,166 @@ + + + + + + + + + + + + + +html, +body, +

[GitHub] [echarts] pissang edited a comment on pull request #16456: fix: line graph overlaps the labels the bar graph labels

2022-02-13 Thread GitBox
pissang edited a comment on pull request #16456: URL: https://github.com/apache/echarts/pull/16456#issuecomment-1038664354 Sorry for the wrong code like(perhaps because I'm not using the permlink and the code is updated. I meant change the `z2` value of polyline

[GitHub] [echarts] pissang commented on pull request #16456: fix: line graph overlaps the labels the bar graph labels

2022-02-13 Thread GitBox
pissang commented on pull request #16456: URL: https://github.com/apache/echarts/pull/16456#issuecomment-1038664354 Sorry for the wrong code like(perhaps because I'm not using the permlink and the code is updated. I mean change the `z2` value of polyline

[GitHub] [echarts] pissang commented on issue #16496: markLine不支持curveness吗?那么如何画曲线呢?

2022-02-13 Thread GitBox
pissang commented on issue #16496: URL: https://github.com/apache/echarts/issues/16496#issuecomment-1038662308 @tuchongyang 参考 https://echarts.apache.org/zh/option.html#series-lines.lineStyle.curveness -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [echarts] pissang commented on a change in pull request #16493: [Feature] add borderRadius option to heatmap

2022-02-13 Thread GitBox
pissang commented on a change in pull request #16493: URL: https://github.com/apache/echarts/pull/16493#discussion_r805507967 ## File path: src/chart/heatmap/HeatmapView.ts ## @@ -225,6 +228,17 @@ class HeatmapView extends ChartView { for (let idx = start; idx < end;

[GitHub] [echarts] tuchongyang commented on issue #16496: markLine不支持curveness吗?那么如何画曲线呢?

2022-02-13 Thread GitBox
tuchongyang commented on issue #16496: URL: https://github.com/apache/echarts/issues/16496#issuecomment-1038615181 > 可以再增加一个系列画曲线? 可以加系列,但是画曲线的方法可以给个例子或者文档地址吗? -- 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 #16495: [Bug] candlestick item changes color while dragging

2022-02-13 Thread GitBox
Ovilia commented on issue #16495: URL: https://github.com/apache/echarts/issues/16495#issuecomment-1038594251 This is may be a bug of dojo (when opening is the same as closing value) with candlestick. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [echarts] SanLeen commented on issue #16491: [Feature] candlestick y-axis scalable

2022-02-13 Thread GitBox
SanLeen commented on issue #16491: URL: https://github.com/apache/echarts/issues/16491#issuecomment-1038583620 > filterMode: 'weakFilter' can be used with clip: true to get the best result. `clip: true` not work ```typescript ... series: [ {

[GitHub] [echarts] Ovilia commented on issue #16501: [Bug] Legend lies over diagram for small screens

2022-02-13 Thread GitBox
Ovilia commented on issue #16501: URL: https://github.com/apache/echarts/issues/16501#issuecomment-1038582432 Currently we don't have auto layout to avoid collision. You can set `grid.bottom` to be larger. If you need different values for different canvas size, you can use [responsive

[GitHub] [echarts] keel commented on issue #11382: echarts中实现多个tooltip存在

2022-02-13 Thread GitBox
keel commented on issue #11382: URL: https://github.com/apache/echarts/issues/11382#issuecomment-1037241854 希望能实现多个tooltip 的功能, trigger为'axis'时, 点击一次固定保留一条竖线, 再次点击则再保留一条竖线,以实现数据上的对比 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [echarts] github-actions[bot] closed issue #12007: Display area below isolated values in line charts

2022-02-13 Thread GitBox
github-actions[bot] closed issue #12007: URL: https://github.com/apache/echarts/issues/12007 -- 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 issue #16498: [Feature] title组件中的text和subtext支持不一致的水平位置,比如text居中时,subtext可以居左

2022-02-13 Thread GitBox
Ovilia commented on issue #16498: URL: https://github.com/apache/echarts/issues/16498#issuecomment-1038556855 title 可以是数组的,可以把 text 和 subtext 放在数组的两项中 -- 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

[GitHub] [echarts] plainheart edited a comment on issue #16500: Mouseover on axis labels are not working

2022-02-13 Thread GitBox
plainheart edited a comment on issue #16500: URL: https://github.com/apache/echarts/issues/16500#issuecomment-1038180419 You need to set [`xAxis.triggerEvent`](https://echarts.apache.org/en/option.html#xAxis.triggerEvent) as `true`. And here you need to use `event.targetType` to determine

[GitHub] [echarts] github-actions[bot] commented on issue #12007: Display area below isolated values in line charts

2022-02-13 Thread GitBox
github-actions[bot] commented on issue #12007: URL: https://github.com/apache/echarts/issues/12007#issuecomment-1037479356 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] Ovilia commented on issue #16496: markLine不支持curveness吗?那么如何画曲线呢?

2022-02-13 Thread GitBox
Ovilia commented on issue #16496: URL: https://github.com/apache/echarts/issues/16496#issuecomment-1038556360 可以再增加一个系列画曲线? -- 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] plainheart commented on issue #16500: Mouseover on axis labels are not working

2022-02-13 Thread GitBox
plainheart commented on issue #16500: URL: https://github.com/apache/echarts/issues/16500#issuecomment-1038180419 You need to set [`xAxis.triggerEvent`](https://echarts.apache.org/en/option.html#xAxis.triggerEvent) as `true`. -- This is an automated message from the Apache Git Service.

[GitHub] [echarts] plainheart closed issue #16499: [Bug] Missing documentation

2022-02-13 Thread GitBox
plainheart closed issue #16499: URL: https://github.com/apache/echarts/issues/16499 -- 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 #12131: log 轴堆叠问题

2022-02-13 Thread GitBox
github-actions[bot] commented on issue #12131: URL: https://github.com/apache/echarts/issues/12131#issuecomment-1037479370 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 #7620: X轴向左移动折线图被切断,怎样让线能跟Y轴连接起来

2022-02-13 Thread GitBox
github-actions[bot] commented on issue #7620: URL: https://github.com/apache/echarts/issues/7620#issuecomment-1038427786 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] Ovilia commented on issue #16489: Space between axis line and the first bar

2022-02-13 Thread GitBox
Ovilia commented on issue #16489: URL: https://github.com/apache/echarts/issues/16489#issuecomment-1038555822 Yes, this is expected. It's not possible to remove the gap only for the first bar. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [echarts] plainheart commented on issue #16499: [Bug] Missing documentation

2022-02-13 Thread GitBox
plainheart commented on issue #16499: URL: https://github.com/apache/echarts/issues/16499#issuecomment-1038528667 Thanks for the feedback. This example is also available on https://echarts.apache.org/examples/editor.html?c=line-markline -- This is an automated message from the Apache

[GitHub] [echarts] Ovilia commented on issue #16498: [Feature] title组件中的text和subtext支持不一致的水平位置,比如text居中时,subtext可以居左

2022-02-13 Thread GitBox
Ovilia commented on issue #16498: URL: https://github.com/apache/echarts/issues/16498#issuecomment-1038556855 title 可以是数组的,可以把 text 和 subtext 放在数组的两项中 -- 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

[GitHub] [echarts] Ovilia commented on issue #16496: markLine不支持curveness吗?那么如何画曲线呢?

2022-02-13 Thread GitBox
Ovilia commented on issue #16496: URL: https://github.com/apache/echarts/issues/16496#issuecomment-1038556360 可以再增加一个系列画曲线? -- 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] Ovilia commented on issue #16489: Space between axis line and the first bar

2022-02-13 Thread GitBox
Ovilia commented on issue #16489: URL: https://github.com/apache/echarts/issues/16489#issuecomment-1038555822 Yes, this is expected. It's not possible to remove the gap only for the first bar. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [echarts] plainheart edited a comment on issue #16500: Mouseover on axis labels are not working

2022-02-13 Thread GitBox
plainheart edited a comment on issue #16500: URL: https://github.com/apache/echarts/issues/16500#issuecomment-1038180419 You need to set [`xAxis.triggerEvent`](https://echarts.apache.org/en/option.html#xAxis.triggerEvent) as `true`. And here you need to use `event.targetType` to determine

[GitHub] [echarts] plainheart commented on issue #16499: [Bug] Missing documentation

2022-02-13 Thread GitBox
plainheart commented on issue #16499: URL: https://github.com/apache/echarts/issues/16499#issuecomment-1038528667 Thanks for the feedback. This example is also available on https://echarts.apache.org/examples/editor.html?c=line-markline -- This is an automated message from the Apache

[echarts-doc] branch master updated: fix broken link to the line-markline example caused by f4973320b9901a2cbc24abc318c2276065b4f350, resolves apache/echarts#16499.

2022-02-13 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-doc.git The following commit(s) were added to refs/heads/master by this push: new 758f4d8 fix broken link to the

[GitHub] [echarts] plainheart closed issue #16499: [Bug] Missing documentation

2022-02-13 Thread GitBox
plainheart closed issue #16499: URL: https://github.com/apache/echarts/issues/16499 -- 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] GUlbricht opened a new issue #16501: [Bug] Legend lies over diagram for small screens

2022-02-13 Thread GitBox
GUlbricht opened a new issue #16501: URL: https://github.com/apache/echarts/issues/16501 ### Version 5.3.0 ### Link to Minimal Reproduction https://codesandbox.io/s/polished-sun-56ohe?file=/src/index.js ### Steps to Reproduce 1. Create a Bar Stack Chart

[GitHub] [echarts] github-actions[bot] commented on issue #7620: X轴向左移动折线图被切断,怎样让线能跟Y轴连接起来

2022-02-13 Thread GitBox
github-actions[bot] commented on issue #7620: URL: https://github.com/apache/echarts/issues/7620#issuecomment-1038427786 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] plainheart commented on issue #16500: Mouseover on axis labels are not working

2022-02-13 Thread GitBox
plainheart commented on issue #16500: URL: https://github.com/apache/echarts/issues/16500#issuecomment-1038180419 You need to set [`xAxis.triggerEvent`](https://echarts.apache.org/en/option.html#xAxis.triggerEvent) as `true`. -- This is an automated message from the Apache Git Service.

[GitHub] [echarts] RavalikaP opened a new issue #16500: Mouseover on axis labels are not working

2022-02-13 Thread GitBox
RavalikaP opened a new issue #16500: URL: https://github.com/apache/echarts/issues/16500 ### Version 5.2.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 1. Create one chart with axis 2. Register mouse over event on axis labels