[GitHub] [echarts] echarts-bot[bot] commented on issue #14316: 树图lable经由formatter添加换行符后,出现多个label

2021-02-21 Thread GitBox
echarts-bot[bot] commented on issue #14316: URL: https://github.com/apache/echarts/issues/14316#issuecomment-783162758 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [echarts] aha-09 opened a new issue #14316: 树图lable经由formatter添加换行符后,出现多个label

2021-02-21 Thread GitBox
aha-09 opened a new issue #14316: URL: https://github.com/apache/echarts/issues/14316 ### Version 5.0.1 ### Steps to reproduce 1、画了一个树图,想让label文字竖着摆放,于是在label.formatter里添加了换行符 label.formatter: function(param){ return{others|${param.name.split('').join('\n')}}} }

[GitHub] [echarts] echarts-bot[bot] closed issue #14315: 树图lable经由formatter添加换行符后,出现多个label

2021-02-21 Thread GitBox
echarts-bot[bot] closed issue #14315: URL: https://github.com/apache/echarts/issues/14315 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] echarts-bot[bot] commented on issue #14315: 树图lable经由formatter添加换行符后,出现多个label

2021-02-21 Thread GitBox
echarts-bot[bot] commented on issue #14315: URL: https://github.com/apache/echarts/issues/14315#issuecomment-783158650 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

[GitHub] [echarts] aha-09 opened a new issue #14315: 树图lable经由formatter添加换行符后,出现多个label

2021-02-21 Thread GitBox
aha-09 opened a new issue #14315: URL: https://github.com/apache/echarts/issues/14315 画了一个树图,想让label文字竖着摆放,于是在label.formatter里添加了换行符 ` formatter: function(param){ return `{others|${param.name.split('').join('\n')}}` } } ` 打印返回值如下:

[GitHub] [echarts] 7neves commented on issue #6141: graph edgeSymbol设置为箭头 ,node symbolSize为数组时,箭头显示的位置不对。位置偏差和symbolSize的差正相关。

2021-02-21 Thread GitBox
7neves commented on issue #6141: URL: https://github.com/apache/echarts/issues/6141#issuecomment-783151461 将`itemStyle`的`color`为`transparent`,之后通过设置`data`中每一项的`label`和`symbolSize`以及`symbolOffset`的方式将问题解决了 This is an

[GitHub] [echarts] Ovilia commented on issue #14312: Dual time series dataset does not render correctly

2021-02-21 Thread GitBox
Ovilia commented on issue #14312: URL: https://github.com/apache/echarts/issues/14312#issuecomment-783149182 This seems to be a bug. It works with `'category'` axis but not `'time'`. This is an automated message from the

[GitHub] [echarts] Arraz commented on issue #14305: xAxis interval option not works with timeseries line graph

2021-02-21 Thread GitBox
Arraz commented on issue #14305: URL: https://github.com/apache/echarts/issues/14305#issuecomment-783138172 I need to set interval like I add interval of 4 or more years then chart should show axis label after that time period without any other gap like leap or any. **I have added

[GitHub] [echarts] Princekk closed issue #14306: series.render is required

2021-02-21 Thread GitBox
Princekk closed issue #14306: URL: https://github.com/apache/echarts/issues/14306 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] Princekk commented on issue #14306: series.render is required

2021-02-21 Thread GitBox
Princekk commented on issue #14306: URL: https://github.com/apache/echarts/issues/14306#issuecomment-783121515 Thank you very much for your reply and let me know what the problem is. My problem has been solved. Please close this issue

[GitHub] [echarts] Ovilia commented on issue #14311: Inverted y-axis shades wrong line area

2021-02-21 Thread GitBox
Ovilia commented on issue #14311: URL: https://github.com/apache/echarts/issues/14311#issuecomment-783082719 Set `xAxis.axisLine.onZero` to be `false` and `series.areaStyle.origin` to be `'end'`. This is an automated

[GitHub] [echarts] Ovilia commented on issue #14309: Inverted y-axis draws x-axis in wrong location

2021-02-21 Thread GitBox
Ovilia commented on issue #14309: URL: https://github.com/apache/echarts/issues/14309#issuecomment-783081431 This is not a bug. To get what you want, set `xAxis.axisLine.onZero` to be `false`. This is an automated message

[GitHub] [echarts] Ovilia commented on issue #14306: series.render is required

2021-02-21 Thread GitBox
Ovilia commented on issue #14306: URL: https://github.com/apache/echarts/issues/14306#issuecomment-783079282 https://echarts.apache.org/en/option.html#series-custom.renderItem is required. This is an automated message from

[GitHub] [echarts] Ovilia commented on issue #14305: xAxis interval option not works with timeseries line graph

2021-02-21 Thread GitBox
Ovilia commented on issue #14305: URL: https://github.com/apache/echarts/issues/14305#issuecomment-783078643 Similar to #14298 . `interval` is a reference value and is not used compulsorily. Currently, we have no way to accurately set the interval of time axis but this seems to be a

[GitHub] [echarts] Ovilia commented on issue #14303: Ecart can't be displayed in the ’飞视‘ browser on the smart TV

2021-02-21 Thread GitBox
Ovilia commented on issue #14303: URL: https://github.com/apache/echarts/issues/14303#issuecomment-783077459 We cannot know what's going on with such limited information. This is an automated message from the Apache Git

[echarts-doc] branch fix-markline updated (2413c9e -> 6514e5e)

2021-02-21 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch fix-markline in repository https://gitbox.apache.org/repos/asf/echarts-doc.git. from 2413c9e doc: update markLine.data.xAxis and yAxis add 6514e5e doc: update en markLine.data.xAxis

[GitHub] [echarts-doc] Ovilia opened a new pull request #171: doc: update markLine.data.xAxis and yAxis

2021-02-21 Thread GitBox
Ovilia opened a new pull request #171: URL: https://github.com/apache/echarts-doc/pull/171 Relates apache/echarts#14314 apache/echarts#14300 This PR adds `xAxis` and `yAxis` doc of `markLine.data`. This is an

[echarts-doc] branch fix-markline created (now 2413c9e)

2021-02-21 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch fix-markline in repository https://gitbox.apache.org/repos/asf/echarts-doc.git. at 2413c9e doc: update markLine.data.xAxis and yAxis This branch includes the following new commits:

[echarts-doc] 01/01: doc: update markLine.data.xAxis and yAxis

2021-02-21 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch fix-markline in repository https://gitbox.apache.org/repos/asf/echarts-doc.git commit 2413c9e3ff4e77e32b5f05547ce9343fa835ae4d Author: Ovilia AuthorDate: Mon Feb 22 12:36:45 2021 +0800 doc:

[GitHub] [echarts] echarts-bot[bot] commented on pull request #14314: fix(markLine): fix axis type in markLine data and close #14300

2021-02-21 Thread GitBox
echarts-bot[bot] commented on pull request #14314: URL: https://github.com/apache/echarts/pull/14314#issuecomment-783067773 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding

[GitHub] [echarts] Ovilia opened a new pull request #14314: fix(markLine): fix axis type in markLine data and close #14300

2021-02-21 Thread GitBox
Ovilia opened a new pull request #14314: URL: https://github.com/apache/echarts/pull/14314 ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do? `string`

[echarts] branch fix-14300 created (now 27449d3)

2021-02-21 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch fix-14300 in repository https://gitbox.apache.org/repos/asf/echarts.git. at 27449d3 fix(markLine): fix axis type in markLine data and close #14300 This branch includes the following new

[echarts] 01/01: fix(markLine): fix axis type in markLine data and close #14300

2021-02-21 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch fix-14300 in repository https://gitbox.apache.org/repos/asf/echarts.git commit 27449d3d34f0abf802bd9ea98d430a88b4f2093d Author: Ovilia AuthorDate: Mon Feb 22 12:20:19 2021 +0800

[GitHub] [echarts] Ovilia closed issue #14296: 如何给拖拽手柄添加点击事件?

2021-02-21 Thread GitBox
Ovilia closed issue #14296: URL: https://github.com/apache/echarts/issues/14296 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] Ovilia closed issue #14282: series-pie.data.label.padding does not take effect

2021-02-21 Thread GitBox
Ovilia closed issue #14282: URL: https://github.com/apache/echarts/issues/14282 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] Ovilia commented on issue #14280: Feature request: create bar chart with layer.

2021-02-21 Thread GitBox
Ovilia commented on issue #14280: URL: https://github.com/apache/echarts/issues/14280#issuecomment-783060047 A simpler way would be to use two `grid` at the same position and two `xAxis` and `yAxis` for each. Then, move one of the series to the second grid. This way, you don't need to set

[GitHub] [echarts] echarts-bot[bot] commented on issue #14273: Treemap: Labels displayed in treemap not visible because of colour of blocks.

2021-02-21 Thread GitBox
echarts-bot[bot] commented on issue #14273: URL: https://github.com/apache/echarts/issues/14273#issuecomment-783057307 @Monali-ITT Please provide a demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM , https://www.makeapie.com/editor.html or

[GitHub] [echarts] Ovilia closed issue #14256: visualmap dimension等于2的时候不生效

2021-02-21 Thread GitBox
Ovilia closed issue #14256: URL: https://github.com/apache/echarts/issues/14256 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] echarts-bot[bot] commented on issue #14259: 如何调节4.9.0版本的甘特图的内部高度/ how to tunning the gantt chart container's inside height

2021-02-21 Thread GitBox
echarts-bot[bot] commented on issue #14259: URL: https://github.com/apache/echarts/issues/14259#issuecomment-783055273 @dhyunk Please provide a demo for the issue either with https://codepen.io/Ovilia/pen/dyYWXWM , https://www.makeapie.com/editor.html or

[GitHub] [echarts] zwygithub commented on issue #14290: 关系图graph多节点不想让其缩放显示

2021-02-21 Thread GitBox
zwygithub commented on issue #14290: URL: https://github.com/apache/echarts/issues/14290#issuecomment-782978010 > 你的意思是不是说,虽然画布里面有节点5,但是第一次绘制的时候不出现,然后通过拖拽让他显示出来~? 是的,还是显示图一,节点5通过拖拽显示 This is an automated message from

[GitHub] [echarts] GodsDusk opened a new issue #14313: graph nodes position incorrect when covert 'force' to 'none' by click event

2021-02-21 Thread GitBox
GodsDusk opened a new issue #14313: URL: https://github.com/apache/echarts/issues/14313 ### Version 5.0.2 ### Steps to reproduce here is the code running on https://echarts.apache.org/examples/zh/editor.html?c=graph-force ```js myChart.showLoading(); $.get(ROOT_PATH

[GitHub] [echarts] echarts-bot[bot] commented on issue #14313: graph nodes position incorrect when covert 'force' to 'none' by click event

2021-02-21 Thread GitBox
echarts-bot[bot] commented on issue #14313: URL: https://github.com/apache/echarts/issues/14313#issuecomment-782977198 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] Bilge opened a new issue #14312: Dual time series dataset does not render correctly

2021-02-21 Thread GitBox
Bilge opened a new issue #14312: URL: https://github.com/apache/echarts/issues/14312 ### Version 5.0.2 ### Reproduction link * As category series (working) https://codepen.io/bilge-the-encoder/pen/OJbxJLG * **As time series (broken)

[GitHub] [echarts] echarts-bot[bot] commented on issue #14312: Dual time series dataset does not render correctly

2021-02-21 Thread GitBox
echarts-bot[bot] commented on issue #14312: URL: https://github.com/apache/echarts/issues/14312#issuecomment-782856941 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] echarts-bot[bot] commented on issue #14311: Inverted y-axis shades wrong line area

2021-02-21 Thread GitBox
echarts-bot[bot] commented on issue #14311: URL: https://github.com/apache/echarts/issues/14311#issuecomment-782826584 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] Bilge opened a new issue #14311: Inverted y-axis shades wrong line area

2021-02-21 Thread GitBox
Bilge opened a new issue #14311: URL: https://github.com/apache/echarts/issues/14311 ### Version 5.0.2 ### Reproduction link [https://codepen.io/bilge-the-encoder/pen/NWbvoXJ](https://codepen.io/bilge-the-encoder/pen/NWbvoXJ) ### Steps to reproduce ```js yAxis: {

[GitHub] [echarts] echarts-bot[bot] closed issue #14310: 想在两个系列柱子重叠的情况下,第二个系列的柱子宽度调整为80%;设置了barWidth,发现没有居中,barWidth 和 barGap之间的算法逻辑没有研究出来,有知道算法的吗?

2021-02-21 Thread GitBox
echarts-bot[bot] closed issue #14310: URL: https://github.com/apache/echarts/issues/14310 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] chrisTinaHAHA0 opened a new issue #14310: 想在两个系列柱子重叠的情况下,第二个系列的柱子宽度调整为80%;设置了barWidth,发现没有居中,barWidth 和 barGap之间的算法逻辑没有研究出来,有知道算法的吗?

2021-02-21 Thread GitBox
chrisTinaHAHA0 opened a new issue #14310: URL: https://github.com/apache/echarts/issues/14310 This issue is not created by [echarts-issue-helper](https://ecomfe.github.io/echarts-issue-helper) and will be soon closed.

[GitHub] [echarts] echarts-bot[bot] commented on issue #14310: 想在两个系列柱子重叠的情况下,第二个系列的柱子宽度调整为80%;设置了barWidth,发现没有居中,barWidth 和 barGap之间的算法逻辑没有研究出来,有知道算法的吗?

2021-02-21 Thread GitBox
echarts-bot[bot] commented on issue #14310: URL: https://github.com/apache/echarts/issues/14310#issuecomment-782821988 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