[GitHub] [echarts] zhixuan-loh commented on issue #8694: How to highlight selected data point.

2022-02-21 Thread GitBox
zhixuan-loh commented on issue #8694: URL: https://github.com/apache/echarts/issues/8694#issuecomment-1047517993 > In my case to get the effect above, I'm using **itemStyle.opacity** I'm storing local "state" on each series point to know if it's selected. Then applying the style based on t

[GitHub] [echarts] apitts commented on pull request #15428: feat(graph): simple graph draggable. close #14510

2022-02-21 Thread GitBox
apitts commented on pull request #15428: URL: https://github.com/apache/echarts/pull/15428#issuecomment-1047500063 This is also an essential feature for me. If I can help in any way with this pull request please let me know! -- This is an automated message from the Apache Git Service. To

[GitHub] [echarts] jingping-ye opened a new issue #16557: [Bug] No Config for the lineHeight of the graphic's text type

2022-02-21 Thread GitBox
jingping-ye opened a new issue #16557: URL: https://github.com/apache/echarts/issues/16557 ### Version 5.2.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 使用graphic text绘制多行文本,想要换行,找遍文本没有找到相关配置,希望可以尽快提供 ### Current Behavior

[GitHub] [echarts] echarts-bot[bot] commented on issue #16557: [Bug] No Config for the lineHeight of the graphic's text type

2022-02-21 Thread GitBox
echarts-bot[bot] commented on issue #16557: URL: https://github.com/apache/echarts/issues/16557#issuecomment-1047464855 @jingping-ye 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 t

[GitHub] [echarts] RavalikaP commented on issue #16533: Bar Position: Can we get the x,y,width and height of a particular bar?

2022-02-21 Thread GitBox
RavalikaP commented on issue #16533: URL: https://github.com/apache/echarts/issues/16533#issuecomment-1047445149 @plainheart, In case of line chart how we will be adding? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[echarts-bar-racing] branch master updated: add video total duration

2022-02-21 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-bar-racing.git The following commit(s) were added to refs/heads/master by this push: new 6020be1 add video total duration 60

[echarts-bar-racing] branch master updated: fix preview not work

2022-02-21 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-bar-racing.git The following commit(s) were added to refs/heads/master by this push: new 836a880 fix preview not work 836a88

[GitHub] [echarts] plainheart commented on issue #16556: Series Tooltip[Bug]

2022-02-21 Thread GitBox
plainheart commented on issue #16556: URL: https://github.com/apache/echarts/issues/16556#issuecomment-1047431529 You should first enable the tooltip globally, the `tooltip` option defined in series is only for customizing for specific series. ```js option = { // ... too

[GitHub] [echarts] MNHarshitha opened a new issue #16556: Series Tooltip[Bug]

2022-02-21 Thread GitBox
MNHarshitha opened a new issue #16556: URL: https://github.com/apache/echarts/issues/16556 ### Version 5.3.0 ### Link to Minimal Reproduction https://codepen.io/Harshitha19/pen/podLqax ### Steps to Reproduce var container = document.getElementById('main');

[echarts-bar-racing] branch master updated: exporting progress with higher precision

2022-02-21 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-bar-racing.git The following commit(s) were added to refs/heads/master by this push: new 64d0d1d exporting progress with hig

[echarts-bar-racing] branch master updated: add progress when exporting

2022-02-21 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-bar-racing.git The following commit(s) were added to refs/heads/master by this push: new c39e54b add progress when exporting

[GitHub] [echarts] nikolay-alemasov opened a new issue #16555: [Feature] Phylogenetic tree

2022-02-21 Thread GitBox
nikolay-alemasov opened a new issue #16555: URL: https://github.com/apache/echarts/issues/16555 ### What problem does this feature solve? Tree charts now cannot have a distance information for the particular edge. To draw not usual but [phylogenetic tree](https://en.wikipedia.org/wi

[echarts-bar-racing] branch master updated: cancel video exporting

2022-02-21 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-bar-racing.git The following commit(s) were added to refs/heads/master by this push: new ca77d80 cancel video exporting ca77

[GitHub] [echarts] Ovilia commented on issue #9945: echarts的框选问题(brush),非常紧急

2022-02-21 Thread GitBox
Ovilia commented on issue #9945: URL: https://github.com/apache/echarts/issues/9945#issuecomment-1047380513 试一下脏矩形渲染?https://echarts.apache.org/zh/api.html#echarts useDirtyRect 设为 true -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[echarts-bar-racing] branch master updated: refactor: reduce try cache

2022-02-21 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-bar-racing.git The following commit(s) were added to refs/heads/master by this push: new 561b888 refactor: reduce try cache

[echarts-bar-racing] branch master updated: refact: use async and await to optimize the code flow

2022-02-21 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-bar-racing.git The following commit(s) were added to refs/heads/master by this push: new aebdafd refact: use async and await

[GitHub] [echarts] chengkai2022 commented on issue #9350: geojson GeometryCollection doesn't work

2022-02-21 Thread GitBox
chengkai2022 commented on issue #9350: URL: https://github.com/apache/echarts/issues/9350#issuecomment-1047337130 5.3.0里这个还是不行,为啥没修复 -- 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

[GitHub] [echarts] linghaoSu opened a new pull request #16554: fix precision caused by use calculated data

2022-02-21 Thread GitBox
linghaoSu opened a new pull request #16554: URL: https://github.com/apache/echarts/pull/16554 ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do? avoid use ca

[GitHub] [echarts] echarts-bot[bot] commented on pull request #16554: fix precision caused by use calculated data

2022-02-21 Thread GitBox
echarts-bot[bot] commented on pull request #16554: URL: https://github.com/apache/echarts/pull/16554#issuecomment-1047335062 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding standard](https://echarts.apache.org/en/coding-stand

[GitHub] [echarts] l1b3r edited a comment on issue #15488: Display the nearest data of different series in one tooltip.

2022-02-21 Thread GitBox
l1b3r edited a comment on issue #15488: URL: https://github.com/apache/echarts/issues/15488#issuecomment-1044209422 The workaround from @Methodician might be viable in cases when you know the sampling frequency beforehand. However, in more general cases when your data is of various samplin

[GitHub] [echarts] linghaoSu commented on a change in pull request #16548: fix(tree): fix tree unexpected expand

2022-02-21 Thread GitBox
linghaoSu commented on a change in pull request #16548: URL: https://github.com/apache/echarts/pull/16548#discussion_r811082509 ## File path: src/chart/tree/TreeView.ts ## @@ -19,15 +19,15 @@ import * as zrUtil from 'zrender/src/core/util'; import * as graphic from '../../u

[echarts-bar-racing] branch master updated (0eaff8c -> 5fdd6de)

2022-02-21 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/echarts-bar-racing.git. from 0eaff8c feat: use mocked faq new 30d380f feat: use WebM new 5fdd6de fix: update i18n The 2

[echarts-bar-racing] 02/02: fix: update i18n

2022-02-21 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-bar-racing.git commit 5fdd6de1fa8d85164d679fc808bc0de0eeb968ca Author: Ovilia AuthorDate: Mon Feb 21 18:05:50 2022 +0800 fix:

[echarts-bar-racing] 01/02: feat: use WebM

2022-02-21 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-bar-racing.git commit 30d380f895182751f1244764f547743cb76689a6 Author: Ovilia AuthorDate: Mon Feb 21 17:50:55 2022 +0800 feat

[GitHub] [echarts] jingping-ye opened a new issue #16553: 如何在一个系列中绘制多个自定义多边形

2022-02-21 Thread GitBox
jingping-ye opened a new issue #16553: URL: https://github.com/apache/echarts/issues/16553 ### Version 5 ### Link to Minimal Reproduction https://codepen.io/vine101/pen/podLmdo ### Steps to Reproduce 1. 绘制一系列由四个点组成的不规则四边形 2. 绘制后可以与每个点进行tooltip交互 #

[GitHub] [echarts] echarts-bot[bot] commented on issue #16553: 如何在一个系列中绘制多个自定义多边形

2022-02-21 Thread GitBox
echarts-bot[bot] commented on issue #16553: URL: https://github.com/apache/echarts/issues/16553#issuecomment-1046670223 @jingping-ye 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 t

[GitHub] [echarts] Strugglemm commented on issue #16471: The ECharts Gallery can not be opened

2022-02-21 Thread GitBox
Strugglemm commented on issue #16471: URL: https://github.com/apache/echarts/issues/16471#issuecomment-1046653656 Where can I see examples in the future -- 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] zhaoxuhui1122 commented on issue #16552: bar chart display abnormal when setting the stack property [Bug]

2022-02-21 Thread GitBox
zhaoxuhui1122 commented on issue #16552: URL: https://github.com/apache/echarts/issues/16552#issuecomment-1046647428 > This approach is not suitable for my current scenario, where the data to render is pulled from the log server, It is impossible to know exactly whether there

[GitHub] [echarts] pissang commented on issue #16552: bar chart display abnormal when setting the stack property [Bug]

2022-02-21 Thread GitBox
pissang commented on issue #16552: URL: https://github.com/apache/echarts/issues/16552#issuecomment-1046632408 You can add `'-'` in the missing data to fix this issue. ```ts { name: "Union Ads", type: "bar", stack: "Ad",

[GitHub] [echarts] echarts-bot[bot] commented on issue #16552: 柱状图设置stack属性时,部分场景下显示异常[Bug]

2022-02-21 Thread GitBox
echarts-bot[bot] commented on issue #16552: URL: https://github.com/apache/echarts/issues/16552#issuecomment-1046594615 @zhaoxuhui1122 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] zhaoxuhui1122 opened a new issue #16552: [Bug]

2022-02-21 Thread GitBox
zhaoxuhui1122 opened a new issue #16552: URL: https://github.com/apache/echarts/issues/16552 ### Version 5.3.0 ### Link to Minimal Reproduction https://codesandbox.io/s/admiring-leftpad-h8jcdk?file=/src/App.tsx ### Steps to Reproduce 1. 设置柱状图数据堆叠stack参数

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

2022-02-21 Thread GitBox
echarts-bot[bot] closed issue #16552: URL: https://github.com/apache/echarts/issues/16552 -- 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: commits-

[GitHub] [echarts] echarts-bot[bot] commented on issue #16552: [Bug]

2022-02-21 Thread GitBox
echarts-bot[bot] commented on issue #16552: URL: https://github.com/apache/echarts/issues/16552#issuecomment-1046592257 I'm sorry to close this issue for it lacks the necessary title. Please provide **a _descriptive_ and as _concise_ as possible title to describe your problems or requests*

[echarts-bar-racing] branch master updated: feat: use mocked faq

2022-02-21 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-bar-racing.git The following commit(s) were added to refs/heads/master by this push: new 0eaff8c feat: use mocked faq 0eaff8