[GitHub] fangwa opened a new issue #9250: svg渲染模式下,setOption控制series的label的显示show属性无效

2018-10-17 Thread GitBox
fangwa opened a new issue #9250: svg渲染模式下,setOption控制series的label的显示show属性无效
URL: https://github.com/apache/incubator-echarts/issues/9250
 
 
   
   
   
   ### One-line summary [问题简述]
   line图中,svg渲染时,setOption控制label的显示无效
   需求是系列太多,label会出现重叠,所以toolbox里加了个控制显示隐藏功能
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:源码里怎么看echart和zrender的版本?能在抬头的注释里写下么~~
   + Browser version [浏览器类型和版本]:chrome
   + OS Version [操作系统类型和版本]:
   
   
   
   
   
   ### Expected behaviour [期望结果]
   能控制label的显示和隐藏
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   var dom = document.getElementById("container");
   var myChart = echarts.init(dom, null, {renderer: 'svg'});
   //echarts.init(dom);  默认canvas是OK的
   var app = {};
   var check = false;
   option = null;
   option = {
   xAxis: {
   type: 'category',
   data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
   },
   yAxis: {
   type: 'value'
   },
   series: [{
   data: [820, 932, 901, 934, 1290, 1330, 1320],
   type: 'line'
   }],
   toolbox:{
   feature: {
   dataView: { show: true, readOnly: false },
   saveAsImage: { show: true },
   myTool1: {
   show: true,
   title: 'Lable',
   icon: 
'path://M432.45,595.444c0,2.177-4.661,6.82-11.305,6.82c-6.475,0-11.306-4.567-11.306-6.82s4.852-6.812,11.306-6.812C427.841,588.632,432.452,593.191,432.45,595.444L432.45,595.444z
 
M421.155,589.876c-3.009,0-5.448,2.495-5.448,5.572s2.439,5.572,5.448,5.572c3.01,0,5.449-2.495,5.449-5.572C426.604,592.371,424.165,589.876,421.155,589.876L421.155,589.876z
 
M421.146,591.891c-1.916,0-3.47,1.589-3.47,3.549c0,1.959,1.554,3.548,3.47,3.548s3.469-1.589,3.469-3.548C424.614,593.479,423.062,591.891,421.146,591.891L421.146,591.891zM421.146,591.891',
   onclick: function () {
check = !check;
   myChart.setOption({
   series: [{ label: { show: check}}]
   });
   }
   }
   }
   }
   };
   ;
   if (option && typeof option === "object") {
   myChart.setOption(option, true);
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] dfEric commented on issue #9202: lines 线不显示的问题(迁徙lines)

2018-10-17 Thread GitBox
dfEric commented on issue #9202: lines 线不显示的问题(迁徙lines)
URL: 
https://github.com/apache/incubator-echarts/issues/9202#issuecomment-430873486
 
 
   @Ovilia 我也被这个问题困扰了,我将代码示例简化了
   
   [示例代码](http://gallery.echartsjs.com/editor.html?c=xgErnnK4p0=2)
   
   点击point1之后绘制point2和lines,effectLines,过5秒自动刷新之后point2在,但是线都没了
   
   不知道是不是同一个问题


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] deqingli commented on issue #9246: Continue Showing Same Tooltip On Dynamic Graph (Until Mouse Moves)

2018-10-17 Thread GitBox
deqingli commented on issue #9246: Continue Showing Same Tooltip On Dynamic 
Graph (Until Mouse Moves)
URL: 
https://github.com/apache/incubator-echarts/issues/9246#issuecomment-430869054
 
 
   sorry,I don't fully understand what you mean. Maybe you can add markPoint in 
your series, like this 
http://echarts.baidu.com/examples/editor.html?c=line-marker


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] zwmmm commented on issue #9242: showTip 怎么持续显示

2018-10-17 Thread GitBox
zwmmm commented on issue #9242: showTip 怎么持续显示
URL: 
https://github.com/apache/incubator-echarts/issues/9242#issuecomment-430867089
 
 
   @deqingli  markPoint是需要自己设置样式么 我想要这种效果
   
![image](https://user-images.githubusercontent.com/30194521/47130532-aa78b980-d2cc-11e8-9e46-b89dc73f2ae0.png)
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] deqingli commented on issue #9242: showTip 怎么持续显示

2018-10-17 Thread GitBox
deqingli commented on issue #9242: showTip 怎么持续显示
URL: 
https://github.com/apache/incubator-echarts/issues/9242#issuecomment-430866408
 
 
   您好,可以添加 markPoint,参考官网的这个示例 
http://echarts.baidu.com/examples/editor.html?c=bar-rich-text


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] deqingli commented on issue #9245: 能否提供一个方式,设置item的selected的样式类似hover的放大效果

2018-10-17 Thread GitBox
deqingli commented on issue #9245: 能否提供一个方式,设置item的selected的样式类似hover的放大效果
URL: 
https://github.com/apache/incubator-echarts/issues/9245#issuecomment-430865866
 
 
   您好,麻烦提供详细的信息,操作效果图以及 echarts option 的配置


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] Dzxwind opened a new issue #9249: echarts type:line 的图不支持animationDelay和animationDelayUpdate

2018-10-17 Thread GitBox
Dzxwind opened a new issue #9249: echarts type:line 
的图不支持animationDelay和animationDelayUpdate
URL: https://github.com/apache/incubator-echarts/issues/9249
 
 
   
   
   
   ### One-line summary [问题简述]
   官方给出的柱状图有delay的动画,但是把type从bar改成line就没有效果了。
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:最新版本
   + Browser version [浏览器类型和版本]:Chrome69
   + OS Version [操作系统类型和版本]:win7
   
   
   
   
   
   ### Expected behaviour [期望结果]
   修复这个bug
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   var xAxisData = [];
   var data1 = [];
   var data2 = [];
   for (var i = 0; i < 100; i++) {
   xAxisData.push('类目' + i);
   data1.push((Math.sin(i / 5) * (i / 5 -10) + i / 6) * 10);
   data2.push((Math.cos(i / 5) * (i / 5 -10) + i / 6) * 8);
   }
   
   option = {
   title: {
   text: '柱状图动画延迟'
   },
   legend: {
   data: ['bar', 'bar2'],
   align: 'left'
   },
   toolbox: {
   // y: 'bottom',
   feature: {
   magicType: {
   type: ['stack', 'tiled']
   },
   dataView: {},
   saveAsImage: {
   pixelRatio: 2
   }
   }
   },
   tooltip: {},
   xAxis: {
   data: xAxisData,
   silent: false,
   splitLine: {
   show: false
   }
   },
   yAxis: {
   },
   series: [{
   name: 'bar',
   type: 'bar',
   data: data1,
   animationDelay: function (idx) {
   return idx * 10;
   }
   }, {
   name: 'bar2',
   type: 'line',
   data: data2,
   animationDelay: function (idx) {
   return idx * 10;
   }
   }],
   animationEasing: 'elasticOut',
   animationDelayUpdate: function (idx) {
   return idx * 5;
   }
   };
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] xxxxst opened a new issue #9248: 4.2.0散点图visualMap bug

2018-10-17 Thread GitBox
st opened a new issue #9248: 4.2.0散点图visualMap bug
URL: https://github.com/apache/incubator-echarts/issues/9248
 
 
   
   官方示例:http://echarts.baidu.com/examples/editor.html?c=scatter-aqi-color
   
   ### One-line summary [问题简述]
   1. 右下角颜色滑块,往下拖动“上限值”,然后**缓慢**往上拖动到最大,颜色没有恢复。需要快速拖动才行。
   
   2. 右侧两个滑块的文本颜色设为**相同值**时,第二个滑块颜色自动变成红色。
   示例中,文本颜色都设为白色<#fff>,但是右下角滑块的文本颜色显示为红色。
   
   3. 右侧**滑块标签**颜色设置无效
   示例中,文本颜色都设为白色<#fff>,但是滑块标签颜色都显示为红色。
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:4.2.0-rc.2
   + Browser version [浏览器类型和版本]:chrome 68.0.3440.106
   + OS Version [操作系统类型和版本]:win7 64bit
   
   
   
   
   
   ### Expected behaviour [期望结果]
   
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   官方示例配置未改动。
   ```javascript
   option = {
   
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] cuijian-dexter commented on issue #8759: Enhance funnel chart label display policy

2018-10-17 Thread GitBox
cuijian-dexter commented on issue #8759: Enhance funnel chart label display 
policy
URL: 
https://github.com/apache/incubator-echarts/pull/8759#issuecomment-430857262
 
 
   @Ovilia Thank you!


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] Ovilia commented on issue #8759: Enhance funnel chart label display policy

2018-10-17 Thread GitBox
Ovilia commented on issue #8759: Enhance funnel chart label display policy
URL: 
https://github.com/apache/incubator-echarts/pull/8759#issuecomment-430856619
 
 
   I got an email that your ICLA file has been accepted. Congratulations!


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] wwwkom opened a new issue #9247: 如何让visualMap映射series.data之外的数据?

2018-10-17 Thread GitBox
wwwkom opened a new issue #9247: 如何让visualMap映射series.data之外的数据?
URL: https://github.com/apache/incubator-echarts/issues/9247
 
 
   
   
   
   ### One-line summary [问题简述]
   
现在的visualMap只能通过dimension指定映射来源,如果想在原有数据(假设有a/b/c/d四列)基础上额外添加一列新的数据作为映射来源,似乎只能重新解析原有数据,并将新的数据合并到原有数据后再重新作图,相当于所有元素都重新生成,效率较低。能否在原有图形的基础上,读取series.data之外的数据,只更新visualMap呢?
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] hl-stone commented on issue #5124: 离线地图制作三级省市县地图级联

2018-10-17 Thread GitBox
hl-stone commented on issue #5124: 离线地图制作三级省市县地图级联
URL: 
https://github.com/apache/incubator-echarts/issues/5124#issuecomment-430847249
 
 
   @zds-xiaoxianyu  替换地图数据后,问题解决了还是更换版本?


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] hl-stone commented on issue #5057: 平潭综合实验区改由福建省直管

2018-10-17 Thread GitBox
hl-stone commented on issue #5057: 平潭综合实验区改由福建省直管
URL: 
https://github.com/apache/incubator-echarts/issues/5057#issuecomment-430846772
 
 
   可以自己制作地图,我最近也有此需求,自己制作的 [地图制作工具](http://geojson.io/)
   
![image](https://user-images.githubusercontent.com/26757108/47126327-a2b01980-d2ba-11e8-838a-0afc89801771.png)
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] adamtLICOR opened a new issue #9246: Continue Showing Same Tooltip On Dynamic Graph (Until Mouse Moves)

2018-10-17 Thread GitBox
adamtLICOR opened a new issue #9246: Continue Showing Same Tooltip On Dynamic 
Graph (Until Mouse Moves)
URL: https://github.com/apache/incubator-echarts/issues/9246
 
 
   
   
   
   ### One-line summary [问题简述]
   Is there a simple way to continue showing the same tooltip on a dynamic 
graph (until the mouse moves)?
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: 4.1.0 (via vue-echarts 3.1.3)
   + Browser version [浏览器类型和版本]: Chrome 69.0.3497.100
   + OS Version [操作系统类型和版本]: OSX High Sierra (10.13.6)
   
   
   
   
   
   ### Expected behaviour [期望结果]
   I have a graph that adds one new data point to a series every second. I can 
highlight any of those points, and the tooltip shows up just fine:
   
   ![screen shot 2018-10-17 at 5 14 29 
pm](https://user-images.githubusercontent.com/16004285/47119522-bd3db080-d230-11e8-832e-a24c7197b6a4.png)
   
   However, when the graph updates the data after the next second, the tooltip 
moves on to the next point (because that point is now highlighted).
   
   This makes it difficult to read any tooltip data.
   
   Is there an easy way to keep showing the first tooltip, preferably until the 
mouse moves (to signal that another tooltip should be shown)?
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
   tooltip: {
   trigger: 'axis'
   }
   ...
   xAxis: {
  type: 'category'  
  }
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   A similar issues appears on the Dynamic Graph example on the official docs 
page: 
https://ecomfe.github.io/echarts-examples/public/editor.html?c=dynamic-data2
   
   However, here, the tooltip usually disappears entirely (because no point is 
highlighted at all).
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



Re: ICLA of new committer

2018-10-17 Thread Dave Fisher
Hi -

It seems that only the mentors are subscribed to priv...@echarts.apache.org 


If you are an initial committer then please subscribe by sending an email to 
private-subscr...@echarts.apache.org 


This subscription will moderated by one of your mentors. This may take some 
time. In a few hours I will be on my way to the airport to fly to Shenzhen.

Here are the PPMC/Committers:
deqingli  
Deqing Li   
errorrik  
Dong Rui
dafo  Houjin 
Huang
wangdd  Junting 
Wang
kener    Kener 
Linfeng   
shenyi  Shen Yi 
sushuang  
Shuang Su   
ovilia  Wenli 
Zhang
The PPMC should be able to see all the prior emails to private by logging into 
https://lists.apache.org  and then navigating to 
https://lists.apache.org/list.html?priv...@echarts.apache.org 


Regards,
Dave


> On Oct 17, 2018, at 7:05 AM, Kevin A. McGrail  
> wrote:
> 
> I do not know how to check the lists but would recommend you open a JIRA
> ticket on that issue.
> 
> The secretary is currently in China at two conferences so I imagine
> things are delayed.  If there is urgency, feel free to email secretary@
> otherwise I would say all is likely in queue.
> 
> Regards,
> KAM
> 
> On 10/17/2018 3:02 AM, Wenli Zhang wrote:
>> Hi Dave,
>> 
>> I've never received any email from priv...@echarts.apache.org.
>> I subscribed private channel much the same like dev@, but can only receive
>> dev but not private. I also asked some other
>> Could any one check if I'm on the list some how?
>> 
>> Besides, we have two new contributors sent ICLA files a few days ago but
>> have no reply from secretary. Is this normal?
>> 
>> Thanks!
>> 
>> Zhang Wenli
>> http://zhangwenli.com
>> 
>> 
>> On Thu, Oct 11, 2018 at 11:58 PM Dave Fisher  wrote:
>> 
>>> Have a look at priv...@echarts.apache.org
>>> 
>>> All of the ECharts initial committers / PPMC should be subscribed.
>>> 
>>> It is on private@ where we discuss making a contributor into a committer
>>> and/or PPMC. An archived discussion via email is required.
>>> 
>>> We should discuss on dev@ how to be clear about when an ICLA is required.
>>> At a minimum it needs to be clear that all PRs are Apache License v2.
>>> 
>>> (secretary has been bcc’d)
>>> 
>>> Regards,
>>> Dave
>>> 
>>> 
>>> 
>>> Sent from my iPhone
>>> 
>>> On Oct 11, 2018, at 7:08 AM, Kevin A. McGrail 
>>> wrote:
>>> 
>>> I do not know.  Craig, can you give some insight?  Zhang, what's the name
>>> and email of the person who filed the ICLA?  Did they reference echarts?
>>> 
>>> On 10/10/2018 11:02 PM, Wenli Zhang wrote:
>>> 
>>> Hi Kevin,
>>> 
>>> Thanks for your reply.
>>> 
>>> What happens if secretary doesn't reply?
>>> 
>>> Zhang Wenlihttp://zhangwenli.com
>>> 
>>> 
>>> On Mon, Oct 8, 2018 at 7:55 PM Kevin A. McGrail  
>>> 
>>> wrote:
>>> 
>>> 
>>> Hi Zhang,
>>> 
>>> With the ICLA, you are free to use the PR as the project deems best.  I
>>> have forwarded your email to secretary@ so they can record the document.
>>> 
>>> Congrats on building your community!
>>> 
>>> Regards,
>>> KAM
>>> On 10/8/2018 2:38 AM, Wenli Zhang wrote:
>>> 
>>> PDF in last email is too large. Here's a compressed version.
>>> 
>>> Zhang Wenlihttp://zhangwenli.com
>>> 
>>> 
>>> On Mon, Oct 8, 2018 at 2:35 PM Wenli Zhang  
>>>  wrote:
>>> 
>>> 
>>> Dear mentors,
>>> 
>>> We have merged a pull request 
>>> (https://github.com/apache/incubator-echarts/pull/8759) from the
>>> community, and his ICLA file is attached in this email.
>>> 
>>> This is the first time we merge a PR after we joined Apache. So please
>>> tell us if there's anything else we need to do.
>>> 
>>> Thanks!
>>> 
>>> Zhang Wenlihttp://zhangwenli.com
>>> 
>>> --
>>> *Kevin A. McGrail*
>>> 703-798-0171 (wireless)https://www.linkedin.com/in/kmcgrail
>>> 
>>> 
>>> --
>>> *Kevin A. McGrail*
>>> 703-798-0171 (wireless)
>>> https://www.linkedin.com/in/kmcgrail
>>> 
>>> 
> 
> -- 
> *Kevin A. McGrail*
> 703-798-0171 (wireless)
> https://www.linkedin.com/in/kmcgrail



Re: ICLA of new committer

2018-10-17 Thread Kevin A. McGrail
I do not know how to check the lists but would recommend you open a JIRA
ticket on that issue.

The secretary is currently in China at two conferences so I imagine
things are delayed.  If there is urgency, feel free to email secretary@
otherwise I would say all is likely in queue.

Regards,
KAM

On 10/17/2018 3:02 AM, Wenli Zhang wrote:
> Hi Dave,
>
> I've never received any email from priv...@echarts.apache.org.
> I subscribed private channel much the same like dev@, but can only receive
> dev but not private. I also asked some other
> Could any one check if I'm on the list some how?
>
> Besides, we have two new contributors sent ICLA files a few days ago but
> have no reply from secretary. Is this normal?
>
> Thanks!
>
> Zhang Wenli
> http://zhangwenli.com
>
>
> On Thu, Oct 11, 2018 at 11:58 PM Dave Fisher  wrote:
>
>> Have a look at priv...@echarts.apache.org
>>
>> All of the ECharts initial committers / PPMC should be subscribed.
>>
>> It is on private@ where we discuss making a contributor into a committer
>> and/or PPMC. An archived discussion via email is required.
>>
>> We should discuss on dev@ how to be clear about when an ICLA is required.
>> At a minimum it needs to be clear that all PRs are Apache License v2.
>>
>> (secretary has been bcc’d)
>>
>> Regards,
>> Dave
>>
>>
>>
>> Sent from my iPhone
>>
>> On Oct 11, 2018, at 7:08 AM, Kevin A. McGrail 
>> wrote:
>>
>> I do not know.  Craig, can you give some insight?  Zhang, what's the name
>> and email of the person who filed the ICLA?  Did they reference echarts?
>>
>> On 10/10/2018 11:02 PM, Wenli Zhang wrote:
>>
>> Hi Kevin,
>>
>> Thanks for your reply.
>>
>> What happens if secretary doesn't reply?
>>
>> Zhang Wenlihttp://zhangwenli.com
>>
>>
>> On Mon, Oct 8, 2018 at 7:55 PM Kevin A. McGrail  
>> 
>> wrote:
>>
>>
>> Hi Zhang,
>>
>> With the ICLA, you are free to use the PR as the project deems best.  I
>> have forwarded your email to secretary@ so they can record the document.
>>
>> Congrats on building your community!
>>
>> Regards,
>> KAM
>> On 10/8/2018 2:38 AM, Wenli Zhang wrote:
>>
>> PDF in last email is too large. Here's a compressed version.
>>
>> Zhang Wenlihttp://zhangwenli.com
>>
>>
>> On Mon, Oct 8, 2018 at 2:35 PM Wenli Zhang  
>>  wrote:
>>
>>
>> Dear mentors,
>>
>> We have merged a pull request 
>> (https://github.com/apache/incubator-echarts/pull/8759) from the
>> community, and his ICLA file is attached in this email.
>>
>> This is the first time we merge a PR after we joined Apache. So please
>> tell us if there's anything else we need to do.
>>
>> Thanks!
>>
>> Zhang Wenlihttp://zhangwenli.com
>>
>> --
>> *Kevin A. McGrail*
>> 703-798-0171 (wireless)https://www.linkedin.com/in/kmcgrail
>>
>>
>> --
>> *Kevin A. McGrail*
>> 703-798-0171 (wireless)
>> https://www.linkedin.com/in/kmcgrail
>>
>>

-- 
*Kevin A. McGrail*
703-798-0171 (wireless)
https://www.linkedin.com/in/kmcgrail


[GitHub] sunyuu commented on issue #9149: fix: #9011

2018-10-17 Thread GitBox
sunyuu commented on issue #9149: fix: #9011
URL: 
https://github.com/apache/incubator-echarts/pull/9149#issuecomment-430617534
 
 
   @Ovilia 
在我本地得测试中,仪表盘设置为clockwise为false后,除了sector得其它元素都是顺时针渲染的,在getcolor中这样修改可以将其它元素获取color的顺序倒过来,以修复color顺序不太对的问题


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] zhaoquanfeng064 opened a new issue #9245: 能否提供一个方式,设置item的selected的样式类似hover的放大效果

2018-10-17 Thread GitBox
zhaoquanfeng064 opened a new issue #9245: 
能否提供一个方式,设置item的selected的样式类似hover的放大效果
URL: https://github.com/apache/incubator-echarts/issues/9245
 
 
   
   
   
   ### One-line summary [问题简述]
   
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:
   + Browser version [浏览器类型和版本]:
   + OS Version [操作系统类型和版本]:
   
   
   
   
   
   ### Expected behaviour [期望结果]
   
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
   
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] liucrui commented on issue #9244: series.data 是否支持key-value 形式(对象数组)的数据

2018-10-17 Thread GitBox
liucrui commented on issue #9244: series.data  是否支持key-value 形式(对象数组)的数据
URL: 
https://github.com/apache/incubator-echarts/issues/9244#issuecomment-430573345
 
 
   应该算是支持的,对应data中的属性一 一封装好,返回就能解析


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] a523 opened a new issue #9244: series.data 是否支持key-value 形式(对象数组)的数据

2018-10-17 Thread GitBox
a523 opened a new issue #9244: series.data  是否支持key-value 形式(对象数组)的数据
URL: https://github.com/apache/incubator-echarts/issues/9244
 
 
   
   
   
   ### One-line summary [问题简述]
   我在官网文档看到dataset.source支持 key-value 形式(对象数组),并且自己对照文档也实现了,但是我改用series.data 
里面填入下面这样的数据,图表却出不来
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:  4
   + Browser version [浏览器类型和版本]:  chrome
   + OS Version [操作系统类型和版本]: mac
   
   
   ### 期望结果 [期望结果]
   官网能出一篇好一点的关于怎么传数据给Echarts用的教程吗?(也就是Echart的数据接口, 刚接触感觉Echarts数据接口好奇怪, 
琢磨了好几天才上摸到一点点,还得看了林在网易云的视频教程才好一点点, 但是那个教程也很老了,里面没有讲dataset),5分中上手的教程太简单, 
不适用大多情况, 异步加载数据教程也没有用dataset做实例。看了好几天才明白, 把返回给Echarts的数据看出一个excel表格就好了, 
第一行是表头一般表x轴。可是一般后端返回的数据都是json,key-val格式,习惯了。刚接触好难理解, 官网要在介绍data 的时候,最开始的时候就明说, 
就好理解一点。
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
   xAxis: {
   type: 'category',
   data: ['Ma', 'Mi', 'Ch', 'Wa'],
   },
   yAxis: {
   type: 'value'
   },
   // dataset: [{
   // 按行的 key-value 形式(对象数组),这是个比较常见的格式。
   // source: [
   // {product: 'Matcha Latte', count: 823, score: 95.8},
   // {product: 'Milk Tea', count: 235, score: 81.4},
   // {product: 'Cheese Cocoa', count: 1042, score: 91.2},
   // {product: 'Walnut Brownie', count: 988, score: 76.9}
   // ]
   // }],
   series: [{
  
   type: 'line',
   smooth: true,
   data:[
{product: 'Matcha Latte', count: 823, score: 95.8},
{product: 'Milk Tea', count: 235, score: 81.4},
{product: 'Cheese Cocoa', count: 1042, score: 91.2},
{product: 'Walnut Brownie', count: 988, score: 76.9}
   ],
   encode:{y: 1},
 
   }]
   };
   
   ```
   
   
   
   ### Other comments [其他信息]
   
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] flyiiiiii opened a new issue #9243: effectScatter和lines如何结合使用?

2018-10-17 Thread GitBox
flyii opened a new issue #9243: effectScatter和lines如何结合使用?
URL: https://github.com/apache/incubator-echarts/issues/9243
 
 
   
   
   
   ### One-line summary [问题简述]
   希望effectScatter点能沿着 特定的线运动,即与lines结合。
   
   
   
   与版本无关
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:
   + Browser version [浏览器类型和版本]:
   + OS Version [操作系统类型和版本]:
   
   
   
   
   
   ### Expected behaviour [期望结果]
   
   effectScatter与lines结合
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
   
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] wenrouyidao commented on issue #7016: 【echarts3】graph关系图中,series[i]-graph.categories[i].symbol的属性不能生效

2018-10-17 Thread GitBox
wenrouyidao commented on issue #7016: 
【echarts3】graph关系图中,series[i]-graph.categories[i].symbol的属性不能生效
URL: 
https://github.com/apache/incubator-echarts/issues/7016#issuecomment-430549202
 
 
   遇到同样的问题


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] dashixiong1990 commented on issue #9240: add tooltipShow event

2018-10-17 Thread GitBox
dashixiong1990 commented on issue #9240: add tooltipShow event
URL: 
https://github.com/apache/incubator-echarts/issues/9240#issuecomment-430515733
 
 
   效果图如下,当用户鼠标在图表中move或hover到某一横坐标点,出现tooltip的时候,右边表格根据hover的日期,来进行进一步的数据展示  
   
   ![效果图](https://p5.ssl.qhimg.com/t01f59686c6cf6f17fb.png)
   
   昨天搜到的一些之前提到的关于这个想法的issue, 提到一些解决方案,都不是很优雅
   [4375](https://github.com/apache/incubator-echarts/issues/4375)
   [5297](https://github.com/apache/incubator-echarts/issues/5297)


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] cuijian-dexter commented on issue #8759: Enhance funnel chart label display policy

2018-10-17 Thread GitBox
cuijian-dexter commented on issue #8759: Enhance funnel chart label display 
policy
URL: 
https://github.com/apache/incubator-echarts/pull/8759#issuecomment-430515088
 
 
   > I've sent the email but the secretary did not reply. There are some other 
new contributors sending ICLA file and got no reply. I'll send an email to 
mentor about this.
   
   Now,what should I do?


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] zwmmm opened a new issue #9242: showTip 怎么持续显示

2018-10-17 Thread GitBox
zwmmm opened a new issue #9242: showTip 怎么持续显示
URL: https://github.com/apache/incubator-echarts/issues/9242
 
 
   
   
   
   ### One-line summary [问题简述]
   折线图上想默认显示一个tip
   通过使用dispatchAction 的 showTip 事件可以达到初始时默认显示一个tip 但是一旦鼠标悬浮其他的数据 最终将不会再有默认显示的tip
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: 3
   + Browser version [浏览器类型和版本]: Chrome
   + OS Version [操作系统类型和版本]: window 7
   
   
   
   
   
   ### Expected behaviour [期望结果]
   
   持续显示一个tip 并且在鼠标悬浮离开之后还生效
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
   
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] Ovilia commented on issue #9162: fix: #8962 闭合多边形时,如果第一个值为NaN,导致最后值也为NaN,渲染不出连接线。

2018-10-17 Thread GitBox
Ovilia commented on issue #9162: fix: #8962 
闭合多边形时,如果第一个值为NaN,导致最后值也为NaN,渲染不出连接线。
URL: 
https://github.com/apache/incubator-echarts/pull/9162#issuecomment-430514187
 
 
   Never mind. You will get informed if anything goes wrong.
   So the secretary not replied yet? We have another new contributor sending 
ICLA file and got no reply. I've just sent an email to our mentor about this.


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] Ovilia commented on issue #8997: Pie chart adds filterValue parameter

2018-10-17 Thread GitBox
Ovilia commented on issue #8997: Pie chart adds filterValue parameter
URL: 
https://github.com/apache/incubator-echarts/pull/8997#issuecomment-430513556
 
 
   @cuijian-dexter Replied under #8759. :)


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



Re: ICLA of new committer

2018-10-17 Thread Wenli Zhang
Hi Dave,

I've never received any email from priv...@echarts.apache.org.
I subscribed private channel much the same like dev@, but can only receive
dev but not private. I also asked some other
Could any one check if I'm on the list some how?

Besides, we have two new contributors sent ICLA files a few days ago but
have no reply from secretary. Is this normal?

Thanks!

Zhang Wenli
http://zhangwenli.com


On Thu, Oct 11, 2018 at 11:58 PM Dave Fisher  wrote:

> Have a look at priv...@echarts.apache.org
>
> All of the ECharts initial committers / PPMC should be subscribed.
>
> It is on private@ where we discuss making a contributor into a committer
> and/or PPMC. An archived discussion via email is required.
>
> We should discuss on dev@ how to be clear about when an ICLA is required.
> At a minimum it needs to be clear that all PRs are Apache License v2.
>
> (secretary has been bcc’d)
>
> Regards,
> Dave
>
>
>
> Sent from my iPhone
>
> On Oct 11, 2018, at 7:08 AM, Kevin A. McGrail 
> wrote:
>
> I do not know.  Craig, can you give some insight?  Zhang, what's the name
> and email of the person who filed the ICLA?  Did they reference echarts?
>
> On 10/10/2018 11:02 PM, Wenli Zhang wrote:
>
> Hi Kevin,
>
> Thanks for your reply.
>
> What happens if secretary doesn't reply?
>
> Zhang Wenlihttp://zhangwenli.com
>
>
> On Mon, Oct 8, 2018 at 7:55 PM Kevin A. McGrail  
> 
> wrote:
>
>
> Hi Zhang,
>
> With the ICLA, you are free to use the PR as the project deems best.  I
> have forwarded your email to secretary@ so they can record the document.
>
> Congrats on building your community!
>
> Regards,
> KAM
> On 10/8/2018 2:38 AM, Wenli Zhang wrote:
>
> PDF in last email is too large. Here's a compressed version.
>
> Zhang Wenlihttp://zhangwenli.com
>
>
> On Mon, Oct 8, 2018 at 2:35 PM Wenli Zhang  
>  wrote:
>
>
> Dear mentors,
>
> We have merged a pull request 
> (https://github.com/apache/incubator-echarts/pull/8759) from the
> community, and his ICLA file is attached in this email.
>
> This is the first time we merge a PR after we joined Apache. So please
> tell us if there's anything else we need to do.
>
> Thanks!
>
> Zhang Wenlihttp://zhangwenli.com
>
> --
> *Kevin A. McGrail*
> 703-798-0171 (wireless)https://www.linkedin.com/in/kmcgrail
>
>
> --
> *Kevin A. McGrail*
> 703-798-0171 (wireless)
> https://www.linkedin.com/in/kmcgrail
>
>


[GitHub] cuijian-dexter commented on issue #8759: Enhance funnel chart label display policy

2018-10-17 Thread GitBox
cuijian-dexter commented on issue #8759: Enhance funnel chart label display 
policy
URL: 
https://github.com/apache/incubator-echarts/pull/8759#issuecomment-430513149
 
 
   @Ovilia ok


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] Ovilia commented on issue #8759: Enhance funnel chart label display policy

2018-10-17 Thread GitBox
Ovilia commented on issue #8759: Enhance funnel chart label display policy
URL: 
https://github.com/apache/incubator-echarts/pull/8759#issuecomment-430511596
 
 
   I've send the email but the secretary did not reply. There are some other 
new contributors sending ICLA file and got no reply. I'll send an email to 
mentor about this.


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] Ovilia edited a comment on issue #8759: Enhance funnel chart label display policy

2018-10-17 Thread GitBox
Ovilia edited a comment on issue #8759: Enhance funnel chart label display 
policy
URL: 
https://github.com/apache/incubator-echarts/pull/8759#issuecomment-430511596
 
 
   I've sent the email but the secretary did not reply. There are some other 
new contributors sending ICLA file and got no reply. I'll send an email to 
mentor about this.


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] Ovilia removed a comment on issue #8997: Pie chart adds filterValue parameter

2018-10-17 Thread GitBox
Ovilia removed a comment on issue #8997: Pie chart adds filterValue parameter
URL: 
https://github.com/apache/incubator-echarts/pull/8997#issuecomment-430511323
 
 
   @100pah please help review and merge this PR.


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] Ovilia commented on issue #8997: Pie chart adds filterValue parameter

2018-10-17 Thread GitBox
Ovilia commented on issue #8997: Pie chart adds filterValue parameter
URL: 
https://github.com/apache/incubator-echarts/pull/8997#issuecomment-430511323
 
 
   @100pah please help review and merge this PR.


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] Ovilia commented on issue #9233: echart4, svg渲染中toolbox,hover图标不显示title

2018-10-17 Thread GitBox
Ovilia commented on issue #9233: echart4, svg渲染中toolbox,hover图标不显示title
URL: 
https://github.com/apache/incubator-echarts/issues/9233#issuecomment-430508352
 
 
   经测试应该是 bug,第一次移动到图标时不显示文字,第二次移动到图标上时会显示文字,另外文字的大小也比 canvas 大很多。需要进一步排查。


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] fangbinwei commented on issue #9223: Think about simulating click event of legend

2018-10-17 Thread GitBox
fangbinwei commented on issue #9223: Think about simulating click event of 
legend
URL: 
https://github.com/apache/incubator-echarts/issues/9223#issuecomment-430506441
 
 
   @Ovilia 设为false之后, legend直接无法点击了, 这样似乎没办法处理自己的逻辑


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] Ovilia commented on issue #9156: 官网demo中设置 dispatchAction showTip 无效

2018-10-17 Thread GitBox
Ovilia commented on issue #9156: 官网demo中设置 dispatchAction showTip 无效
URL: 
https://github.com/apache/incubator-echarts/issues/9156#issuecomment-430502703
 
 
   @maningbo 这两个例子 ECharts 的版本不同,前者是 
http://gallerybox.echartsjs.com/dep/echarts/3.8.0/echarts.min.js 后者是 
http://gallerybox.echartsjs.com/dep/echarts/latest/echarts.min.js 4.0.5 
版本的。看起来是个 bug。


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] hl-stone commented on issue #9156: 官网demo中设置 dispatchAction showTip 无效

2018-10-17 Thread GitBox
hl-stone commented on issue #9156: 官网demo中设置 dispatchAction showTip 无效
URL: 
https://github.com/apache/incubator-echarts/issues/9156#issuecomment-430501248
 
 
   自己制作的geojson 数据地图,新增地区,不能showTip,在3.3.0版本上面可以,4.0.4、4.2.0 版本都不能显示!


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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