[GitHub] [echarts] radusuciu commented on issue #13274: Support for Dendrogram Diagram

2022-11-03 Thread GitBox
radusuciu commented on issue #13274: URL: https://github.com/apache/echarts/issues/13274#issuecomment-1302955240 This, in combination with a heatmap would enable echarts to support clustered heatmaps that are common in the biological sciences, for example:

[GitHub] [echarts] javaCR7 opened a new issue, #17871: [Bug] 树形图的value只能显示数字,无法显示其他类型字符

2022-11-03 Thread GitBox
javaCR7 opened a new issue, #17871: URL: https://github.com/apache/echarts/issues/17871 ### Version 5.4.0 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce vue ### Current Behavior 树形图的value当设置值为非数字字符时不显示 ###

[GitHub] [echarts] echarts-bot[bot] commented on issue #17871: [Bug] 树形图的value只能显示数字,无法显示其他类型字符

2022-11-03 Thread GitBox
echarts-bot[bot] commented on issue #17871: URL: https://github.com/apache/echarts/issues/17871#issuecomment-1302910765 @javaCR7 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] Ovilia commented on issue #17860: [Bug] radar.axisName formatter Using rich affects the text content of other components!!!!!! this is a serious problem

2022-11-03 Thread GitBox
Ovilia commented on issue #17860: URL: https://github.com/apache/echarts/issues/17860#issuecomment-1302892419 By default, the tooltip is rendered using HTML DOM so rich text is not supported. You can try to set [renderMode](https://echarts.apache.org/en/option.html#tooltip.renderMode) to

[GitHub] [echarts] echarts-bot[bot] commented on issue #17865: [Bug] The graph moves automatically.

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

[GitHub] [echarts] wzc11227 commented on issue #13578: line chart怎么能在x轴是"value"的时候使用 stack

2022-11-03 Thread GitBox
wzc11227 commented on issue #13578: URL: https://github.com/apache/echarts/issues/13578#issuecomment-1302879783 找到解决方法了,把y轴数据和x轴数据位置对换,然后用encode指定x轴和y轴 -- 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] MarceloDiazz commented on issue #11115: Multiple tooltips with different trigger type

2022-11-03 Thread GitBox
MarceloDiazz commented on issue #5: URL: https://github.com/apache/echarts/issues/5#issuecomment-1302868780 If anyone knows how I can edit that div to prevent it from doing that

[GitHub] [echarts] MarceloDiazz commented on issue #11115: Multiple tooltips with different trigger type

2022-11-03 Thread GitBox
MarceloDiazz commented on issue #5: URL: https://github.com/apache/echarts/issues/5#issuecomment-1302868206 ![image](https://user-images.githubusercontent.com/89277680/199869631-4393b804-6930-44a7-b8ef-ccc5fab2e563.png) -- This is an automated message from the Apache Git

[GitHub] [echarts] MarceloDiazz commented on issue #11115: Multiple tooltips with different trigger type

2022-11-03 Thread GitBox
MarceloDiazz commented on issue #5: URL: https://github.com/apache/echarts/issues/5#issuecomment-1302867798 for some strange reason the style of the tooltip sends top with a negative number and it stays below the div

[GitHub] [echarts] MarceloDiazz commented on issue #11115: Multiple tooltips with different trigger type

2022-11-03 Thread GitBox
MarceloDiazz commented on issue #5: URL: https://github.com/apache/echarts/issues/5#issuecomment-1302867269 I have a problem, this tooltip does not show all the values ​​and they are below the div

[GitHub] [echarts] MarceloDiazz commented on issue #11115: Multiple tooltips with different trigger type

2022-11-03 Thread GitBox
MarceloDiazz commented on issue #5: URL: https://github.com/apache/echarts/issues/5#issuecomment-1302849703 hello @Ovilia , do you have any idea if this feature was applied -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [echarts] github-actions[bot] commented on issue #13493: lngExtent/latExtent variables typo of bin maps in examples

2022-11-03 Thread GitBox
github-actions[bot] commented on issue #13493: URL: https://github.com/apache/echarts/issues/13493#issuecomment-1302661710 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] github-actions[bot] closed issue #13493: lngExtent/latExtent variables typo of bin maps in examples

2022-11-03 Thread GitBox
github-actions[bot] closed issue #13493: lngExtent/latExtent variables typo of bin maps in examples URL: https://github.com/apache/echarts/issues/13493 -- 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] github-actions[bot] closed issue #13356: can tooltip scroll bottom to show more data?

2022-11-03 Thread GitBox
github-actions[bot] closed issue #13356: can tooltip scroll bottom to show more data? URL: https://github.com/apache/echarts/issues/13356 -- 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

[GitHub] [echarts] github-actions[bot] commented on issue #13356: can tooltip scroll bottom to show more data?

2022-11-03 Thread GitBox
github-actions[bot] commented on issue #13356: URL: https://github.com/apache/echarts/issues/13356#issuecomment-1302661674 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] plainheart commented on issue #17870: 请问散点图的点可以用富文本编写吗?文档没看到有相关功能,没有的话我觉得这个是比较需要的

2022-11-03 Thread GitBox
plainheart commented on issue #17870: URL: https://github.com/apache/echarts/issues/17870#issuecomment-1302265519 > 我想每个点用不同的背景图加文字来实现 `symbol` 设置为图片,然后用 `label`

[GitHub] [echarts] plainheart commented on issue #17869: [Bug] 图表左右两侧默认会有个padding,这个有配置可以去掉么,想canvas都用来显示图表内容

2022-11-03 Thread GitBox
plainheart commented on issue #17869: URL: https://github.com/apache/echarts/issues/17869#issuecomment-1302254804 > 但是发现如果y轴如果有单位 还是会距离左侧有些空隙 这个倒是,好像现在还不太好控制轴名称 `axis.name` 的偏移量,也许后面会优化一下,不过优先级可能并不太高。 -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [echarts] L-value commented on issue #17869: [Bug] 图表左右两侧默认会有个padding,这个有配置可以去掉么,想canvas都用来显示图表内容

2022-11-03 Thread GitBox
L-value commented on issue #17869: URL: https://github.com/apache/echarts/issues/17869#issuecomment-1302043123 感谢 配置后确实有效果了,但是发现如果y轴如果有单位 还是会距离左侧有些空隙 -- 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] JaeWong-CN commented on issue #17870: 请问散点图的点可以用富文本编写吗?文档没看到有相关功能,没有的话我觉得这个是比较需要的

2022-11-03 Thread GitBox
JaeWong-CN commented on issue #17870: URL: https://github.com/apache/echarts/issues/17870#issuecomment-1301856618 > 能详细说明一下吗?是想改变点的形状? 不是的,比如我想每个点用不同的背景图加文字来实现,symbol不能用富文本来实现的话岂不是每个点都要分别切不同的图和不同的文字的图吗? -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [echarts] plainheart commented on issue #17870: 请问散点图的点可以用富文本编写吗?文档没看到有相关功能,没有的话我觉得这个是比较需要的

2022-11-03 Thread GitBox
plainheart commented on issue #17870: URL: https://github.com/apache/echarts/issues/17870#issuecomment-1301849993 能详细说明一下吗?是想改变点的形状? -- 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] echarts-bot[bot] commented on issue #17870: 请问散点图的点可以用富文本编写吗?文档没看到有相关功能,没有的话我觉得这个是比较需要的

2022-11-03 Thread GitBox
echarts-bot[bot] commented on issue #17870: URL: https://github.com/apache/echarts/issues/17870#issuecomment-1301839724 @JaeWong-CN 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] JaeWong-CN opened a new issue, #17870: 请问散点图的点可以用富文本编写吗?文档没看到有相关功能,没有的话我觉得这个是比较需要的

2022-11-03 Thread GitBox
JaeWong-CN opened a new issue, #17870: URL: https://github.com/apache/echarts/issues/17870 ### What problem does this feature solve? 自定义symble ### What does the proposed API look like? 1 -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [echarts] plainheart commented on issue #17853: [Bug] iOS中axispointer padding属性显示不对

2022-11-03 Thread GitBox
plainheart commented on issue #17853: URL: https://github.com/apache/echarts/issues/17853#issuecomment-1301744301 只是 iOS 存在这个问题吗?能麻烦提供一个能运行的例子我这边测试一下吗? -- 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 commented on issue #17866: [Bug] yAxis exponential not showing

2022-11-03 Thread GitBox
plainheart commented on issue #17866: URL: https://github.com/apache/echarts/issues/17866#issuecomment-1301741910 I can't reproduce this issue with the simple

[GitHub] [echarts] AntiMoron commented on issue #17868: [Feature] Found it hard to get started with README.md

2022-11-03 Thread GitBox
AntiMoron commented on issue #17868: URL: https://github.com/apache/echarts/issues/17868#issuecomment-1301734701 > Have you read the wiki [How-to-setup-the-dev-environment](https://github.com/apache/echarts/wiki/How-to-setup-the-dev-environment) and [How to make a pull

[GitHub] [echarts] plainheart commented on issue #17869: [Bug] 图表左右两侧默认会有个padding,这个有配置可以去掉么,想canvas都用来显示图表内容

2022-11-03 Thread GitBox
plainheart commented on issue #17869: URL: https://github.com/apache/echarts/issues/17869#issuecomment-1301730345 可以设置 [`boundaryGap`](https://echarts.apache.org/zh/option.html#xAxis.boundaryGap) 为 `false` -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [echarts] Ovilia closed issue #17842: [Bug] 饼图百分比格式化错误

2022-11-03 Thread GitBox
Ovilia closed issue #17842: [Bug] 饼图百分比格式化错误 URL: https://github.com/apache/echarts/issues/17842 -- 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 #17842: [Bug] 饼图百分比格式化错误

2022-11-03 Thread GitBox
Ovilia commented on issue #17842: URL: https://github.com/apache/echarts/issues/17842#issuecomment-1301728701 By default, `{d}` is the rounded result of percentage. If you don't think it appropriate for your case, you can use callback function to do the formatting. -- This is an

[GitHub] [echarts] L-value opened a new issue, #17869: [Bug] 图表左右两侧默认会有个padding,这个有配置可以去掉么,想canvas都用来显示图表内容

2022-11-03 Thread GitBox
L-value opened a new issue, #17869: URL: https://github.com/apache/echarts/issues/17869 ### Version 5.22 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce [Bug] 图表左右两侧默认会有个padding,这个有配置可以去掉么,想canvas都用来显示图表内容 ### Current Behavior

[GitHub] [echarts] echarts-bot[bot] commented on issue #17869: [Bug] 图表左右两侧默认会有个padding,这个有配置可以去掉么,想canvas都用来显示图表内容

2022-11-03 Thread GitBox
echarts-bot[bot] commented on issue #17869: URL: https://github.com/apache/echarts/issues/17869#issuecomment-1301728390 @L-value 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] AntiMoron commented on issue #17868: [Feature] Found it hard to get started with README.md

2022-11-03 Thread GitBox
AntiMoron commented on issue #17868: URL: https://github.com/apache/echarts/issues/17868#issuecomment-1301725440 Like me, my solution is : 1. Create a html file in directory `./assets/` Here's the content: ```html

[GitHub] [echarts] AntiMoron commented on issue #17868: [Feature] Found it hard to get started with README.md

2022-11-03 Thread GitBox
AntiMoron commented on issue #17868: URL: https://github.com/apache/echarts/issues/17868#issuecomment-1301723937 Also what I did is exactly what this article described. https://github.com/apache/echarts/wiki/How-to-setup-the-dev-environment You don't paste that. -- This

[GitHub] [echarts] AntiMoron commented on issue #17868: [Feature] Found it hard to get started with README.md

2022-11-03 Thread GitBox
AntiMoron commented on issue #17868: URL: https://github.com/apache/echarts/issues/17868#issuecomment-1301722609 @plainheart To be honest, you tell me is that method really easy to get started with? -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [echarts] plainheart commented on issue #17868: [Feature] Found it hard to get started with README.md

2022-11-03 Thread GitBox
plainheart commented on issue #17868: URL: https://github.com/apache/echarts/issues/17868#issuecomment-1301720393 Have you read the wiki [How-to-setup-the-dev-environment](https://github.com/apache/echarts/wiki/How-to-setup-the-dev-environment) and

[echarts-handbook] branch gh-pages updated (e86c1eb -> 54c634f)

2022-11-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch gh-pages in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git discard e86c1eb Deploying to gh-pages from @

[GitHub] [echarts] AntiMoron commented on issue #17868: [Feature] Found it hard to get started with README.md

2022-11-03 Thread GitBox
AntiMoron commented on issue #17868: URL: https://github.com/apache/echarts/issues/17868#issuecomment-1301718902 ### tl;dr 开源软件难以上手贡献代码,我认为yarn dev后应该提供个localhost:8000之类的地址打开个demo、让我调一调。更多的人能上手自己解决问题 -- This is an automated message from the Apache Git Service. To respond to the

[echarts-handbook] branch master updated: tweak concepts/dataset.md

2022-11-03 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-handbook.git The following commit(s) were added to refs/heads/master by this push: new 6badd9e tweak concepts/dataset.md

[GitHub] [echarts] AntiMoron opened a new issue, #17868: [Feature] Found it hard to get started with README.md

2022-11-03 Thread GitBox
AntiMoron opened a new issue, #17868: URL: https://github.com/apache/echarts/issues/17868 ### What problem does this feature solve? ### What? After I ran `yarn dev`, I don't know how to test `echarts` code base. So, it's DIFFICULT TO CONTRIBUTE as a beginner. which is not

[GitHub] [echarts] Femoon closed issue #17867: [Bug] The pie chart is set at the same time Series.label.fontsize and Series.emPhasis.label.fontsize. When the mouse moves to the graphic, it will cause

2022-11-03 Thread GitBox
Femoon closed issue #17867: [Bug] The pie chart is set at the same time Series.label.fontsize and Series.emPhasis.label.fontsize. When the mouse moves to the graphic, it will cause rendering abnormalities URL: https://github.com/apache/echarts/issues/17867 -- This is an automated message

[GitHub] [echarts] Femoon commented on issue #17867: [Bug] The pie chart is set at the same time Series.label.fontsize and Series.emPhasis.label.fontsize. When the mouse moves to the graphic, it will

2022-11-03 Thread GitBox
Femoon commented on issue #17867: URL: https://github.com/apache/echarts/issues/17867#issuecomment-1301714920 Find the reason, the fontsize attribute should be a number -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [echarts] bomee commented on pull request #17281: fix(selectedMode): get data id first

2022-11-03 Thread GitBox
bomee commented on PR #17281: URL: https://github.com/apache/echarts/pull/17281#issuecomment-1301710041 I urgently need this fix. -- 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] echarts-bot[bot] commented on issue #17867: [Bug] The pie chart is set at the same time Series.label.fontsize and Series.emPhasis.label.fontsize. When the mouse moves to the graphic

2022-11-03 Thread GitBox
echarts-bot[bot] commented on issue #17867: URL: https://github.com/apache/echarts/issues/17867#issuecomment-1301708123 @Femoon 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] Femoon opened a new issue, #17867: [Bug] The pie chart is set at the same time Series.label.fontsize and Series.emPhasis.label.fontsize. When the mouse moves to the graphic, it will

2022-11-03 Thread GitBox
Femoon opened a new issue, #17867: URL: https://github.com/apache/echarts/issues/17867 ### Version 5.4.0 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce ``` option = { color: ['#FFBF53', '#04B1C2', '#F07474', '#C55784',

[echarts-handbook] branch gh-pages updated (6697f09 -> e86c1eb)

2022-11-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch gh-pages in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git discard 6697f09 Deploying to gh-pages from @

[GitHub] [echarts-handbook] dependabot[bot] opened a new pull request, #70: build(deps): bump tar and node-sass

2022-11-03 Thread GitBox
dependabot[bot] opened a new pull request, #70: URL: https://github.com/apache/echarts-handbook/pull/70 Bumps [tar](https://github.com/npm/node-tar), [tar](https://github.com/npm/node-tar) and [node-sass](https://github.com/sass/node-sass). These dependencies needed to be updated

[echarts-handbook] branch dependabot/npm_and_yarn/actions/core-and-jamesives/github-pages-deploy-action-1.10.0 created (now 8fc970d)

2022-11-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/actions/core-and-jamesives/github-pages-deploy-action-1.10.0 in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git at 8fc970d build(deps):

[GitHub] [echarts-handbook] dependabot[bot] opened a new pull request, #69: build(deps): bump ansi-html and webpack-hot-middleware

2022-11-03 Thread GitBox
dependabot[bot] opened a new pull request, #69: URL: https://github.com/apache/echarts-handbook/pull/69 Removes [ansi-html](https://github.com/Tjatse/ansi-html). It's no longer used after updating ancestor dependency

[GitHub] [echarts-handbook] dependabot[bot] opened a new pull request, #71: build(deps): bump @actions/core and @jamesives/github-pages-deploy-action

2022-11-03 Thread GitBox
dependabot[bot] opened a new pull request, #71: URL: https://github.com/apache/echarts-handbook/pull/71 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) to 1.10.0 and updates ancestor dependency

[echarts-handbook] branch dependabot/npm_and_yarn/tar-and-tar-and-node-sass-6.1.12 created (now 5fabd23)

2022-11-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/tar-and-tar-and-node-sass-6.1.12 in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git at 5fabd23 build(deps): bump tar and node-sass No new

[echarts-handbook] branch dependabot/npm_and_yarn/ansi-html-and-webpack-hot-middleware--removed created (now 4e79d8e)

2022-11-03 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/ansi-html-and-webpack-hot-middleware--removed in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git at 4e79d8e build(deps): bump ansi-html

[echarts-handbook] 01/02: chore: add license field into package.json and update deps & update navbar component content and app.html

2022-11-03 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-handbook.git commit 585174d8fea931c7682e23d86601263d0996d40a Author: plainheart AuthorDate: Thu Nov 3 14:19:03 2022 +0800

[echarts-handbook] 02/02: fix: update links in concepts/dataset.md

2022-11-03 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-handbook.git commit 4f4252a647018968a842c5c7767e9335ba95c234 Author: plainheart AuthorDate: Thu Nov 3 14:38:11 2022 +0800

[echarts-handbook] branch master updated (d5eb1ac -> 4f4252a)

2022-11-03 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-handbook.git from d5eb1ac fix incorrect usage in doughnut live example. (#68) new 585174d chore: add license field