[GitHub] ywzou opened a new issue #8693: tree图label添加点击事件

2018-07-12 Thread GitBox
ywzou opened a new issue #8693: tree图label添加点击事件
URL: https://github.com/apache/incubator-echarts/issues/8693
 
 
   tree的label如何添加点击事件
   


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] havebear opened a new issue #8691: 日历坐标系组件weeks在当前月无法显示的问题

2018-07-12 Thread GitBox
havebear opened a new issue #8691: 日历坐标系组件weeks在当前月无法显示的问题
URL: https://github.com/apache/incubator-echarts/issues/8691
 
 
   
   
   
   ### One-line summary [问题简述]
   当我设置calendar的range属性为当前月份时,图表中未显示星期栏。
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: ECharts 3.8.5 或者2018.07.13官网example
   + Browser version [浏览器类型和版本]: Chrome  67.0.3396.99
   + OS Version [操作系统类型和版本]: Windows 10 专业版 17134.165
   
   
   
   
   
   ### Expected behaviour [期望结果]
   能正常显示星期栏
   
   
   
   ### Other comments [其他信息]
   
   
   http://echarts.baidu.com/examples/editor.html?c=calendar-pie
   将‘rang’设置为当前月
   以下为截图:
   
![image](https://user-images.githubusercontent.com/18510655/42668616-39ee1f1e-8684-11e8-997a-1ccb4688ed3d.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] ModestyChen closed issue #8686: 请问echarts4.0版本的 timeline 属性如何配置,才能时间轴显示的数据为2018/01或者2018年1月?

2018-07-12 Thread GitBox
ModestyChen closed issue #8686: 请问echarts4.0版本的 timeline 
属性如何配置,才能时间轴显示的数据为2018/01或者2018年1月?
URL: https://github.com/apache/incubator-echarts/issues/8686
 
 
   


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] xuuxii commented on issue #8676: Echarts do not show in https

2018-07-12 Thread GitBox
xuuxii commented on issue #8676: Echarts do not show in https
URL: 
https://github.com/apache/incubator-echarts/issues/8676#issuecomment-404589925
 
 
   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] zhouxiumin opened a new issue #8689: pie图数值比较大的时候变白色

2018-07-12 Thread GitBox
zhouxiumin opened a new issue #8689: pie图数值比较大的时候变白色
URL: https://github.com/apache/incubator-echarts/issues/8689
 
 
   
   
   
   ### One-line summary [问题简述]
   
   
在使用pie图的时候,我发现data里的value数值大于600左右,当前饼图的颜色就变成白色了,和itemStyle里不一致了,这是bug还是设计就是这样的?
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: 4
   + Browser version [浏览器类型和版本]: chrome 最新
   + OS Version [操作系统类型和版本]: windows
   
   
   
   
   
   ### 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] iamweixiaohang opened a new issue #8688: 3D Surface 是否可以GPU加速

2018-07-12 Thread GitBox
iamweixiaohang opened a new issue #8688: 3D Surface 是否可以GPU加速
URL: https://github.com/apache/incubator-echarts/issues/8688
 
 
   
   
   
   ### One-line summary [问题简述]
   
   
   你好,我使用的是tesla K80 gpu,但是绘制3D Surface还是很慢(基本上速度没变化),想问一下是否支持GPU加速?
   
   
   ### Version & Environment [版本及环境] 
   + ECharts version [ECharts 版本]:
   + Browser version [浏览器类型和版本]:
   + OS Version [操作系统类型和版本]:
   
   
   
   
   
   ### Expected behaviour [期望结果]
   
   
   方便的话给3D Surface加上GPU加速配置项。谢谢。
   
   
   ### 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] JonasMedu opened a new issue #8687: Website does not render Charts anymore

2018-07-12 Thread GitBox
JonasMedu opened a new issue #8687: Website does not render Charts anymore
URL: https://github.com/apache/incubator-echarts/issues/8687
 
 
   The white spaces where the charts should appear are emtpy.
   e.g. [echarts 
options](https://ecomfe.github.io/echarts-doc/public/en/option.html#series-custom)
   or 
   
[tutorial](https://ecomfe.github.io/echarts-doc/public/en/tutorial.html#Customized%20Chart%20Styles)
   
   (location germany, browser: chrome, edge, firefox mobil, OS: windows, 
android)


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] ultcyber commented on issue #8676: Echarts do not show in https

2018-07-12 Thread GitBox
ultcyber commented on issue #8676: Echarts do not show in https
URL: 
https://github.com/apache/incubator-echarts/issues/8676#issuecomment-404451032
 
 
   Looks like the .js scripts are being loaded from a http resource rather than 
https which throws a "mixed content" error
   
   
![echarts](https://user-images.githubusercontent.com/16682784/42624999-ffc9d200-85c6-11e8-9a1a-aaf0f36cef7e.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] ModestyChen opened a new issue #8686: 请问echarts4.0版本的 timeline 属性如何配置,才能时间轴显示的数据为2018/01或者2018年1月?

2018-07-12 Thread GitBox
ModestyChen opened a new issue #8686: 请问echarts4.0版本的 timeline 
属性如何配置,才能时间轴显示的数据为2018/01或者2018年1月?
URL: https://github.com/apache/incubator-echarts/issues/8686
 
 
   
   
   
   ### 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



Re: Request for Apache Website server

2018-07-12 Thread Wenli Zhang
Hi,

Just a remind on last topic. Any comments?

Zhang Wenli
http://zhangwenli.com

On Fri, Jun 29, 2018 at 3:04 PM, Wenli Zhang  wrote:

> Hi all,
>
> Thanks for your help and I've published ECharts website at
> https://echarts.apache.org/index.html
>
> I wonder if we can make `asf-site` branch as default branch on GitHub
> https://github.com/apache/incubator-echarts-website ?
> By default, it should be set under Settings - Branches - Default Branch.
> But I don't have the right to do it. Could anyone help to do so?
>
> Zhang Wenli
> http://zhangwenli.com
>
> On Wed, Jun 13, 2018 at 4:07 PM, Kevin A. McGrail 
> wrote:
>
>> Excellent.  I'm sorry it took me so long to realize it was stuck in the
>> wrong Jira!
>>
>> --
>> Kevin A. McGrail
>> VP Fundraising, Apache Software Foundation
>> Chair Emeritus Apache SpamAssassin Project
>> https://www.linkedin.com/in/kmcgrail - 703.798.0171
>>
>> On Tue, Jun 12, 2018 at 10:21 PM, Wenli Zhang 
>> wrote:
>>
>> > Thanks Kevin and John,
>> >
>> > I've created a ticket at https://issues.apache.org/jira
>> /browse/INFRA-16645
>> > .
>> >
>> > Zhang Wenli
>> > http://zhangwenli.com
>> >
>> > On Tue, Jun 12, 2018 at 5:14 PM, John D. Ament 
>> > wrote:
>> >
>> > > Yes, an infra ticket is required to enable the echarts site to use the
>> > git
>> > > repo.  http://issues.apache.org/jira/browse/INFRA will bring you
>> right
>> > to
>> > > them.
>> > >
>> > > John
>> > >
>> > > On Tue, Jun 12, 2018 at 5:08 AM Kevin A. McGrail > >
>> > > wrote:
>> > >
>> > > > Wenli, I talked to Justin about this and I agree.  We believe you
>> need
>> > to
>> > > > raise an INFRA JIRA rather than a echarts Jira ticket.
>> > > >
>> > > > https://issues.apache.org/jira/secure/Dashboard.jspa
>> > > >
>> > > >
>> > > > --
>> > > > Kevin A. McGrail
>> > > > VP Fundraising, Apache Software Foundation
>> > > > Chair Emeritus Apache SpamAssassin Project
>> > > > https://www.linkedin.com/in/kmcgrail - 703.798.0171
>> <(703)%20798-0171>
>> > > >
>> > > > On Thu, Jun 7, 2018 at 2:24 AM, Wenli Zhang 
>> > > wrote:
>> > > >
>> > > > > Hi John,
>> > > > >
>> > > > > I created an index.html file under asf-site branch (
>> > > > > https://github.com/apache/incubator-echarts-website/
>> > > > > blob/asf-site/index.html
>> > > > > ), but apparently it is not hosted at https://echarts.apache.org/
>> > > > > index.html
>> > > > > .
>> > > > >
>> > > > > The doc ( http://www.apache.org/dev/project-site.html ) says that
>> > > > > "Typically
>> > > > > these will be built as a jenkins job or a buildbot job". I wonder
>> if
>> > > this
>> > > > > is compulsive, since currently we use gulp.js and Node.js to
>> generate
>> > > our
>> > > > > website, and we'd prefer to have our generated static files
>> hosted.
>> > > > > In this case, should we use jenkins or buildbot job? Besides, I
>> > didn't
>> > > > see
>> > > > > detail information about how to use the tools along with GitHub
>> > > asf-site
>> > > > > branch. Could you please explain it to us?
>> > > > >
>> > > > > Thanks for your time!
>> > > > >
>> > > > > Zhang Wenli
>> > > > > http://zhangwenli.com
>> > > > >
>> > > > > On Fri, Jun 1, 2018 at 10:45 AM, Wenli Zhang <
>> oviliazh...@gmail.com>
>> > > > > wrote:
>> > > > >
>> > > > > > Hi John,
>> > > > > >
>> > > > > > I managed to push to the repo. Thanks!
>> > > > > >
>> > > > > > Zhang Wenli
>> > > > > > http://zhangwenli.com
>> > > > > >
>> > > > > > On Fri, Jun 1, 2018 at 9:14 AM, John D. Ament <
>> > johndam...@apache.org
>> > > >
>> > > > > > wrote:
>> > > > > >
>> > > > > >> Could you double check? The repo is empty, so needs something
>> > pushed
>> > > > to
>> > > > > >> it.
>> > > > > >>
>> > > > > >> John
>> > > > > >>
>> > > > > >> On Wed, May 30, 2018 at 11:07 PM Wenli Zhang <
>> > oviliazh...@gmail.com
>> > > >
>> > > > > >> wrote:
>> > > > > >>
>> > > > > >> > Hi John,
>> > > > > >> >
>> > > > > >> > Thanks for reply.
>> > > > > >> >
>> > > > > >> > You mentioned that just created a git repo. I guess that
>> should
>> > be
>> > > > > >> > https://github.com/apache/incubator-echarts-website .
>> > > > > >> > But we don't have the access to it, probably admin right is
>> > > needed.
>> > > > > >> >
>> > > > > >> > Thanks!
>> > > > > >> >
>> > > > > >> > Zhang Wenli
>> > > > > >> > http://zhangwenli.com
>> > > > > >> >
>> > > > > >> > On Thu, May 31, 2018 at 10:54 AM, John D. Ament <
>> > > > > johndam...@apache.org>
>> > > > > >> > wrote:
>> > > > > >> >
>> > > > > >> > > Sending an email is probably the easiest way to get
>> started.
>> > I
>> > > > > >> believe
>> > > > > >> > > what you did was create a JIRA ticket in our JIRA board,
>> INFRA
>> > > has
>> > > > > >> their
>> > > > > >> > > own.
>> > > > > >> > >
>> > > > > >> > > Getting a website is a handful of steps.
>> > > > > >> > >
>> > > > > >> > > - Create a git repo created (just did that)
>> > > > > >> > > - Create two branches on the repo.  One that includes the
>> > source
>> > > > > files
>> > > > > >> > for
>> > > > > >> > >