[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 and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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')}}} }
   2、在label.rich里面给others加上边框
  label.rich: {
   others: {
   height: 20,
   borderColor: 'red',
   borderWidth: 2
   }
   
   ### What is expected?
   一列文字外部出现一个闭合的边框
   
   ### What is actually happening?
   呈现多个闭合边框(每个文字外都包裹一个边框)
   
   
   



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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 maintainers' time so that more 
developers get helped.
   Feel free to create another issue using the issue template.
   
   If you think you have already made your point clear without the template, or 
your problem cannot be covered by it, you may re-open this issue again.
   
   这个 issue 未使用 [issue 
模板](https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn) 创建,所以我将关闭此 issue。
   为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。
   如果您愿意,请使用 issue 模板重新创建 issue。
   
   如果您认为虽然没有使用模板,但您已经提供了复现问题的充分描述,或者您的问题无法使用模板表达,也可以重新 open 这个 issue。



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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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')}}`
}
 }
   `
   打印返回值如下:
   `
   {others|1
   1
   1}
   `
   
这个时候,在label.rich里面给others加上边框,呈现三个闭合边框。在label.rich内设置宽高只能控制单个文字的宽高,如果在label里直接写宽高,则所有的label(包括除label外)大小均被改变,即rich失去意义。
 
   
![微信图片_20210222152344](https://user-images.githubusercontent.com/78473426/108675601-fd5c7e80-7521-11eb-8d43-adfda31a2785.png)
   
   
   
   



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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 this to get interval of 4 years but due to leap year or any 
other its shows 1 day difference, and I want to show accurate difference in 
axis.**
   
   interval:new Date(1974, 0, 1, 0, 0, 0, 0).getTime(),
   
   Please consider the below example for this above implementation. 
   http://jsfiddle.net/d7e09r5t/275/ 



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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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



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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 frequently asked feature. Further discussion is 
required on this topic.



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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 and yAxis

No new revisions were added by this update.

Summary of changes:
 en/option/partial/mark-line.md | 40 
 1 file changed, 40 insertions(+)


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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:

 new 2413c9e  doc: update markLine.data.xAxis and yAxis

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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: update markLine.data.xAxis and yAxis

Relates apache/echarts#14314 apache/echarts#14300
---
 zh/option/partial/mark-line.md | 40 
 1 file changed, 40 insertions(+)

diff --git a/zh/option/partial/mark-line.md b/zh/option/partial/mark-line.md
index 58ef467..a6cfb74 100644
--- a/zh/option/partial/mark-line.md
+++ b/zh/option/partial/mark-line.md
@@ -269,6 +269,46 @@ data: [
 
 相对容器的屏幕 y 坐标,单位像素。
 
+#${prefix} xAxis(number|string)
+
+x 值为给定值的标记线,仅对数据值是一项的设置有效。例如:
+
+```
+data: [{
+name: 'X 轴值为 100 的竖直线',
+xAxis: 100
+}]
+```
+
+或对于 `'time'` 类型的 xAxis,可以设置为:
+
+```
+{
+name: 'X 轴值为 "2020-01-01" 的竖直线',
+xAxis: '2020-01-01'
+}]
+```
+
+#${prefix} yAxis(number|string)
+
+Y 值为给定值的标记线,仅对数据值是一项的设置有效。例如:
+
+```
+data: [{
+name: 'Y 轴值为 100 的水平线',
+yAxis: 100
+}]
+```
+
+或对于 `'time'` 类型的 yAxis,可以设置为:
+
+```
+{
+name: 'Y 轴值为 "2020-01-01" 的水平线',
+yAxis: '2020-01-01'
+}]
+```
+
 #${prefix} value(number)
 
 标注值,可以不设。


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 standard](https://echarts.apache.org/en/coding-standard.html) and Wiki 
about [How to make a pull 
request](https://github.com/apache/incubator-echarts/wiki/How-to-make-a-pull-request).
   
   The pull request is marked to be `PR: author is committer` because you are a 
committer of this project.



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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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` is a valid type for `markLine.data` because time axis values can be 
string. This PR adds `string` to its type.
   
   ### Fixed issues
   
   - #14300: MarkLine1DDataItemOption incorrectly defines xAxis as number
   
   ## Details
   
   ### Before: What was the problem?
   
   Only `number` is supported for MarkLine1DDataItemOption.xAxis.
   
   
   ### After: How is it fixed in this PR?
   
   Set the type to be `number | string`.
   
   
   
   ## Usage
   
   ### Are there any API changes?
   
   - [ ] The API has been changed.
   
   
   
   
   
   ### Related test cases or examples to use the new APIs
   
   NA.
   
   
   
   ## Others
   
   ### Merging options
   
   - [ ] Please squash the commits into a single one when merge.
   
   ### Other information
   



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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 commits:

 new 27449d3  fix(markLine): fix axis type in markLine data and close #14300

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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

fix(markLine): fix axis type in markLine data and close #14300
---
 src/component/marker/MarkLineModel.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/component/marker/MarkLineModel.ts 
b/src/component/marker/MarkLineModel.ts
index 760664b..44bc99f 100644
--- a/src/component/marker/MarkLineModel.ts
+++ b/src/component/marker/MarkLineModel.ts
@@ -43,8 +43,8 @@ interface MarkLineDataItemOptionBase extends 
MarkLineStateOption, StatesOptionMi
 export interface MarkLine1DDataItemOption extends MarkLineDataItemOptionBase {
 
 // On cartesian coordinate system
-xAxis?: number
-yAxis?: number
+xAxis?: number | string
+yAxis?: number | string
 
 // Use statistic method
 type?: MarkerStatisticType


-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 `barGap` at all.
   You may refer to [this 
example](https://echarts.apache.org/examples/en/editor.html?c=line-gradient) 
for `grid`, `xAxis` and `yAxis` settings. You also want to set the `left`, 
`top`, `width`, `height` to be the same value for the two grids.
   
   Set `series.silent` to be `true` if you don't want the interaction of it.



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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 
https://codesandbox.io/s/mystifying-bash-2uthz.



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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 
https://codesandbox.io/s/mystifying-bash-2uthz.



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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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   '/data/asset/data/les-miserables.json', function (graph) {
   myChart.hideLoading();
   graph.nodes.forEach(function (node) {
   node.symbolSize = 5;
   });
   option = {
   title: {
   text: 'Les Miserables',
   subtext: 'Default layout',
   top: 'bottom',
   left: 'right'
   },
   tooltip: {},
   legend: [{
   // selectedMode: 'single',
   data: graph.categories.map(function (a) {
   return a.name;
   })
   }],
   series: [
   {
   name: 'Les Miserables',
   type: 'graph',
   layout: 'force',
   data: graph.nodes,
   // links: graph.links,
   categories: graph.categories,
   roam: true,
   label: {
   position: 'right'
   },
   force: {
   repulsion: 100
   }
   }
   ]
   };
   myChart.on('click', function (params) {
   console.log(params)
   if (params.componentType === 'series') {
   if (params.componentSubType === 'graph') {
   option.series[0].layout = 'none'
   console.log(myChart._chartsMap)
   const graphNodes = myChart._chartsMap["_ec_\uLes 
Miserables\u0_series.graph"]._symbolDraw._data.graph.data._graphicEls
   console.log(graphNodes)
   for (let i = 0; i < graphNodes.length; i  ) {
   
   option.series[0].data[i].x = graphNodes[i].x
   option.series[0].data[i].y = graphNodes[i].y
   }
   console.log(option.series[0])
   myChart.setOption(option)
   }
   }
   });
   myChart.setOption(option);
   });
   ```
   
   ### What is expected?
   nodes should on current position when click
   
   ### What is actually happening?
   move expansion
   
   
   



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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org. Please 
attach the issue link if it's a technical question.
   
   If you are interested in the project, you may also subscribe our [mailing 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 



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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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) 
[https://codepen.io/bilge-the-encoder/pen/eYBGOGN](https://codepen.io/bilge-the-encoder/pen/eYBGOGN)**
   
   ### Steps to reproduce
   See reproduction links.
   
   ### What is expected?
   Should display two time series.
   
   ### What is actually happening?
   First time series is bunched up at the end of the chart, second series is 
completely misinterpreted.
   
   ---
   Renders correctly as category series, only time series is broken. I can't 
use ECharts until this is fixed.
   
   
   



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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org. Please 
attach the issue link if it's a technical question.
   
   If you are interested in the project, you may also subscribe our [mailing 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 



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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org. Please 
attach the issue link if it's a technical question.
   
   If you are interested in the project, you may also subscribe our [mailing 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 



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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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: {
   inverse: true,
   },
   ```
   
   ### What is expected?
   
![image](https://user-images.githubusercontent.com/470626/108620856-c81f3600-7426-11eb-88ac-b8b67855a7c9.png)
   
   ### What is actually happening?
   
![image](https://user-images.githubusercontent.com/470626/108620866-d5d4bb80-7426-11eb-8861-56cccba7b4dd.png)
   
   ---
   May be related to #14309.
   
   



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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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.
   



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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[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 maintainers' time so that more 
developers get helped.
   Feel free to create another issue using the issue template.
   
   If you think you have already made your point clear without the template, or 
your problem cannot be covered by it, you may re-open this issue again.
   
   这个 issue 未使用 [issue 
模板](https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn) 创建,所以我将关闭此 issue。
   为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。
   如果您愿意,请使用 issue 模板重新创建 issue。
   
   如果您认为虽然没有使用模板,但您已经提供了复现问题的充分描述,或者您的问题无法使用模板表达,也可以重新 open 这个 issue。



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 contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org