[GitHub] [echarts] sylvermeister commented on issue #11135: [SURVEY] What companies are using Apache ECharts ?

2022-10-20 Thread GitBox
sylvermeister commented on issue #11135: URL: https://github.com/apache/echarts/issues/11135#issuecomment-1286482713 X-Locations - providing analytics to business Website: [X-Location](https://www.x-locations.com/) -- This is an automated message from the Apache Git Service. To

[GitHub] [echarts] RahulVishK opened a new issue, #17802: series label should show first when overlapped with Markline label

2022-10-20 Thread GitBox
RahulVishK opened a new issue, #17802: URL: https://github.com/apache/echarts/issues/17802 ### What problem does this feature solve? option = { xAxis: { type: 'category', data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'] }, yAxis: { type:

[GitHub] [echarts] echarts-bot[bot] commented on issue #17801: 正负条形图 label 展示问题

2022-10-20 Thread GitBox
echarts-bot[bot] commented on issue #17801: URL: https://github.com/apache/echarts/issues/17801#issuecomment-1286406517 @azhen98 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] azhen98 opened a new issue, #17801: 正负条形图 label 展示问题

2022-10-20 Thread GitBox
azhen98 opened a new issue, #17801: URL: https://github.com/apache/echarts/issues/17801 ### Version 5.3.3 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce ```js option = { tooltip: { trigger: 'axis', axisPointer: {

[echarts] branch master updated: fix(i18n): language code for Ukrainian is UK, not UA

2022-10-20 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 The following commit(s) were added to refs/heads/master by this push: new 81cf1548a fix(i18n): language code for

[GitHub] [echarts] echarts-bot[bot] commented on pull request #17800: fix(i18n): language code for Ukrainian is UK, not UA

2022-10-20 Thread GitBox
echarts-bot[bot] commented on PR #17800: URL: https://github.com/apache/echarts/pull/17800#issuecomment-1286390141 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 closed issue #17795: Ukrainian locale name is incorrect

2022-10-20 Thread GitBox
plainheart closed issue #17795: Ukrainian locale name is incorrect URL: https://github.com/apache/echarts/issues/17795 -- 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] plainheart merged pull request #17800: fix(i18n): language code for Ukrainian is UK, not UA

2022-10-20 Thread GitBox
plainheart merged PR #17800: URL: https://github.com/apache/echarts/pull/17800 -- 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] echarts-bot[bot] commented on pull request #17800: fix(i18n): language code for Ukrainian is UK, not UA

2022-10-20 Thread GitBox
echarts-bot[bot] commented on PR #17800: URL: https://github.com/apache/echarts/pull/17800#issuecomment-1286279889 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] striezel opened a new pull request, #17800: fix(i18n): language code for Ukrainian is UK, not UA

2022-10-20 Thread GitBox
striezel opened a new pull request, #17800: URL: https://github.com/apache/echarts/pull/17800 Closes #17795. ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do?

[GitHub] [echarts] ggregoire commented on issue #16975: [Feature] Gap between heatmap items

2022-10-20 Thread GitBox
ggregoire commented on issue #16975: URL: https://github.com/apache/echarts/issues/16975#issuecomment-1286208923 I'm also looking for a white "gap" between the cells. Adding ```js series: [ { name: "red", // ... other options

[GitHub] [echarts] github-actions[bot] commented on issue #13322: Series (bar) - type: 'time' - entry width doesnt follow the maxInterval and gets corrected if there is any adjacent value.

2022-10-20 Thread GitBox
github-actions[bot] commented on issue #13322: URL: https://github.com/apache/echarts/issues/13322#issuecomment-1286149501 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] MatthewAry closed issue #17799: [Bug] ScatterChart with `labelLine` and `labelLayout` fails to move labels when built with vue2+vite

2022-10-20 Thread GitBox
MatthewAry closed issue #17799: [Bug] ScatterChart with `labelLine` and `labelLayout` fails to move labels when built with vue2+vite URL: https://github.com/apache/echarts/issues/17799 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [echarts] MatthewAry commented on issue #17799: [Bug] ScatterChart with `labelLine` and `labelLayout` fails to move labels when built with vue2+vite

2022-10-20 Thread GitBox
MatthewAry commented on issue #17799: URL: https://github.com/apache/echarts/issues/17799#issuecomment-1285878429 Thanks @plainheart ! I appreciate your quick response! 1. I didn't know that I was missing an import. I tried scouring the documentation to see if I was missing something

[GitHub] [echarts] plainheart commented on issue #17799: [Bug] ScatterChart with `labelLine` and `labelLayout` fails to move labels when built with vue2+vite

2022-10-20 Thread GitBox
plainheart commented on issue #17799: URL: https://github.com/apache/echarts/issues/17799#issuecomment-1285794488 It seems you didn't import and use the `LabelLayout` feature, which may cause this feature to be tree-shaked when building. Try the following code, ```ts // ...

[GitHub] [echarts] MatthewAry opened a new issue, #17799: [Bug] ScatterChart with `labelLine` and `labelLayout` fails to move labels when built with vue2+vite

2022-10-20 Thread GitBox
MatthewAry opened a new issue, #17799: URL: https://github.com/apache/echarts/issues/17799 ### Version 5.4.0 ### Link to Minimal Reproduction https://github.com/MatthewAry/echarts-scatter-label-bug ### Steps to Reproduce **Background:** The file with the

[GitHub] [echarts] AimanKhan1 opened a new issue, #17798: [Bug] Treemap: set selected tree node and zoom to node after data refresh

2022-10-20 Thread GitBox
AimanKhan1 opened a new issue, #17798: URL: https://github.com/apache/echarts/issues/17798 ### Version 5.4.0 ### Link to Minimal Reproduction https://jsfiddle.net/AimanKhan11/51kuv2mc/10/ ### Steps to Reproduce 1) run the fiddle 2) drill down to specific

[GitHub] [echarts] MaxSherry commented on issue #12951: Self-loop in graph

2022-10-20 Thread GitBox
MaxSherry commented on issue #12951: URL: https://github.com/apache/echarts/issues/12951#issuecomment-1285317230 +1 -- 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] baiyuhuowang opened a new issue, #17797: [Bug] 三维折线图中,当坐标x=0时,tooltip显示的x,y,z都为0

2022-10-20 Thread GitBox
baiyuhuowang opened a new issue, #17797: URL: https://github.com/apache/echarts/issues/17797 ### Version 5.3.2 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 我在series中配置了两条折线,当一条线的坐标数组x一直为0时,鼠标悬浮tooltip显示x,y,z都是零,

[GitHub] [echarts] echarts-bot[bot] commented on issue #17797: [Bug] 三维折线图中,当坐标x=0时,tooltip显示的x,y,z都为0

2022-10-20 Thread GitBox
echarts-bot[bot] commented on issue #17797: URL: https://github.com/apache/echarts/issues/17797#issuecomment-1285292933 @baiyuhuowang 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] sanketinx commented on issue #17704: [Bug] Is there any way to reduce font size with responsive for speedometer gauge value.

2022-10-20 Thread GitBox
sanketinx commented on issue #17704: URL: https://github.com/apache/echarts/issues/17704#issuecomment-1285092043 Hello, there is there any update? -- 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] dileepyelleti commented on issue #17790: [Bug] : Hover animation on disabled legend item

2022-10-20 Thread GitBox
dileepyelleti commented on issue #17790: URL: https://github.com/apache/echarts/issues/17790#issuecomment-1285012738 > This doesn't seem to be a bug. With `emphasis: { focus: 'series' }`, when hovering on one series, the others are blurred. It is not a bug and required behaviour if