[GitHub] [echarts] zhanghaoStart edited a comment on issue #14502: treemap 设置 rich 后整体label不水平垂直居中

2021-03-22 Thread GitBox
zhanghaoStart edited a comment on issue #14502: URL: https://github.com/apache/echarts/issues/14502#issuecomment-804657977 @89466598946659 It is a option problem. Try the following configuration. ```js { series: [{ type: 'treemap',

[GitHub] [echarts] zhanghaoStart edited a comment on issue #14502: treemap 设置 rich 后整体label不水平垂直居中

2021-03-22 Thread GitBox
zhanghaoStart edited a comment on issue #14502: URL: https://github.com/apache/echarts/issues/14502#issuecomment-804657977 @89466598946659 It is a option problem. Try the following configuration. { series: [{ type: 'treemap', name: '

[GitHub] [echarts] zhanghaoStart commented on issue #14502: treemap 设置 rich 后整体label不水平垂直居中

2021-03-22 Thread GitBox
zhanghaoStart commented on issue #14502: URL: https://github.com/apache/echarts/issues/14502#issuecomment-804657977 @89466598946659 It is a option problem. Try the following configuration。 { series: [{ type: 'treemap', name: '中国',

[GitHub] [echarts] Jordon-Chen edited a comment on issue #1740: echarts的tooltip中可以放图片、超链接之类的元素吗?

2021-03-22 Thread GitBox
Jordon-Chen edited a comment on issue #1740: URL: https://github.com/apache/echarts/issues/1740#issuecomment-804629078 This works well for me. ``` tooltip: { position: function (pos, params, dom, rect, size) { const tooltipWidth = window.getComputedStyle(dom).width.replace(

[GitHub] [echarts] echarts-bot[bot] commented on issue #14325: DatasetComponent Miss report

2021-03-22 Thread GitBox
echarts-bot[bot] commented on issue #14325: URL: https://github.com/apache/echarts/issues/14325#issuecomment-804631674 This issue is labeled with `priority: high`, which means it's a frequently asked problem and we will fix it ASAP. -- This is an automated message from the Apache Git Ser

[GitHub] [echarts] Jordon-Chen commented on issue #1740: echarts的tooltip中可以放图片、超链接之类的元素吗?

2021-03-22 Thread GitBox
Jordon-Chen commented on issue #1740: URL: https://github.com/apache/echarts/issues/1740#issuecomment-804629078 This works well for me. ``` tooltip: { position: function (pos, params, dom, rect, size) { const tooltipWidth = window.getComputedStyle(dom).width.replace('px', '

[GitHub] [echarts] LemniscateX commented on pull request #13715: fix(custom): optionally return category from value(). close #12952

2021-03-22 Thread GitBox
LemniscateX commented on pull request #13715: URL: https://github.com/apache/echarts/pull/13715#issuecomment-804566759 > @pissang @LemniscateX > > I am not sure about the behavior of this API `value()`. > > Current behavior: > > * If the dimension is in type of `'ordinal

[GitHub] [echarts] plainheart closed issue #14512: 仪表盘的数据是否能够从非0的位置开始呢

2021-03-22 Thread GitBox
plainheart closed issue #14512: URL: https://github.com/apache/echarts/issues/14512 -- 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. For queries about this service, please

[GitHub] [echarts] KiterNink commented on issue #14512: 仪表盘的数据是否能够从非0的位置开始呢

2021-03-22 Thread GitBox
KiterNink commented on issue #14512: URL: https://github.com/apache/echarts/issues/14512#issuecomment-804545711 > 这个有点偏离现在的设计,应该暂时不会考虑 成,感谢回复,祝工作顺利 -- 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

[GitHub] [echarts] pissang commented on issue #14512: 仪表盘的数据是否能够从非0的位置开始呢

2021-03-22 Thread GitBox
pissang commented on issue #14512: URL: https://github.com/apache/echarts/issues/14512#issuecomment-804544732 这个有点偏离现在的设计,应该暂时不会考虑 -- 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 co

[GitHub] [echarts] kkuanhui edited a comment on issue #10391: 使用dataset时,tooltip.formatter使用通配符有问题

2021-03-22 Thread GitBox
kkuanhui edited a comment on issue #10391: URL: https://github.com/apache/echarts/issues/10391#issuecomment-804530001 We can render data into tooltip by using function below instead of using a b c d format. ```JavaScript function(data){ return `${data.seriesName} : ${data.name}

[GitHub] [echarts] kkuanhui commented on issue #10391: 使用dataset时,tooltip.formatter使用通配符有问题

2021-03-22 Thread GitBox
kkuanhui commented on issue #10391: URL: https://github.com/apache/echarts/issues/10391#issuecomment-804530001 We can render data into tooltip by using function below instead of using a b c d format. ```JavaScript function(data){ return `${data.seriesName} : ${data.name} ${data

[GitHub] [echarts] KiterNink edited a comment on issue #14512: 仪表盘的数据是否能够从非0的位置开始呢

2021-03-22 Thread GitBox
KiterNink edited a comment on issue #14512: URL: https://github.com/apache/echarts/issues/14512#issuecomment-804516365 用两个仪表盘成功实现了(如下图),后续有没有可能将这一功能列入配置项呢 ![image](https://user-images.githubusercontent.com/43311333/112079067-84048a00-8bba-11eb-92b0-57b8ff46135a.png) -- This is an

[GitHub] [echarts] KiterNink commented on issue #14512: 仪表盘的数据是否能够从非0的位置开始呢

2021-03-22 Thread GitBox
KiterNink commented on issue #14512: URL: https://github.com/apache/echarts/issues/14512#issuecomment-804516365 用两个仪表盘是可以成功实现了,后续有没有可能将这一功能列入配置项呢 ![image](https://user-images.githubusercontent.com/43311333/112079067-84048a00-8bba-11eb-92b0-57b8ff46135a.png) -- This is an automated

[echarts] branch fix/geo-svg updated (152ab8e -> c35a522)

2021-03-22 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a change to branch fix/geo-svg in repository https://gitbox.apache.org/repos/asf/echarts.git. from 152ab8e fix: [geo] (1) fix contain point calculation. (2) remove Geo['_nameCoordMap'], instead, calculate c

[echarts] 01/02: Merge branch 'master' into fix/geo-svg

2021-03-22 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch fix/geo-svg in repository https://gitbox.apache.org/repos/asf/echarts.git commit 426f371c8a1f9a7fc76f78fab75747f0b4ce3b0d Merge: 152ab8e f3471f0 Author: 100pah AuthorDate: Mon Mar 22 20:19:24 2

[echarts] 02/02: fix: [tooltip] (1) add missing test:visual (2) fix tooltip component default position: should apply `position` on option firstly.

2021-03-22 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch fix/geo-svg in repository https://gitbox.apache.org/repos/asf/echarts.git commit c35a522a6e009cff4c95e290f5bdef571f76c969 Author: 100pah AuthorDate: Tue Mar 23 03:56:33 2021 +0800 fix: [to

[GitHub] [echarts] susiwen8 commented on issue #14516: locale separators not applied [help wanted]

2021-03-22 Thread GitBox
susiwen8 commented on issue #14516: URL: https://github.com/apache/echarts/issues/14516#issuecomment-804119740 > So for the values on yAxis and xAxis I also have to use a formatter? Yes, that's right -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [echarts] susiwen8 closed issue #14516: locale separators not applied [help wanted]

2021-03-22 Thread GitBox
susiwen8 closed issue #14516: URL: https://github.com/apache/echarts/issues/14516 -- 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. For queries about this service, please c

[GitHub] [echarts] MateuszRomek commented on issue #14516: locale separators not applied [help wanted]

2021-03-22 Thread GitBox
MateuszRomek commented on issue #14516: URL: https://github.com/apache/echarts/issues/14516#issuecomment-804118394 So for the values on yAxis and xAxis I also have to use a formatter? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [echarts] Neo1020 commented on issue #11402: the axisPointer ,what will keep him alive?

2021-03-22 Thread GitBox
Neo1020 commented on issue #11402: URL: https://github.com/apache/echarts/issues/11402#issuecomment-804118020 Hi, I found the solution may be useful for this. Apply the following on the xAxis. `axisPointer: { handle: { show: true, color: '#d1554e',

[GitHub] [echarts] susiwen8 commented on issue #14516: locale separators not applied [help wanted]

2021-03-22 Thread GitBox
susiwen8 commented on issue #14516: URL: https://github.com/apache/echarts/issues/14516#issuecomment-804116825 Well, i18n doesn't affect tooltip format, if you want to format tooltip, you can use `tooltip.formatter` -- This is an automated message from the Apache Git Service. To respond

[GitHub] [echarts] echarts-bot[bot] commented on issue #14516: locale separators not applied [help wanted]

2021-03-22 Thread GitBox
echarts-bot[bot] commented on issue #14516: URL: https://github.com/apache/echarts/issues/14516#issuecomment-804107353 Hi! We've received your issue and please be patient to get responded. 🎉 The average response time is expected to be within one day for weekdays. In the meanwhile,

[GitHub] [echarts] MateuszRomek opened a new issue #14516: locale separators not applied [help wanted]

2021-03-22 Thread GitBox
MateuszRomek opened a new issue #14516: URL: https://github.com/apache/echarts/issues/14516 ### Version 5.0.2 ### Reproduction link [https://jsfiddle.net/d63vbuzf/4/](https://jsfiddle.net/d63vbuzf/4/) ### Steps to reproduce 1. register FR locale (as shown in jsFiddle)

[GitHub] [echarts] dominic-simplan commented on issue #14515: Parallel diagram: Cannot remove existing visual map via setOption

2021-03-22 Thread GitBox
dominic-simplan commented on issue #14515: URL: https://github.com/apache/echarts/issues/14515#issuecomment-804018971 Just found out that setOption with the default value of notMerge (false) will not remove components according to the documentation. I assume this is the case in the above e

[GitHub] [echarts] dominic-simplan closed issue #14515: Parallel diagram: Cannot remove existing visual map via setOption

2021-03-22 Thread GitBox
dominic-simplan closed issue #14515: URL: https://github.com/apache/echarts/issues/14515 -- 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. For queries about this service, p

[GitHub] [echarts] echarts-bot[bot] commented on issue #14515: Parallel diagram: Cannot remove existing visual map via setOption

2021-03-22 Thread GitBox
echarts-bot[bot] commented on issue #14515: URL: https://github.com/apache/echarts/issues/14515#issuecomment-804011300 Hi! We've received your issue and please be patient to get responded. 🎉 The average response time is expected to be within one day for weekdays. In the meanwhile,

[GitHub] [echarts] dominic-simplan opened a new issue #14515: Parallel diagram: Cannot remove existing visual map via setOption

2021-03-22 Thread GitBox
dominic-simplan opened a new issue #14515: URL: https://github.com/apache/echarts/issues/14515 ### Version 5.0.2 ### Reproduction link [https://jsfiddle.net/3opxjg2v/](https://jsfiddle.net/3opxjg2v/) ### Steps to reproduce Open the example at https://jsfiddle.net/3opxj

[echarts] branch master updated: fix(custom): fix series label on custom series not working properly. close #14092

2021-03-22 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang 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 e3974dd fix(custom): fix series label on cus

[GitHub] [echarts] 100pah closed issue #14092: Series Label on Custom Series not working properly

2021-03-22 Thread GitBox
100pah closed issue #14092: URL: https://github.com/apache/echarts/issues/14092 -- 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. For queries about this service, please con

[GitHub] [echarts] 100pah merged pull request #14254: fix(custom): fix series label on custom series not working properly. close #14092

2021-03-22 Thread GitBox
100pah merged pull request #14254: URL: https://github.com/apache/echarts/pull/14254 -- 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. For queries about this service, pleas

[GitHub] [echarts] echarts-bot[bot] commented on pull request #14254: fix(custom): fix series label on custom series not working properly. close #14092

2021-03-22 Thread GitBox
echarts-bot[bot] commented on pull request #14254: URL: https://github.com/apache/echarts/pull/14254#issuecomment-803994195 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, ple

[GitHub] [echarts] KiterNink commented on issue #14512: 仪表盘的数据是否能够从非0的位置开始呢

2021-03-22 Thread GitBox
KiterNink commented on issue #14512: URL: https://github.com/apache/echarts/issues/14512#issuecomment-803953572 > @KiterNink 可以用两个仪表盘来模拟,第二个仪表盘只画这个圆环 是一个好办法,我去试试 -- 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 #14514: Parallel diagram is not drawn if visualMap is set to piecewise and inRange.color is defined

2021-03-22 Thread GitBox
echarts-bot[bot] commented on issue #14514: URL: https://github.com/apache/echarts/issues/14514#issuecomment-803952589 Hi! We've received your issue and please be patient to get responded. 🎉 The average response time is expected to be within one day for weekdays. In the meanwhile,

[GitHub] [echarts] dominic-simplan opened a new issue #14514: Parallel diagram is not drawn if visualMap is set to piecewise and inRange.color is defined

2021-03-22 Thread GitBox
dominic-simplan opened a new issue #14514: URL: https://github.com/apache/echarts/issues/14514 ### Version 5.0.2 ### Reproduction link [https://jsfiddle.net/b82q3ft1/](https://jsfiddle.net/b82q3ft1/) ### Steps to reproduce See this example: https://jsfiddle.net/b82q3ft

[GitHub] [echarts] pissang commented on issue #14512: 仪表盘的数据是否能够从非0的位置开始呢

2021-03-22 Thread GitBox
pissang commented on issue #14512: URL: https://github.com/apache/echarts/issues/14512#issuecomment-803946640 @KiterNink 可以用两个仪表盘来模拟,第二个仪表盘只画这个圆环 -- 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] KiterNink commented on issue #14512: 仪表盘的数据是否能够从非0的位置开始呢

2021-03-22 Thread GitBox
KiterNink commented on issue #14512: URL: https://github.com/apache/echarts/issues/14512#issuecomment-803944315 > 指针需要在这个范围之间吗? 不需要的 -- 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 sp

[echarts] branch fix-legend updated (aa7f802 -> 171571b)

2021-03-22 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch fix-legend in repository https://gitbox.apache.org/repos/asf/echarts.git. from aa7f802 WIP(legend): fix symbolSize add ef532ba WIP(legend): fix inactive legend style add e95638a

[GitHub] [echarts] pissang commented on issue #14512: 仪表盘的数据是否能够从非0的位置开始呢

2021-03-22 Thread GitBox
pissang commented on issue #14512: URL: https://github.com/apache/echarts/issues/14512#issuecomment-803943196 指针需要在这个范围之间吗? -- 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] kchjxxgh removed a comment on issue #14502: treemap 设置 rich 后整体label不水平垂直居中

2021-03-22 Thread GitBox
kchjxxgh removed a comment on issue #14502: URL: https://github.com/apache/echarts/issues/14502#issuecomment-802726400 Met the same issue after upgrade to 5.0.2. The rich with verticalAlign: middle doesn't work. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [echarts] Jordon-Chen commented on issue #14470: Tooltip is wrong in custom-gantt-flight example

2021-03-22 Thread GitBox
Jordon-Chen commented on issue #14470: URL: https://github.com/apache/echarts/issues/14470#issuecomment-803913014 Hi, is there any ways to work around this tooltip problem in version 5.0.2 ? -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [echarts] echarts-bot[bot] commented on issue #14513: parallel.axisExpandable example in documentation doesn't work

2021-03-22 Thread GitBox
echarts-bot[bot] commented on issue #14513: URL: https://github.com/apache/echarts/issues/14513#issuecomment-803897974 Hi! We've received your issue and please be patient to get responded. 🎉 The average response time is expected to be within one day for weekdays. In the meanwhile,

[GitHub] [echarts] dominic-simplan opened a new issue #14513: parallel.axisExpandable example in documentation doesn't work

2021-03-22 Thread GitBox
dominic-simplan opened a new issue #14513: URL: https://github.com/apache/echarts/issues/14513 ### Version 5.0.2 ### Reproduction link [https://echarts.apache.org/en/option.html#parallel.axisExpandable](https://echarts.apache.org/en/option.html#parallel.axisExpandable) #

[GitHub] [echarts] echarts-bot[bot] commented on issue #14512: 仪表盘的数据是否能够从非0的位置开始呢

2021-03-22 Thread GitBox
echarts-bot[bot] commented on issue #14512: URL: https://github.com/apache/echarts/issues/14512#issuecomment-803886358 -- 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. For q

[GitHub] [echarts] KiterNink opened a new issue #14512: 仪表盘的数据是否能够从非0的位置开始呢

2021-03-22 Thread GitBox
KiterNink opened a new issue #14512: URL: https://github.com/apache/echarts/issues/14512 ### What problem does this feature solve? 业务需求是有一个数据范围和一个期望值,需要通过仪表盘的样式来表达二者的关系 ### What does the proposed API look like? 可以配置数据的startAngle和endAngle,而不止整个表 ### example ![image](https:

[GitHub] [echarts] echarts-bot[bot] closed issue #14511: Hello how can i change the 'gauge's data start ?

2021-03-22 Thread GitBox
echarts-bot[bot] closed issue #14511: URL: https://github.com/apache/echarts/issues/14511 -- 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. For queries about this service,

[GitHub] [echarts] KiterNink opened a new issue #14511: Hello how can i change the 'gauge's data start ?

2021-03-22 Thread GitBox
KiterNink opened a new issue #14511: URL: https://github.com/apache/echarts/issues/14511 ![image](https://user-images.githubusercontent.com/43311333/111962972-f7ac8580-8b2d-11eb-85fc-8dc626ef4d43.png) just like the image, i nid the data start from what does not equal 0 but it seems not

[GitHub] [echarts] echarts-bot[bot] commented on issue #14511: Hello how can i change the 'gauge's data start ?

2021-03-22 Thread GitBox
echarts-bot[bot] commented on issue #14511: URL: https://github.com/apache/echarts/issues/14511#issuecomment-803880297 This issue is not created using [issue template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close it. 🙊 Sorry for this, but it helps save our maint

[GitHub] [echarts] zhanghaoStart commented on issue #14508: v5.0.2 legend.textStyle.rich.{className}.width can't work

2021-03-22 Thread GitBox
zhanghaoStart commented on issue #14508: URL: https://github.com/apache/echarts/issues/14508#issuecomment-803866186 @100pah I think it's a code problem. A transparent default value for the legend.textStyle.rich.[styleName].backgroundColor will solve this problem. ![image](https:/

[GitHub] [echarts] MichaelElliot1999 commented on issue #14510: Allow nodes to be draggable when layout is set to none, or keep nodes fixed when dragged in force-layout graph

2021-03-22 Thread GitBox
MichaelElliot1999 commented on issue #14510: URL: https://github.com/apache/echarts/issues/14510#issuecomment-803842060 This old issue is on the same topic: https://github.com/apache/echarts/issues/6467 -- This is an automated message from the Apache Git Service. To respond to the messa