[GitHub] [incubator-echarts] plainheart closed pull request #12758: fix(axisPointer): some properties of label in axisPointer are not working, fix #12642.

2020-08-03 Thread GitBox


plainheart closed pull request #12758:
URL: https://github.com/apache/incubator-echarts/pull/12758


   



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] [incubator-echarts] plainheart commented on pull request #12758: fix(axisPointer): some properties of label in axisPointer are not working, fix #12642.

2020-08-03 Thread GitBox


plainheart commented on pull request #12758:
URL: 
https://github.com/apache/incubator-echarts/pull/12758#issuecomment-668387902


   Do it in 5.0.



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



[incubator-echarts] branch master updated (b9fc3f9 -> 38bd9eb)

2020-08-03 Thread shenyi
This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git.


from b9fc3f9  Merge pull request #13015 from apache/fix-timeline-control
 new c79a835  Fix #12259. Update the calculation of width/height for axis 
label after rotate
 new 1369d23  Revert changes in dist back
 new 29ac8be  Add test case for issue #12259
 new 0278323  Combine test case of issue #12259 fix to existing cases in 
axisLabel.html
 new 38bd9eb  Merge pull request #12556 from quillblue/master

The 5930 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.


Summary of changes:
 src/coord/axisHelper.js |  4 ++--
 test/axisLabel.html | 11 +--
 2 files changed, 11 insertions(+), 4 deletions(-)


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



[GitHub] [incubator-echarts] echarts-bot[bot] commented on pull request #12556: fix(axisLabel): fix axisLabel rotating with grid.containLabel #12259

2020-08-03 Thread GitBox


echarts-bot[bot] commented on pull request #12556:
URL: 
https://github.com/apache/incubator-echarts/pull/12556#issuecomment-668387061


   Congratulations! Your PR has been merged. Thanks for your contribution! 



This is an automated message from the Apache Git Service.
To respond to the message, please log 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] [incubator-echarts] pissang closed issue #12259: 在grid.containLabel模式下xAxis的rotate算错了

2020-08-03 Thread GitBox


pissang closed issue #12259:
URL: https://github.com/apache/incubator-echarts/issues/12259


   



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] [incubator-echarts] pissang merged pull request #12556: fix(axisLabel): fix axisLabel rotating with grid.containLabel #12259

2020-08-03 Thread GitBox


pissang merged pull request #12556:
URL: https://github.com/apache/incubator-echarts/pull/12556


   



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] [incubator-echarts] plainheart commented on issue #13073: wrong timestamp parser when xAxis type is 'time'

2020-08-03 Thread GitBox


plainheart commented on issue #13073:
URL: 
https://github.com/apache/incubator-echarts/issues/13073#issuecomment-668384775


   It may be not a bug but an incorrect usage. `xAxis.data` is just for the 
type of `category`. If the type is `time`, it can't be specified.
   > [Category data, available in type: 'category' 
axis.](https://echarts.apache.org/en/option.html#xAxis.data)
   
   When the type of xAxis is `time`, the time should be specified as a 
dimension in the `series.data`.
   
   **Example:**
   
   ```js
   option = {
   xAxis: {
   type : 'time'
   },
   yAxis: {},
   series: [{
   type: 'line',
   data:[
   [159650706, 220],
   [159650716, 182],
   [159650726, 191]
   ]
   }]
   };
   ```



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] [incubator-echarts] echarts-bot[bot] commented on issue #13074: 请问柱状图有办法每根柱子宽度不一样吗

2020-08-03 Thread GitBox


echarts-bot[bot] commented on issue #13074:
URL: 
https://github.com/apache/incubator-echarts/issues/13074#issuecomment-668363906


   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] [incubator-echarts] jhszy6 opened a new issue #13074: 请问柱状图有办法每根柱子宽度不一样吗

2020-08-03 Thread GitBox


jhszy6 opened a new issue #13074:
URL: https://github.com/apache/incubator-echarts/issues/13074


   请问柱状图有办法每根柱子宽度不一样吗



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] [incubator-echarts] y925249766 commented on issue #4873: echarts 图表显示数据不显示

2020-08-03 Thread GitBox


y925249766 commented on issue #4873:
URL: 
https://github.com/apache/incubator-echarts/issues/4873#issuecomment-668359353


   > 我已经从那家公司离职了,解决办法也找到了 so 这个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] [incubator-echarts] pissang commented on issue #13072: 实时动态曲线的动画不平滑,有顿挫感

2020-08-03 Thread GitBox


pissang commented on issue #13072:
URL: 
https://github.com/apache/incubator-echarts/issues/13072#issuecomment-668359158


   可以试试把 animationEasing 改成 'linear'
   
   然后你更新数据的频率也要控制成跟动画时长一样



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] [incubator-echarts] echarts-bot[bot] commented on issue #13073: wrong timestamp parser when xAxis type is 'time'

2020-08-03 Thread GitBox


echarts-bot[bot] commented on issue #13073:
URL: 
https://github.com/apache/incubator-echarts/issues/13073#issuecomment-668340133


   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 questions.
   
   If you are interested in the project, you may also subscribe our [mail 
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] [incubator-echarts] wlbksy opened a new issue #13073: wrong timestamp parser when xAxis type is 'time'

2020-08-03 Thread GitBox


wlbksy opened a new issue #13073:
URL: https://github.com/apache/incubator-echarts/issues/13073


   ### Version
   4.8.0
   
   ### Steps to reproduce
   following timestamp is around 2020-08-04 10:11:00
   
   ```javascript
   option = {
   xAxis: {
   data: [1596507060, 1596507160, 1596507260], // second
   type : 'time'
   },
   yAxis: {},
   series: [{
   type: 'line',
   data:[220, 182, 191]
   }]
   };
   ```
   
   ```javascript
   option = {
   xAxis: {
   data: [159650706, 159650716, 159650726], // micro second
   type : 'time'
   },
   yAxis: {},
   series: [{
   type: 'line',
   data:[220, 182, 191]
   }]
   };
   ```
   
   ```javascript
   option = {
   xAxis: {
   data: [1596507060.000, 1596507160.000, 1596507260.000], // second 
with decimal
   type : 'time'
   },
   yAxis: {},
   series: [{
   type: 'line',
   data:[220, 182, 191]
   }]
   };
   ```
   
   ### What is expected?
   right parsing of x axis timestamp, timestamp is around 2020-08-04 10:11:00
   
   ### What is actually happening?
   timestamp displays 08:00:00, and wrong xaxis interval
   
![image](https://user-images.githubusercontent.com/2433806/89245594-bbc6bd80-d63b-11ea-8ef1-3832ba5fbc09.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] [incubator-echarts] wwwyyyccc123 opened a new issue #13072: 实时动态曲线的动画不平滑,有顿挫感

2020-08-03 Thread GitBox


wwwyyyccc123 opened a new issue #13072:
URL: https://github.com/apache/incubator-echarts/issues/13072


   ### What problem does this feature solve?
   让实时监测的结果更加美观的呈现。
   目前在echarts图表库能找到的例子:
   https://echarts.apache.org/examples/zh/editor.html?c=dynamic-data,
   实现的动态曲线动画是一顿一顿的,可否如下面这个例子一样,实现得更平滑一些?(即:每次更新数据动画不要停顿一下)
   https://bost.ocks.org/mike/path/
   
   ### What does the proposed API look like?
   如果现有的API,加上一些js可以实现就太好了。能否给一点建议或者提示?
   `
   animation: smooth,
   `
   
   
   



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] [incubator-echarts] echarts-bot[bot] commented on issue #13072: 实时动态曲线的动画不平滑,有顿挫感

2020-08-03 Thread GitBox


echarts-bot[bot] commented on issue #13072:
URL: 
https://github.com/apache/incubator-echarts/issues/13072#issuecomment-668087153


   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 questions.
   
   If you are interested in the project, you may also subscribe our [mail 
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] [incubator-echarts] nhaberl commented on issue #7332: SVG renderer issues

2020-08-03 Thread GitBox


nhaberl commented on issue #7332:
URL: 
https://github.com/apache/incubator-echarts/issues/7332#issuecomment-668039078


   Any news about rendering / export as svg ?



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] [incubator-echarts] zhuoshengjie commented on issue #8639: map3D dispatchAction mapSelect无效

2020-08-03 Thread GitBox


zhuoshengjie commented on issue #8639:
URL: 
https://github.com/apache/incubator-echarts/issues/8639#issuecomment-668010118


   +1,是不是 map3d不支持dispatchAction



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] [incubator-echarts] pissang commented on a change in pull request #12561: fix(pie): pie series render incorrectly after editing its data in DataView. close #12560.

2020-08-03 Thread GitBox


pissang commented on a change in pull request #12561:
URL: 
https://github.com/apache/incubator-echarts/pull/12561#discussion_r464363470



##
File path: src/component/toolbox/feature/DataView.js
##
@@ -426,13 +432,18 @@ function tryMergeDataOption(newData, originalData) {
 return zrUtil.map(newData, function (newVal, idx) {
 var original = originalData && originalData[idx];
 if (zrUtil.isObject(original) && !zrUtil.isArray(original)) {
-if (zrUtil.isObject(newVal) && !zrUtil.isArray(newVal)) {
-newVal = newVal.value;
+var newValIsObject = zrUtil.isObject(newVal) && 
!zrUtil.isArray(newVal);
+if (!newValIsObject) {
+newVal = {
+value: newVal
+};
+}
+// original data has name but new data has no name
+if (original.name != null && newVal.name == null) {
+delete original.name;
 }
 // Original data has option

Review comment:
   Should not modify the original data. It's better to delete the name in 
newVal after `defaults`





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] [incubator-echarts] pissang commented on issue #12271: renderSeries is called when updating graphic component

2020-08-03 Thread GitBox


pissang commented on issue #12271:
URL: 
https://github.com/apache/incubator-echarts/issues/12271#issuecomment-667976717


   @ezubarev Sorry for the late reply. But we need to reschedule it to the 5.0



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] [incubator-echarts] Ling310 opened a new issue #12708: 当饼图label.alignTo == edge且在formatter中使用了rich时,labelLine与label间有不规则空隙

2020-08-03 Thread GitBox


Ling310 opened a new issue #12708:
URL: https://github.com/apache/incubator-echarts/issues/12708


   ### Version
   4.8.0
   
   ### Reproduction link
   
[https://gallery.echartsjs.com/editor.html?c=x7lnSN-OJe=1](https://gallery.echartsjs.com/editor.html?c=x7lnSN-OJe=1)
   
   ### Steps to reproduce
   label.alignTo == edge且在formatter中使用了rich
   
   ### What is expected?
   label与labelLine间没有不合理的空隙
   
   ### What is actually happening?
   如题
   
   ---
   相关issue:https://github.com/apache/incubator-echarts/issues/12148
   
   
   



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] [incubator-echarts] pissang commented on issue #12708: 当饼图label.alignTo == edge且在formatter中使用了rich时,labelLine与label间有不规则空隙

2020-08-03 Thread GitBox


pissang commented on issue #12708:
URL: 
https://github.com/apache/incubator-echarts/issues/12708#issuecomment-667975393


   It's fixed in the 5.0
   
   
![image](https://user-images.githubusercontent.com/841551/89178998-664dca80-d5c1-11ea-9a8e-3a5b794dc879.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] [incubator-echarts] pissang closed issue #12708: 当饼图label.alignTo == edge且在formatter中使用了rich时,labelLine与label间有不规则空隙

2020-08-03 Thread GitBox


pissang closed issue #12708:
URL: https://github.com/apache/incubator-echarts/issues/12708


   



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] [incubator-echarts] susiwen8 closed issue #13071: 截断Y轴 / cut off yAxis

2020-08-03 Thread GitBox


susiwen8 closed issue #13071:
URL: https://github.com/apache/incubator-echarts/issues/13071


   



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] [incubator-echarts] susiwen8 commented on issue #13071: 截断Y轴 / cut off yAxis

2020-08-03 Thread GitBox


susiwen8 commented on issue #13071:
URL: 
https://github.com/apache/incubator-echarts/issues/13071#issuecomment-667957242


   Duplicate with #12790 



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] [incubator-echarts] echarts-bot[bot] commented on issue #13071: 截断Y轴 / cut off yAxis

2020-08-03 Thread GitBox


echarts-bot[bot] commented on issue #13071:
URL: 
https://github.com/apache/incubator-echarts/issues/13071#issuecomment-667953938


   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 questions.
   
   If you are interested in the project, you may also subscribe our [mail 
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] [incubator-echarts] Nathan2020-0126 opened a new issue #13071: 截断Y轴 / cut off yAxis

2020-08-03 Thread GitBox


Nathan2020-0126 opened a new issue #13071:
URL: https://github.com/apache/incubator-echarts/issues/13071


   ### What problem does this feature solve?
   
一个系列里的数据差异很大,最大的超过1000,最小的小于10,图表中小的柱子就很小,可否设置成Y轴变成两段,类似于这个https://upload-images.jianshu.io/upload_images/2077826-41fe06f658733647.png?imageMogr2/auto-orient/strip|imageView2/2。
   The data size in one series were different, for example, biggest one could 
bigger than 1000, samllest one could less then 10, is it possible to cut off 
yAxis into two range. 0 ~ 50. 1000~1500.
   
   ### What does the proposed API look like?
   {
   cutoff:true,
   range:[
   [0,50],
   [1000,1500]
   ]
   }
   
   
   



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] [incubator-echarts] evavranici commented on issue #13037: Can not draw a rectangle on canvas on top of charts by drag

2020-08-03 Thread GitBox


evavranici commented on issue #13037:
URL: 
https://github.com/apache/incubator-echarts/issues/13037#issuecomment-667929168


   > 
   > 
   > Please create a demo using https://codepen.io/Ovilia/pen/dyYWXWM
   
   Hi Ovilia,
   
   Thank you for your response. I tried to reproduce the code using your 
template, find it here : https://codepen.io/evavranici/pen/NWNKbxr but the 
problem is not appearing cause I can draw on top of the chart just like I want. 
Maybe some other configurations in my echarts code is preventing me from 
properly drawing in the embedded canvas. Also, a difference from yours to my 
code, in my case I 'import' echarts by including its module with the same name 
in my template's div not by initiating it with echarts.init (if that makes any 
difference) ... Can you help me if you may have any idea what can influence 
this behavior or if it has happened in the past?
   
   Thank you,
   Eva



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] [incubator-echarts] nouman0320 commented on issue #10614: Hover animation for series

2020-08-03 Thread GitBox


nouman0320 commented on issue #10614:
URL: 
https://github.com/apache/incubator-echarts/issues/10614#issuecomment-667894631


   Is there any update if this feature is going to be implemented?



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



[incubator-echarts-handbook] branch master updated (adf5471 -> 9cb168b)

2020-08-03 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a change to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-echarts-handbook.git.


from adf5471  chore: tweak style and update concepts/axis.md.
 new 24b3d8c  Create bar-race.md
 new 5ea3708  Create basic-bar.md
 new 9365bef  bar
 new 2b6d04c  Create stacked-bar.md
 new 6cd6ea8  Create area-line.md
 new f7d835e  Format Changed
 new e0cc051  Update basic-line.md
 new 9fbbd2d  Update basic-line.md
 new 2310696  Create basic-line.md
 new c82453b  Update basic-bar.md
 new 7583f52  Update area-line.md
 new b699723  Create step-line.md
 new 0739385  Create smooth-line.md & stacked-line.md
 new e96f121  Update basic-line.md
 new 268c6da  Update basic-line.md
 new 09afaf2  Update basic-pie.md
 new 3e6c7a2  Create basic-pie.md & rose.md
 new 02287d9  Create ring.md & correct the code
 new 3afbf3a  Create basic-scatter.md
 new 904662b  Update basic-pie.md
 new e409794  Create aria.md
 new acea580  Update Files
 new 17fa452  Create canvas-vs-svg.md
 new b2ce0db  Update basic-bar.md
 new 0050048  Create basic-bar.md
 new 8fabf84  Create bi-directional-bar.md
 new ecccb09  Update grouped-bar.md
 new 5417c0d  Update bi-directional-bar.md
 new afdf696  Create grouped-bar.md
 new c140b26  Create stacked-bar.md
 new 5b6c3ed  Create funnel.md
 new 0cb2ef4  Update gauger.md
 new 2937430  Create gauger.md
 new 18e83d1  Update area.md
 new dfce3bc  Create area.md
 new 604c1f7  Update basic-line.md
 new 23bb6ef  Create basic-line.md
 new 4de2d5c  Create stacked-area.md
 new 959d09f  Problem Fixed #2
 new 83eb6d4  Update radar.md
 new 28feb7e  Update radar.md
 new 10750da  Create radar.md
 new 9cb168b  Merge pull request #3 from Hansz00/master

The 79 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.


Summary of changes:
 .../en/application/chart-types/bar/bar-race.md |   4 +
 .../en/application/chart-types/bar/basic-bar.md| 165 +
 .../en/application/chart-types/bar/polar-bar.md|   2 +
 .../en/application/chart-types/bar/stacked-bar.md  |  30 
 .../application/chart-types/bar/visual-map.md  |   0
 .../application/chart-types/bar/waterfall.md   |   0
 .../en/application/chart-types/line/area-line.md   |  27 
 .../en/application/chart-types/line/basic-line.md  | 130 
 .../en/application/chart-types/line/smooth-line.md |  18 +++
 .../application/chart-types/line/stacked-line.md   |   6 +-
 .../en/application/chart-types/line/step-line.md   |  39 +
 .../en/application/chart-types/pie/basic-pie.md| 105 +
 contents/en/application/chart-types/pie/ring.md|  88 +++
 .../{zh => en}/application/chart-types/pie/rose.md |   6 +-
 .../chart-types/scatter/basic-scatter.md   | 117 +++
 contents/en/best-practice/aria.md  |  61 
 contents/en/best-practice/canvas-vs-svg.md |  53 +++
 .../chart-specificatio/bar/basic-bar.md|  41 +
 .../chart-specificatio/bar/bi-directional-bar.md   |  29 
 .../chart-specificatio/bar/grouped-bar.md  |  20 +++
 .../chart-specificatio/bar/stacked-bar.md  |  21 +++
 .../en/best-practice/chart-specificatio/funnel.md  |  36 +
 .../en/best-practice/chart-specificatio/gauger.md  |  17 +++
 .../best-practice/chart-specificatio/line/area.md  |  23 +++
 .../chart-specificatio/line/basic-line.md  |  36 +
 .../chart-specificatio/line/stacked-area.md|  45 ++
 .../en/best-practice/chart-specificatio/radar.md   |  29 
 contents/{zh => en}/best-practice/mobile.md|   0
 .../zh/application/chart-types/line/basic-line.md  |   4 +-
 .../zh/application/chart-types/pie/basic-pie.md|   2 +-
 contents/zh/application/chart-types/pie/ring.md|   5 +-
 .../chart-specificatio/bar/basic-bar.md|   2 +-
 .../chart-specificatio/bar/grouped-bar.md  |   2 +-
 .../zh/best-practice/chart-specificatio/gauger.md  |   1 -
 .../best-practice/chart-specificatio/line/area.md  |   2 +-
 .../chart-specificatio/line/basic-line.md  |   2 +-
 .../zh/best-practice/chart-specificatio/radar.md   |   2 +-
 37 files changed, 1151 insertions(+), 19 deletions(-)
 create mode 100755 contents/en/application/chart-types/bar/bar-race.md
 create mode 100755 contents/en/application/chart-types/bar/basic-bar.md
 create mode 100755 contents/en/application/chart-types/bar/polar-bar.md
 create mode 100755 contents/en/application/chart-types/bar/stacked-bar.md
 copy contents/{zh => en}/application/chart-types/bar/visual-map.md (100%)
 mode change 100644 => 100755
 

[GitHub] [incubator-echarts] shaqueoneal commented on issue #2489: ECharts3.0跟require3.0 引用冲突

2020-08-03 Thread GitBox


shaqueoneal commented on issue #2489:
URL: 
https://github.com/apache/incubator-echarts/issues/2489#issuecomment-667831148


   怎么关了?



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] [incubator-echarts] ChenJiaH commented on issue #13058: Legend中的字体大小设置失效

2020-08-03 Thread GitBox


ChenJiaH commented on issue #13058:
URL: 
https://github.com/apache/incubator-echarts/issues/13058#issuecomment-667823068


   `canvas` 中 `fontFamily` 不可设置为 `inherit`



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] [incubator-echarts] ChenJiaH closed issue #13058: Legend中的字体大小设置失效

2020-08-03 Thread GitBox


ChenJiaH closed issue #13058:
URL: https://github.com/apache/incubator-echarts/issues/13058


   



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