[GitHub] AntoniaQiao commented on issue #8228: 手动调用触发图表下载

2018-05-03 Thread GitBox
AntoniaQiao commented on issue #8228: 手动调用触发图表下载
URL: 
https://github.com/apache/incubator-echarts/issues/8228#issuecomment-386510907
 
 
   可以的,
   
   this.myChart = echarts.init(document.getElementById('observable-chart' + 
this.index));   // 实例化
   const url = this.myChart.getDataURL({
   pixelRatio: 2,
   backgroundColor: '#fff'
 });
   
   下载 
downLoadChart(url) {
   const a = document.createElement('a');
   a.setAttribute('href', url);
   a.setAttribute('download', 'export');
   a.style.visibility = 'hidden';
   document.body.appendChild(a);
   a.click();
   document.body.removeChild(a);
 }


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] Ericdmb opened a new issue #8283: X轴空值匹配存在问题

2018-05-03 Thread GitBox
Ericdmb opened a new issue #8283: X轴空值匹配存在问题
URL: https://github.com/apache/incubator-echarts/issues/8283
 
 
   
   
   
   ### One-line summary [问题简述]
   
在series的type为line或bar的类型(其他类型未知)时,对x轴进行赋值,当x轴存在null值时,series中的data无法与x轴数据进行正确的映射。
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:Echarts4.0
   + Browser version [浏览器类型和版本]:Chrome66.0.3359.139
   + OS Version [操作系统类型和版本]:Win10
   
   
   
   
   
   ### Expected behaviour [期望结果]
   series中[null,5]能够映射到‘’null‘’上,或者x轴的null不会被转换成‘null’并能与数据正确映射。
   即线有单调性。
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option ={
   legend: {},
   tooltip: {},
   xAxis: {
   type: 'category',
   data:['A','B','C','D',null]
   },
   yAxis: {},
   series: [
   {
   type:'line',
   data:[['A',1],['B',2],['C',3],['D',4],[null,5]],
   encode:{
   x:0,
   y:1
   }
   },
   ]
   };
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   http://gallery.echartsjs.com/editor.html?c=xrJD2aPYTz=0
   这上面的案例是我建的,与提交的option差别在seies的数据我把C,D的顺序调换了一下
   
   


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] pissang commented on issue #8273: canvas: an attempt to set strokeStyle or fillStyle to a value that is neither a string, a CanvasGradient, or a CanvasPattern was ignored.

2018-05-03 Thread GitBox
pissang commented on issue #8273:  canvas: an attempt to set strokeStyle or 
fillStyle to a value that is neither a string, a CanvasGradient, or a 
CanvasPattern was ignored. 
URL: 
https://github.com/apache/incubator-echarts/issues/8273#issuecomment-386510231
 
 
   What's your detailed 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] pissang commented on issue #8273: canvas: an attempt to set strokeStyle or fillStyle to a value that is neither a string, a CanvasGradient, or a CanvasPattern was ignored.

2018-05-03 Thread GitBox
pissang commented on issue #8273:  canvas: an attempt to set strokeStyle or 
fillStyle to a value that is neither a string, a CanvasGradient, or a 
CanvasPattern was ignored. 
URL: 
https://github.com/apache/incubator-echarts/issues/8273#issuecomment-386510231
 
 
   What's your detailed option value?


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] pissang commented on issue #8277: xAxis.type='time' + zoomData时卡顿问题

2018-05-03 Thread GitBox
pissang commented on issue #8277: xAxis.type='time' + zoomData时卡顿问题
URL: 
https://github.com/apache/incubator-echarts/issues/8277#issuecomment-386509722
 
 
   能否发我们下完整的能够复现的 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] songjinghe commented on issue #8271: gallery无法使用百度账号登录

2018-05-03 Thread GitBox
songjinghe commented on issue #8271: gallery无法使用百度账号登录
URL: 
https://github.com/apache/incubator-echarts/issues/8271#issuecomment-386508605
 
 
   @hanfengcan 我现在可以登录了,你那边应该也好了吧


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: [Discussion] Support image and SVG as the background of GEO coordinate system in echarts.

2018-05-03 Thread 沈毅
Use SVG directly means parse SVG file and rendered it with Canvas? I think
it's better because it can be resolution independent. Also we can change
the style of each element to encode the data.


SHUANG SU  于2018年5月2日周三 下午2:29写道:

> Shen Yi,
>
> Using image as geo background, will cause distortion when zooming.
> May be, it is a better way to use SVG directly on the browser (make a
> zrender/graphic/SVGImage) ?
>
>
>
>
>
>
>
>
>
>
>
> --
>  Su Shuang (100pah)
> --
>
>
> 2018-04-30 2:45 GMT+08:00 SHUANG SU :
>
> >
> > (1)
> > > And if background image
> > > has SVG image source, will the node information in SVG been parsed and
> > > displayed?
> >
> > Does the simple way appropriate?
> > ```js
> > var img = new Image()
> > img.src = 'some.svg';
> > // drawImage to canvas.
> > ```
> >
> > There might be some compatible issue for old browser (
> > https://caniuse.com/#feat=svg-img) in this way,
> > but I think it might bring complexity if imclude SVG parsing code to
> > echarts,
> > and not necessary if not need to interact with the inner shape of a SVG.
> >
> >
> > (2)
> > > Are background and backgroundCoord general properties for the geo
> > > component? Can they be used with mapType property
> >
> > I think that both the `background` and `mapType` can be specified on
> > option.
> > The view rect can be calculated by union the `backgroundCoord: {x, y,
> > width, height}`
> > and the GeoJSON (specified by `mayType`, if the user needs it).
> >
> > But for this part, consider a scenario:
> > The background is a shopping mall map, and the user might need some
> > polygons
> > to describe some area (which can be interactive, like, highlight when
> > hovering).
> > If the polygons are described using GeoJSON, the option should be:
> >
> > ```js
> > echarts.registerMap('mall', thePolygonsGeoJSON);
> >
> > var option = {
> > geo: {
> > background: 'mall.png',
> > backgroundCoord: {x: 0, y: 0, width: 1000, height: 600},
> > mapType: 'mall'
> > }
> > }
> > ```
> >
> > where the GeoJSON 'mall' and background image 'mall.png' are specified in
> > different styles.
> > Is it a little strange?
> >
> > Or, another approach:
> > the users can describe the polygons not in GeoJSON (since it is a little
> > difficult to make
> > GeoJSON), but using a custom series, or a series type 'polygon' (or
> > 'lines', that already exists).
> >
> > ```js
> > var option = {
> >   geo: {
> >background: 'mall.png',
> >backgroundCoord: {x: 0, y: 0, width: 1000, height: 600},
> >   },
> >   series: [{
> >   type: 'polygon',// or type: 'lines'
> >   data: [
> >  // points of a polygon
> >  [[px0,py0], [px1,py1], ...],
> >  // Or even a SVGPath ? (which is more convenient for
> > designers?)
> >  'path://M164,210.677v33.47l154.656,66.356L468,243z',
> >  ...
> >   ]
> >   }]
> > };
> >
> > Is it appropriate?
> > I am thinking that how to make it easier for designers to convert the SVG
> > or Adobe Illustrator path to the input of the echarts.
> > In echarts 2, special tag needed to be markd on a SVG shape if it is
> > needed to be parsed and be interactive in echarts.
> > But adding special tags is not convenient I think.
> >
> >
> >
> >
> >
> > --
> >  Su Shuang (100pah)
> > --
> >
> >
> >
> > 2018-04-29 23:57 GMT+08:00 沈毅 :
> >
> >> Some questions.
> >>
> >> Are background and backgroundCoord general properties for the geo
> >> component? Can they be used with mapType property? And if background
> image
> >> has SVG image source, will the node information in SVG been parsed and
> >> displayed?
> >>
> >> SHUANG SU  于2018年4月29日周日 上午12:29写道:
> >>
> >> > Pissang and All,
> >> >
> >> >
> >> > Currently, geo coordinate system only supports GeoJson, which is not
> >> > convenient in some scenario that the base map might be the shopping
> mall
> >> > map, airport map, airplane seat map, topographic map, etc., where
> using
> >> > image or SVG is an easy and conventional way.
> >> >
> >> > So, should we provide "echarts option" like the snippet below for this
> >> > feature?
> >> >
> >> >
> >> > ```js
> >> > var option = {
> >> > geo: {
> >> >
> >> > // Use as background image, which can be zoomed and moving in
> >> the
> >> > geo coordSys.
> >> > background: 'shopping-mall.png', // or 'shopping-mall.svg'
> >> >
> >> > // Specify how the background is located in this geo.
> >> > // Essentially the value is geo coords of the background rect.
> >> > the image width/height, where the geo
> >> > backgroundCoord: {
> >> > x: 0,
> >> > y: 0,
> >> > // Conventionally, we can use the image size as 

[GitHub] TonyChanNJU opened a new issue #8282: When rendering as SVG, throw Error: attribute transform: Expected number, "rotate(NaN,111.68400 000…".

2018-05-03 Thread GitBox
TonyChanNJU opened a new issue #8282: When rendering as SVG, throw Error: 
 attribute transform: Expected number, "rotate(NaN,111.68400 000…".
URL: https://github.com/apache/incubator-echarts/issues/8282
 
 
   
   
   
   ### One-line summary [问题简述]
   When rendering as SVG, and using gradient color in bar,  Error  "  
attribute transform: Expected number, 'rotate(NaN,111.68400 000…'" will be 
thrown. Then copy the html in  a frame and print the iframe, the label in bar 
will disappear.
   Without using gradient,  the error  will also be thrown, but the label will 
show in print dialog.
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: 4.0.4, if using 4.1.0, a more serious error 
will be thrown and nothing can be rendered
   + Browser version [浏览器类型和版本]: The latest Chrome
   + OS Version [操作系统类型和版本]: OSX 10.13.4
   
   
   
   
   
   ### Expected behaviour [期望结果]
   
   When rendering as SVG and using gradient color, no error will be thrown and 
the label can show in print dialog.
   
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   config = {
 color: [ ],
 legend:{
 bottom:'1',
 selectedMode:false
 },
 xAxis: [
 {
 type: 'category',
 data: ['本月', '上月'],
 }
 ],
 yAxis: [
 {
 type: 'value'
 }
 ],
 series: [
 {
 name: '我的错题数量',
 type: 'bar',
 barGap: '50%',
 barMaxWidth:'18%',
 silent:true,
 itemStyle:{
 barBorderRadius: [5, 5, 0, 0],
 color:new echarts.graphic.LinearGradient(0, 1, 0, 0,[
 {offset: 0, color: '#436CE1'},
 {offset: 1, color: '#9587E9'}
 ])
 },
 label:{
 show:true,
 color:'#33',
 position:'top',
 formatter:'{c}题',
 },
 data: [38, 42],
 },
 {
 name: '本市平均值',
 type: 'bar',
 barMaxWidth:'18%',
 silent:true,
 itemStyle:{
 barBorderRadius: [5, 5, 0, 0],
 color:new echarts.graphic.LinearGradient(0, 1, 0, 0,[
 {offset: 0, color: '#2DDEB1'},
 {offset: 1, color: '#33C6E7'}  
 ])
 },
 label:{
 show:true,
 color:'#33',
 position:'top',
 formatter:'{c}题',
   
 },
 data: [24, 40]
 }
 ]
 }
   
   ```
   
   
   
   
   ### 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] pissang commented on issue #8281: 4.1.0 渲染方式改成svg,结果绘制的时候还是canvas

2018-05-03 Thread GitBox
pissang commented on issue #8281: 4.1.0 渲染方式改成svg,结果绘制的时候还是canvas
URL: 
https://github.com/apache/incubator-echarts/issues/8281#issuecomment-386498072
 
 
   引入 svg 模块了么?


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] ashen9 opened a new issue #8281: 4.1.0 渲染方式改成svg,结果绘制的时候还是canvas

2018-05-03 Thread GitBox
ashen9 opened a new issue #8281: 4.1.0 渲染方式改成svg,结果绘制的时候还是canvas
URL: https://github.com/apache/incubator-echarts/issues/8281
 
 
   
   
   
   ### One-line summary [问题简述]
   
   
   4.1.0 渲染方式改成svg,结果绘制的时候还是canvas
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: 4.1.0
   + Browser version [浏览器类型和版本]: chrome v65.0.3325.181
   + OS Version [操作系统类型和版本]: windows10
   
   
   
   
   
   ### Expected behaviour [期望结果]
   
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
   
   }
   
   ```
   
   
   ### Other comments [其他信息]
   
   
   我看代码里init方法参数的注释s是这样的@param {string} [opts.renderer] Currently only 'canvas' 
is supported.
   是否代表不支持svg模式?
   


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: [VOTE] Release Apache ECharts 4.1.0.rc1

2018-05-03 Thread John D. Ament
For questions in how to use rat, please consult the rat mailing lists.

However, i saw the license missing from test files as well.

John

On Thu, May 3, 2018, 10:24 PM SHUANG SU  wrote:

> John,
>
> I've checked the source code of Apache Cordova and Apache Spark, and then
> realized that we only add Apache license to "JavaScript source code".
> But actually, almost all of the files able to add a
> comment, including HTML, XML, shell, should be added an Apache license.
> Do I get it right?
>
> So I've added licenses for them, and add an "echarts/.rat-excludes" for
> Apache Rat, and updated the tool "build/addHeader.js".
>
> Apache Rat can be run via command line like that:
>
> ```shell
> sh build/rat.sh
> ```
>
>
> But, John,
>
> I am being puzzled by Apache Rat when specifying excludes in the
> ".rat-excludes" file:
> For example, when I specify the directory "benchmark/dep" to be excluded in
> the ".rat-excludes" file, it does not work.
> But if I specify a directory "dep" to be excluded, it works, but it is not
> what I expected.
> (I expect that not all of the directories "dep" are excluded, but only
> "benchmark/dep" does).
>
> I can not find the solution from the doc of Apache Rat (
> https://creadur.apache.org/rat/)
> (In fact, I think the doc is too simple, no detailed explanation or use
> cases).
> And I have read its source code, but not helped, and found nothing about
> this scenario from its test case.
>
> So do you have some suggestion about this issue (how to add a path to be
> excluded in the ".rat-excludes" file)?
> Or some detailed doc?
>
> Thanks.
>
>
>
>
>
> --
>  Su Shuang (100pah)
> --
>
>
> 2018-05-04 2:26 GMT+08:00 SHUANG SU :
>
> > Thanks, Kevin and John ~
> >
> > ---
> >
> > John,
> >
> >
> >
> >
> >
> >
> >
> >
> > --
> >  Su Shuang (100pah)
> > --
> >
> >
> > 2018-05-03 23:22 GMT+08:00 John D. Ament :
> >
> >> Sorry, I missed your prior email.
> >>
> >> RE Apache Rat, its more to check that the files have the right header.
> >> But
> >> yes, it can add the header where missing.
> >>
> >> When i run rat manually, many files are missing headers.
> >>
> >> As a podling and an Apache project, you are expected to be able to run
> >> Rat.
> >>
> >> John
> >>
> >> On Thu, May 3, 2018 at 11:19 AM Kevin A. McGrail 
> >> wrote:
> >>
> >> > Hi Shuang, I don't know that John will have the cycles to respond but
> >> there
> >> > is nothing stopping you from proposing a new RC and taking a vote
> >> though of
> >> > course, you generally only want to do so when you believe issues have
> >> been
> >> > hammered out.
> >> >
> >> > Regards,
> >> > KAM
> >> >
> >> > --
> >> > Kevin A. McGrail
> >> > Asst. Treasurer & VP Fundraising, Apache Software Foundation
> >> > Chair Emeritus Apache SpamAssassin Project
> >> > https://www.linkedin.com/in/kmcgrail - 703.798.0171
> <(703)%20798-0171>
> >> >
> >> > On Wed, May 2, 2018 at 2:18 AM, SHUANG SU 
> >> wrote:
> >> >
> >> > > John,
> >> > >
> >> > > Could I release rc2 now?
> >> > >
> >> > >
> >> > > --
> >> > >  Su Shuang (100pah)
> >> > > --
> >> > >
> >> > >
> >> > > 2018-04-30 1:23 GMT+08:00 SHUANG SU :
> >> > >
> >> > > > John,
> >> > > >
> >> > > > I think that Apache Rat is used to check which files are missing
> >> > license
> >> > > > and add licenses for them. (Do I understand it right?)
> >> > > >
> >> > > > Before we know the tool Apache Rat, another tool,
> >> > > `echarts/build/addHeader.js`,
> >> > > > has been created to do that job:
> >> > > >
> >> > > > Run it in the Node.js environment:
> >> > > > `node build/addHeader.js`
> >> > > > Then the source files that are missing license will be added an
> >> Apache
> >> > > > License.
> >> > > >
> >> > > > I have also tried Apache Rat just now to check the license, got
> the
> >> > same
> >> > > > result.
> >> > > > (but got some trouble when trying to add a license, have not
> >> followed
> >> > up
> >> > > > on this issue yet.)
> >> > > >
> >> > > > For most of the JavaScript project developers, Java environment is
> >> not
> >> > > > necessarily installed,
> >> > > > but the Node.js usually already installed for building projects.
> So
> >> > could
> >> > > > we use the
> >> > > > `build/addHeader.js` to do the jobs of checking and adding the
> >> license?
> >> > > >
> >> > > >
> >> > > >
> >> > > >
> >> > > >
> >> > > >
> >> > > > --
> >> > > >  Su Shuang (100pah)
> >> > > > --
> >> > > >
> >> > > >
> >> > > >
> >> > > > 2018-04-29 20:25 GMT+08:00 John D. Ament :
> >> > > >
> >> > > >> Su,
> >> > > >>
> >> > > >> Did you ever see my question about running Apache Rat against the
> >> > > project?
> >> > > >> 

[GitHub] zhang6685979 commented on issue #6983: 使用lines时,coords中出现Cannot read property 'dataToPoint' of undefined

2018-05-03 Thread GitBox
zhang6685979 commented on issue #6983: 使用lines时,coords中出现Cannot read property 
'dataToPoint' of undefined
URL: 
https://github.com/apache/incubator-echarts/issues/6983#issuecomment-386491537
 
 
   @baggiomygod 你好  问题解决了么?


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: [VOTE] Release Apache ECharts 4.1.0.rc1

2018-05-03 Thread SHUANG SU
John,

I've checked the source code of Apache Cordova and Apache Spark, and then
realized that we only add Apache license to "JavaScript source code".
But actually, almost all of the files able to add a
comment, including HTML, XML, shell, should be added an Apache license.
Do I get it right?

So I've added licenses for them, and add an "echarts/.rat-excludes" for
Apache Rat, and updated the tool "build/addHeader.js".

Apache Rat can be run via command line like that:

```shell
sh build/rat.sh
```


But, John,

I am being puzzled by Apache Rat when specifying excludes in the
".rat-excludes" file:
For example, when I specify the directory "benchmark/dep" to be excluded in
the ".rat-excludes" file, it does not work.
But if I specify a directory "dep" to be excluded, it works, but it is not
what I expected.
(I expect that not all of the directories "dep" are excluded, but only
"benchmark/dep" does).

I can not find the solution from the doc of Apache Rat (
https://creadur.apache.org/rat/)
(In fact, I think the doc is too simple, no detailed explanation or use
cases).
And I have read its source code, but not helped, and found nothing about
this scenario from its test case.

So do you have some suggestion about this issue (how to add a path to be
excluded in the ".rat-excludes" file)?
Or some detailed doc?

Thanks.





--
 Su Shuang (100pah)
--


2018-05-04 2:26 GMT+08:00 SHUANG SU :

> Thanks, Kevin and John ~
>
> ---
>
> John,
>
>
>
>
>
>
>
>
> --
>  Su Shuang (100pah)
> --
>
>
> 2018-05-03 23:22 GMT+08:00 John D. Ament :
>
>> Sorry, I missed your prior email.
>>
>> RE Apache Rat, its more to check that the files have the right header.
>> But
>> yes, it can add the header where missing.
>>
>> When i run rat manually, many files are missing headers.
>>
>> As a podling and an Apache project, you are expected to be able to run
>> Rat.
>>
>> John
>>
>> On Thu, May 3, 2018 at 11:19 AM Kevin A. McGrail 
>> wrote:
>>
>> > Hi Shuang, I don't know that John will have the cycles to respond but
>> there
>> > is nothing stopping you from proposing a new RC and taking a vote
>> though of
>> > course, you generally only want to do so when you believe issues have
>> been
>> > hammered out.
>> >
>> > Regards,
>> > KAM
>> >
>> > --
>> > Kevin A. McGrail
>> > Asst. Treasurer & VP Fundraising, Apache Software Foundation
>> > Chair Emeritus Apache SpamAssassin Project
>> > https://www.linkedin.com/in/kmcgrail - 703.798.0171 <(703)%20798-0171>
>> >
>> > On Wed, May 2, 2018 at 2:18 AM, SHUANG SU 
>> wrote:
>> >
>> > > John,
>> > >
>> > > Could I release rc2 now?
>> > >
>> > >
>> > > --
>> > >  Su Shuang (100pah)
>> > > --
>> > >
>> > >
>> > > 2018-04-30 1:23 GMT+08:00 SHUANG SU :
>> > >
>> > > > John,
>> > > >
>> > > > I think that Apache Rat is used to check which files are missing
>> > license
>> > > > and add licenses for them. (Do I understand it right?)
>> > > >
>> > > > Before we know the tool Apache Rat, another tool,
>> > > `echarts/build/addHeader.js`,
>> > > > has been created to do that job:
>> > > >
>> > > > Run it in the Node.js environment:
>> > > > `node build/addHeader.js`
>> > > > Then the source files that are missing license will be added an
>> Apache
>> > > > License.
>> > > >
>> > > > I have also tried Apache Rat just now to check the license, got the
>> > same
>> > > > result.
>> > > > (but got some trouble when trying to add a license, have not
>> followed
>> > up
>> > > > on this issue yet.)
>> > > >
>> > > > For most of the JavaScript project developers, Java environment is
>> not
>> > > > necessarily installed,
>> > > > but the Node.js usually already installed for building projects. So
>> > could
>> > > > we use the
>> > > > `build/addHeader.js` to do the jobs of checking and adding the
>> license?
>> > > >
>> > > >
>> > > >
>> > > >
>> > > >
>> > > >
>> > > > --
>> > > >  Su Shuang (100pah)
>> > > > --
>> > > >
>> > > >
>> > > >
>> > > > 2018-04-29 20:25 GMT+08:00 John D. Ament :
>> > > >
>> > > >> Su,
>> > > >>
>> > > >> Did you ever see my question about running Apache Rat against the
>> > > project?
>> > > >> Please let me know.
>> > > >>
>> > > >> John
>> > > >>
>> > > >> On Sun, Apr 29, 2018 at 6:27 AM SHUANG SU 
>> > > wrote:
>> > > >>
>> > > >> > Thanks John ~
>> > > >> >
>> > > >> > I've updated the LICENSE file and added a DISCAIMER and updated
>> the
>> > > >> license
>> > > >> > statements in the files that using 3rd party code,
>> > > >> > and then packed
>> > > >> > https://dist.apache.org/repos/dist/dev/incubator/echarts/4.1
>> .0.rc2/
>> > .
>> > > >> >
>> > > >> > Would you please check that is there any 

[GitHub] wulifangfang opened a new issue #8280: Echars Galery中的项目怎么下载

2018-05-03 Thread GitBox
wulifangfang opened a new issue #8280: Echars Galery中的项目怎么下载
URL: https://github.com/apache/incubator-echarts/issues/8280
 
 
   
   
   
   ### One-line summary [问题简述]
   
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:
   + Browser version [浏览器类型和版本]:
   + OS Version [操作系统类型和版本]:
   
   
   
   
   
   ### Expected behaviour [期望结果]
   ![qq 
20180504101426](https://user-images.githubusercontent.com/38749500/39610575-f8bf6f52-4f83-11e8-8a11-455dcce80457.png)
   
   
   
   
   
   
   ### 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: [VOTE] Release Apache ECharts 4.1.0.rc1

2018-05-03 Thread John D. Ament
Su,

There was no response below, I think.

John

On Thu, May 3, 2018 at 2:26 PM SHUANG SU  wrote:

> Thanks, Kevin and John ~
>
> ---
>
> John,
>
>
>
>
>
>
>
>
> --
>  Su Shuang (100pah)
> --
>
>
> 2018-05-03 23:22 GMT+08:00 John D. Ament :
>
> > Sorry, I missed your prior email.
> >
> > RE Apache Rat, its more to check that the files have the right header.
> But
> > yes, it can add the header where missing.
> >
> > When i run rat manually, many files are missing headers.
> >
> > As a podling and an Apache project, you are expected to be able to run
> Rat.
> >
> > John
> >
> > On Thu, May 3, 2018 at 11:19 AM Kevin A. McGrail 
> > wrote:
> >
> > > Hi Shuang, I don't know that John will have the cycles to respond but
> > there
> > > is nothing stopping you from proposing a new RC and taking a vote
> though
> > of
> > > course, you generally only want to do so when you believe issues have
> > been
> > > hammered out.
> > >
> > > Regards,
> > > KAM
> > >
> > > --
> > > Kevin A. McGrail
> > > Asst. Treasurer & VP Fundraising, Apache Software Foundation
> > > Chair Emeritus Apache SpamAssassin Project
> > > https://www.linkedin.com/in/kmcgrail - 703.798.0171 <(703)%20798-0171>
> <(703)%20798-0171>
> > >
> > > On Wed, May 2, 2018 at 2:18 AM, SHUANG SU 
> > wrote:
> > >
> > > > John,
> > > >
> > > > Could I release rc2 now?
> > > >
> > > >
> > > > --
> > > >  Su Shuang (100pah)
> > > > --
> > > >
> > > >
> > > > 2018-04-30 1:23 GMT+08:00 SHUANG SU :
> > > >
> > > > > John,
> > > > >
> > > > > I think that Apache Rat is used to check which files are missing
> > > license
> > > > > and add licenses for them. (Do I understand it right?)
> > > > >
> > > > > Before we know the tool Apache Rat, another tool,
> > > > `echarts/build/addHeader.js`,
> > > > > has been created to do that job:
> > > > >
> > > > > Run it in the Node.js environment:
> > > > > `node build/addHeader.js`
> > > > > Then the source files that are missing license will be added an
> > Apache
> > > > > License.
> > > > >
> > > > > I have also tried Apache Rat just now to check the license, got the
> > > same
> > > > > result.
> > > > > (but got some trouble when trying to add a license, have not
> followed
> > > up
> > > > > on this issue yet.)
> > > > >
> > > > > For most of the JavaScript project developers, Java environment is
> > not
> > > > > necessarily installed,
> > > > > but the Node.js usually already installed for building projects. So
> > > could
> > > > > we use the
> > > > > `build/addHeader.js` to do the jobs of checking and adding the
> > license?
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > >  Su Shuang (100pah)
> > > > > --
> > > > >
> > > > >
> > > > >
> > > > > 2018-04-29 20:25 GMT+08:00 John D. Ament :
> > > > >
> > > > >> Su,
> > > > >>
> > > > >> Did you ever see my question about running Apache Rat against the
> > > > project?
> > > > >> Please let me know.
> > > > >>
> > > > >> John
> > > > >>
> > > > >> On Sun, Apr 29, 2018 at 6:27 AM SHUANG SU  >
> > > > wrote:
> > > > >>
> > > > >> > Thanks John ~
> > > > >> >
> > > > >> > I've updated the LICENSE file and added a DISCAIMER and updated
> > the
> > > > >> license
> > > > >> > statements in the files that using 3rd party code,
> > > > >> > and then packed
> > > > >> > https://dist.apache.org/repos/dist/dev/incubator/echarts/4.
> > 1.0.rc2/
> > > .
> > > > >> >
> > > > >> > Would you please check that is there any other defeat in rc2?
> > > > >> >
> > > > >> > Thanks :)
> > > > >> >
> > > > >> >
> > > > >> >
> > > > >> >
> > > > >> > 
> > > > >> > Su Shuang (100pah)
> > > > >> > 
> > > > >> >
> > > > >> >
> > > > >> >
> > > > >> > 2018-04-29 1:56 GMT+08:00 John D. Ament  >:
> > > > >> >
> > > > >> > > On Sat, Apr 28, 2018 at 10:31 AM SHUANG SU <
> > > sushuang0...@gmail.com>
> > > > >> > wrote:
> > > > >> > >
> > > > >> > > > > Our definition of import is
> > > > >> > > > > that you have copied the source code from the project
> > > (zrender)
> > > > >> into
> > > > >> > > > > echarts.
> > > > >> > > >
> > > > >> > > > Oh, I get it~
> > > > >> > > > echarts does not copy zrender code to its source code file
> > (that
> > > > is,
> > > > >> > all
> > > > >> > > of
> > > > >> > > > the file under the directory "echarts/src/").
> > > > >> > > > But the zrender code is actually included in the "echarts
> dist
> > > > file"
> > > > >> > > (that
> > > > >> > > > is, all of the file under the directory "echarts/dist"),
> > > > >> > > > which are auto generated by the build tool
> > > > (echarts/build/build.js)
> > > > >> > when
> > > > >> > > 

[GitHub] TonySheva commented on issue #7428: 地图拖拽出div后,鼠标移回来可继续拖拽

2018-05-03 Thread GitBox
TonySheva commented on issue #7428: 地图拖拽出div后,鼠标移回来可继续拖拽
URL: 
https://github.com/apache/incubator-echarts/issues/7428#issuecomment-386282130
 
 
   请问这个怎么解决呢?尝试在移入div时,给地图做了一次 .click(),但这样不算是一次mouseup...
   @LinXiudong @Mying666 


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] xccxcs opened a new issue #8279: graph symbol 图片取不到的时候 怎么使用默认图片代替

2018-05-03 Thread GitBox
xccxcs opened a new issue #8279: graph symbol 图片取不到的时候 怎么使用默认图片代替
URL: https://github.com/apache/incubator-echarts/issues/8279
 
 
   
   
   
   ### One-line summary [问题简述]
   
   graph symbol 图片地址失效了 取不到照片 怎么使用默认图片代替
   
   
   
   ### 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: [VOTE] Release Apache ECharts 4.1.0.rc1

2018-05-03 Thread SHUANG SU
Thanks, Kevin and John ~

---

John,








--
 Su Shuang (100pah)
--


2018-05-03 23:22 GMT+08:00 John D. Ament :

> Sorry, I missed your prior email.
>
> RE Apache Rat, its more to check that the files have the right header.  But
> yes, it can add the header where missing.
>
> When i run rat manually, many files are missing headers.
>
> As a podling and an Apache project, you are expected to be able to run Rat.
>
> John
>
> On Thu, May 3, 2018 at 11:19 AM Kevin A. McGrail 
> wrote:
>
> > Hi Shuang, I don't know that John will have the cycles to respond but
> there
> > is nothing stopping you from proposing a new RC and taking a vote though
> of
> > course, you generally only want to do so when you believe issues have
> been
> > hammered out.
> >
> > Regards,
> > KAM
> >
> > --
> > Kevin A. McGrail
> > Asst. Treasurer & VP Fundraising, Apache Software Foundation
> > Chair Emeritus Apache SpamAssassin Project
> > https://www.linkedin.com/in/kmcgrail - 703.798.0171 <(703)%20798-0171>
> >
> > On Wed, May 2, 2018 at 2:18 AM, SHUANG SU 
> wrote:
> >
> > > John,
> > >
> > > Could I release rc2 now?
> > >
> > >
> > > --
> > >  Su Shuang (100pah)
> > > --
> > >
> > >
> > > 2018-04-30 1:23 GMT+08:00 SHUANG SU :
> > >
> > > > John,
> > > >
> > > > I think that Apache Rat is used to check which files are missing
> > license
> > > > and add licenses for them. (Do I understand it right?)
> > > >
> > > > Before we know the tool Apache Rat, another tool,
> > > `echarts/build/addHeader.js`,
> > > > has been created to do that job:
> > > >
> > > > Run it in the Node.js environment:
> > > > `node build/addHeader.js`
> > > > Then the source files that are missing license will be added an
> Apache
> > > > License.
> > > >
> > > > I have also tried Apache Rat just now to check the license, got the
> > same
> > > > result.
> > > > (but got some trouble when trying to add a license, have not followed
> > up
> > > > on this issue yet.)
> > > >
> > > > For most of the JavaScript project developers, Java environment is
> not
> > > > necessarily installed,
> > > > but the Node.js usually already installed for building projects. So
> > could
> > > > we use the
> > > > `build/addHeader.js` to do the jobs of checking and adding the
> license?
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > --
> > > >  Su Shuang (100pah)
> > > > --
> > > >
> > > >
> > > >
> > > > 2018-04-29 20:25 GMT+08:00 John D. Ament :
> > > >
> > > >> Su,
> > > >>
> > > >> Did you ever see my question about running Apache Rat against the
> > > project?
> > > >> Please let me know.
> > > >>
> > > >> John
> > > >>
> > > >> On Sun, Apr 29, 2018 at 6:27 AM SHUANG SU 
> > > wrote:
> > > >>
> > > >> > Thanks John ~
> > > >> >
> > > >> > I've updated the LICENSE file and added a DISCAIMER and updated
> the
> > > >> license
> > > >> > statements in the files that using 3rd party code,
> > > >> > and then packed
> > > >> > https://dist.apache.org/repos/dist/dev/incubator/echarts/4.
> 1.0.rc2/
> > .
> > > >> >
> > > >> > Would you please check that is there any other defeat in rc2?
> > > >> >
> > > >> > Thanks :)
> > > >> >
> > > >> >
> > > >> >
> > > >> >
> > > >> > 
> > > >> > Su Shuang (100pah)
> > > >> > 
> > > >> >
> > > >> >
> > > >> >
> > > >> > 2018-04-29 1:56 GMT+08:00 John D. Ament :
> > > >> >
> > > >> > > On Sat, Apr 28, 2018 at 10:31 AM SHUANG SU <
> > sushuang0...@gmail.com>
> > > >> > wrote:
> > > >> > >
> > > >> > > > > Our definition of import is
> > > >> > > > > that you have copied the source code from the project
> > (zrender)
> > > >> into
> > > >> > > > > echarts.
> > > >> > > >
> > > >> > > > Oh, I get it~
> > > >> > > > echarts does not copy zrender code to its source code file
> (that
> > > is,
> > > >> > all
> > > >> > > of
> > > >> > > > the file under the directory "echarts/src/").
> > > >> > > > But the zrender code is actually included in the "echarts dist
> > > file"
> > > >> > > (that
> > > >> > > > is, all of the file under the directory "echarts/dist"),
> > > >> > > > which are auto generated by the build tool
> > > (echarts/build/build.js)
> > > >> > when
> > > >> > > > echarts is about to be released.
> > > >> > > > The dist files can be used in the production environment.
> > > >> > > >
> > > >> > > > So if the "dist file" is not considered as "source code", do
> we
> > > >> still
> > > >> > > need
> > > >> > > > to add zrender license to echarts LICENSE file?
> > > >> > > > Or we might list all of the "dist files" in echarts LICENSE
> file
> > > >> that
> > > >> > is
> > > >> > > > using zrender?
> > > >> > > >
> > > >> > > >
> > > >> > > Since the 

Re: [VOTE] Release Apache ECharts 4.1.0.rc1

2018-05-03 Thread Kevin A. McGrail
Hi Shuang, I don't know that John will have the cycles to respond but there
is nothing stopping you from proposing a new RC and taking a vote though of
course, you generally only want to do so when you believe issues have been
hammered out.

Regards,
KAM

--
Kevin A. McGrail
Asst. Treasurer & VP Fundraising, Apache Software Foundation
Chair Emeritus Apache SpamAssassin Project
https://www.linkedin.com/in/kmcgrail - 703.798.0171

On Wed, May 2, 2018 at 2:18 AM, SHUANG SU  wrote:

> John,
>
> Could I release rc2 now?
>
>
> --
>  Su Shuang (100pah)
> --
>
>
> 2018-04-30 1:23 GMT+08:00 SHUANG SU :
>
> > John,
> >
> > I think that Apache Rat is used to check which files are missing license
> > and add licenses for them. (Do I understand it right?)
> >
> > Before we know the tool Apache Rat, another tool,
> `echarts/build/addHeader.js`,
> > has been created to do that job:
> >
> > Run it in the Node.js environment:
> > `node build/addHeader.js`
> > Then the source files that are missing license will be added an Apache
> > License.
> >
> > I have also tried Apache Rat just now to check the license, got the same
> > result.
> > (but got some trouble when trying to add a license, have not followed up
> > on this issue yet.)
> >
> > For most of the JavaScript project developers, Java environment is not
> > necessarily installed,
> > but the Node.js usually already installed for building projects. So could
> > we use the
> > `build/addHeader.js` to do the jobs of checking and adding the license?
> >
> >
> >
> >
> >
> >
> > --
> >  Su Shuang (100pah)
> > --
> >
> >
> >
> > 2018-04-29 20:25 GMT+08:00 John D. Ament :
> >
> >> Su,
> >>
> >> Did you ever see my question about running Apache Rat against the
> project?
> >> Please let me know.
> >>
> >> John
> >>
> >> On Sun, Apr 29, 2018 at 6:27 AM SHUANG SU 
> wrote:
> >>
> >> > Thanks John ~
> >> >
> >> > I've updated the LICENSE file and added a DISCAIMER and updated the
> >> license
> >> > statements in the files that using 3rd party code,
> >> > and then packed
> >> > https://dist.apache.org/repos/dist/dev/incubator/echarts/4.1.0.rc2/.
> >> >
> >> > Would you please check that is there any other defeat in rc2?
> >> >
> >> > Thanks :)
> >> >
> >> >
> >> >
> >> >
> >> > 
> >> > Su Shuang (100pah)
> >> > 
> >> >
> >> >
> >> >
> >> > 2018-04-29 1:56 GMT+08:00 John D. Ament :
> >> >
> >> > > On Sat, Apr 28, 2018 at 10:31 AM SHUANG SU 
> >> > wrote:
> >> > >
> >> > > > > Our definition of import is
> >> > > > > that you have copied the source code from the project (zrender)
> >> into
> >> > > > > echarts.
> >> > > >
> >> > > > Oh, I get it~
> >> > > > echarts does not copy zrender code to its source code file (that
> is,
> >> > all
> >> > > of
> >> > > > the file under the directory "echarts/src/").
> >> > > > But the zrender code is actually included in the "echarts dist
> file"
> >> > > (that
> >> > > > is, all of the file under the directory "echarts/dist"),
> >> > > > which are auto generated by the build tool
> (echarts/build/build.js)
> >> > when
> >> > > > echarts is about to be released.
> >> > > > The dist files can be used in the production environment.
> >> > > >
> >> > > > So if the "dist file" is not considered as "source code", do we
> >> still
> >> > > need
> >> > > > to add zrender license to echarts LICENSE file?
> >> > > > Or we might list all of the "dist files" in echarts LICENSE file
> >> that
> >> > is
> >> > > > using zrender?
> >> > > >
> >> > > >
> >> > > Since the dist directory is in your source release, then yes you
> would
> >> > need
> >> > > to list it out in the license file.
> >> > >
> >> > > It would look something like
> >> > >
> >> > > dist/echarts.min.js embeds zrender BSD 3 Clause
> >> > >
> >> > > 
> >> > >
> >> > > John
> >> > >
> >> > >
> >> > > >
> >> > > >
> >> > > >
> >> > > >
> >> > > > 
> >> > > > Su Shuang (100pah)
> >> > > > 
> >> > > >
> >> > > >
> >> > > >
> >> > > > 2018-04-28 22:01 GMT+08:00 John D. Ament :
> >> > > >
> >> > > > > On Sat, Apr 28, 2018 at 9:45 AM SHUANG SU <
> sushuang0...@gmail.com
> >> >
> >> > > > wrote:
> >> > > > >
> >> > > > > > > Here's the question.  Is zrender embedded in this source
> >> release?
> >> > > If
> >> > > > > so,
> >> > > > > > > we need to spell out the files and the license.
> >> > > > > >
> >> > > > > > Yes, zrender is embedded in this source release. But zrender
> is
> >> > used
> >> > > > > > as the underlying
> >> > > > > > render engine,
> >> > > > > > the zrender code is almost imported by every echarts source
> file
> >> > (via
> >> > > > > > "module import").
> >> > > > > > So is there a 

[GitHub] TonySheva commented on issue #7428: 地图拖拽出div后,鼠标移回来可继续拖拽

2018-05-03 Thread GitBox
TonySheva commented on issue #7428: 地图拖拽出div后,鼠标移回来可继续拖拽
URL: 
https://github.com/apache/incubator-echarts/issues/7428#issuecomment-386282130
 
 
   这个问题怎么解决呢?尝试在移入div时,给地图做了一次 .click(),但这样不算是一次mouseup...
   @LinXiudong @Mying666 


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] TonySheva commented on issue #7428: 地图拖拽出div后,鼠标移回来可继续拖拽

2018-05-03 Thread GitBox
TonySheva commented on issue #7428: 地图拖拽出div后,鼠标移回来可继续拖拽
URL: 
https://github.com/apache/incubator-echarts/issues/7428#issuecomment-386282130
 
 
   这个问题怎么解决呢?尝试在移入div时,给地图做了一次 .click(),但这样不算是一次mouseup...


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] hanfengcan commented on issue #8271: gallery无法使用百度账号登录

2018-05-03 Thread GitBox
hanfengcan commented on issue #8271: gallery无法使用百度账号登录
URL: 
https://github.com/apache/incubator-echarts/issues/8271#issuecomment-386281460
 
 
   一直不能保存!@songjinghe  


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] TonySheva commented on issue #7428: 地图拖拽出div后,鼠标移回来可继续拖拽

2018-05-03 Thread GitBox
TonySheva commented on issue #7428: 地图拖拽出div后,鼠标移回来可继续拖拽
URL: 
https://github.com/apache/incubator-echarts/issues/7428#issuecomment-386279597
 
 
   emmm在用气泡图的时候,拖拽放大了一定比例,鼠标移出div


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] ranxiangfu commented on issue #7047: 在Angular应用中使用echart,会持续占用cpu

2018-05-03 Thread GitBox
ranxiangfu commented on issue #7047: 在Angular应用中使用echart,会持续占用cpu
URL: 
https://github.com/apache/incubator-echarts/issues/7047#issuecomment-386258104
 
 
   @hpyou @Ovilia 
我遇到的问题和题主的是一样的,通过runOutsideAngular是可以让AnimationFrame避开Angular的脏检查,但是当切换到其他页面的时候,上一个页面的requestAnimationFrame还是一直在执行。
   
   - 验证方式:
   
   
首先打开有图表的某个页面,通过ngDoCheck()可以发现requestAnimationFrame触发了脏检查:控制台一直在打印。当我切换到一个很简单的页面(没有任何动画和图表),却发现ngDoCheck()依然被一直触发,通过内存分析也可以看到requestAnimationFrame在一直执行,我觉得这是有问题的。
   
而且当我某个页面绘制的echarts图表有一个比较复杂的动画时,只要打开过这个页面,访问整个整个项目的任何页面都变得CPU特别高,因为requestAnimationFrame一直在执行。
   
   我觉得这是有问题的,requestAnimationFrame不应该被一直执行。
   
   - 我的项目环境是Angular5.0和echarts3.8.5


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] songjinghe commented on issue #8271: gallery无法使用百度账号登录

2018-05-03 Thread GitBox
songjinghe commented on issue #8271: gallery无法使用百度账号登录
URL: 
https://github.com/apache/incubator-echarts/issues/8271#issuecomment-386257484
 
 
   @hanfengcan 你退出后可以正常登录吗?


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] Lakston opened a new issue #8278: echarts builder fails to load heatmap.js

2018-05-03 Thread GitBox
Lakston opened a new issue #8278: echarts builder fails to load heatmap.js
URL: https://github.com/apache/incubator-echarts/issues/8278
 
 
   I was trying to make a custom build with the online builder 
(http://echarts.baidu.com/builder.html) with these options : 
   
   
`http://echarts.baidu.com/builder/echarts.html?charts=bar,line,pie,heatmap=gridSimple,title,legendScroll,tooltip,markArea,dataZoom,visualMap=true=4=4.1.0.rc2`
   
   and the build fails because `heatmap.js` can not be loaded.


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] LonHon opened a new issue #8277: xAxis.type='time' + zoomData时卡顿问题

2018-05-03 Thread GitBox
LonHon opened a new issue #8277: xAxis.type='time' + zoomData时卡顿问题
URL: https://github.com/apache/incubator-echarts/issues/8277
 
 
   
   
   
   ### One-line summary [问题简述]
   @pissang 
   使用折线图   series.length为2
   
   已设置animation: false
   
   xAxis.type='time' + zoomData时,目前1000条数据,当全部展示时卡顿比较严重,较小范围展示内存占用增加了100M。
   
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: 4.0.4
   + Browser version [浏览器类型和版本]: Chrome 65.0.3325.162
   + OS Version [操作系统类型和版本]:
   小米pro 16G win10
   
   
   
   
   ### 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] zikuai commented on issue #5677: 能否控制legend的长度和宽度

2018-05-03 Thread GitBox
zikuai commented on issue #5677: 能否控制legend的长度和宽度
URL: 
https://github.com/apache/incubator-echarts/issues/5677#issuecomment-386229868
 
 
   你好吗,请问下你这个设置宽度跟高度生效吗?为什么我设置的都不生效?我是4.x版本的
   
[https://github.com/apache/incubator-echarts/issues/8275](https://github.com/apache/incubator-echarts/issues/8275)
 @huchhong 


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] ChandradipJ commented on issue #8265: Add size support for bar chart like scatter.

2018-05-03 Thread GitBox
ChandradipJ commented on issue #8265: Add size support for bar chart like 
scatter. 
URL: 
https://github.com/apache/incubator-echarts/issues/8265#issuecomment-386235997
 
 
   @hanfengcan No I am looking for something like this,
   
![image](https://user-images.githubusercontent.com/34739185/39568767-e3c98cc0-4ee0-11e8-8a3a-0a17c4d6f6e7.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] ChandradipJ commented on issue #8265: Add size support for bar chart like scatter.

2018-05-03 Thread GitBox
ChandradipJ commented on issue #8265: Add size support for bar chart like 
scatter. 
URL: 
https://github.com/apache/incubator-echarts/issues/8265#issuecomment-386235997
 
 
   @hanfengcan, no I want output as 
![image]((https://user-images.githubusercontent.com/34739185/39568686-97eec8ce-4ee0-11e8-9dbe-124ec355ed16.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] zikuai commented on issue #5677: 能否控制legend的长度和宽度

2018-05-03 Thread GitBox
zikuai commented on issue #5677: 能否控制legend的长度和宽度
URL: 
https://github.com/apache/incubator-echarts/issues/5677#issuecomment-386229868
 
 
   你好吗,请问下你这个设置宽度跟高度生效吗?为什么我设置的都不生效?我是4.x版本的
   
[https://github.com/apache/incubator-echarts/issues/8275](https://github.com/apache/incubator-echarts/issues/8275)


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] zikuai commented on issue #5677: 能否控制legend的长度和宽度

2018-05-03 Thread GitBox
zikuai commented on issue #5677: 能否控制legend的长度和宽度
URL: 
https://github.com/apache/incubator-echarts/issues/5677#issuecomment-386229868
 
 
   你好吗,请问下你这个设置宽度跟高度生效吗?为什么我设置的都不生效?
   
[https://github.com/apache/incubator-echarts/issues/8275](https://github.com/apache/incubator-echarts/issues/8275)


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] zikuai opened a new issue #8275: 4.x设置legend的宽度和高度不生效

2018-05-03 Thread GitBox
zikuai opened a new issue #8275: 4.x设置legend的宽度和高度不生效
URL: https://github.com/apache/incubator-echarts/issues/8275
 
 
   
   
   
   ### One-line summary [问题简述]
   
   设置legend的宽度和高度不生效,宽度和高度还是自适应的
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: 4.1.0.rc2
   + Browser version [浏览器类型和版本]: Chrome65
   + OS Version [操作系统类型和版本]: Windows7
   
   
   
   
   
   ### Expected behaviour [期望结果]
   
   可以设置legend的宽度和高度且生效
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   let categories = [{
name: _('在线'),
icon: 'image://' + LEGEND_ICON_URL[STATUS.online]
   }, {
name: _('告警'),
icon: 'image://' + LEGEND_ICON_URL[STATUS.alarm]
   }, {
name: _('离线'),
icon: 'image://' + LEGEND_ICON_URL[STATUS.offline]
   }];
   option = {
legend: {
show: true,
borderColor: '#E8E8E8',
borderWidth: 1,
borderRadius: 4,
shadowColor: 'rgba(0, 0, 0, 0.08)',
shadowBlur: 4,
padding: 20,
left: 40,
bottom: 50,
itemWidth: 6,
itemHeight: 6,
itemGap: 10,
width: 120,
height: 100,
orient: 'vertical',
data: categories
   }
   }
   
   ```
   
   
   
   
   ### 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] hanfengcan commented on issue #8265: Add size support for bar chart like scatter.

2018-05-03 Thread GitBox
hanfengcan commented on issue #8265: Add size support for bar chart like 
scatter. 
URL: 
https://github.com/apache/incubator-echarts/issues/8265#issuecomment-386224629
 
 
   @ChandradipJ Is this 
http://echarts.baidu.com/examples/editor.html?c=custom-profit
   @vasu-vvp 


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] hanfengcan commented on issue #8265: Add size support for bar chart like scatter.

2018-05-03 Thread GitBox
hanfengcan commented on issue #8265: Add size support for bar chart like 
scatter. 
URL: 
https://github.com/apache/incubator-echarts/issues/8265#issuecomment-386224629
 
 
   @ChandradipJ Is this 
http://echarts.baidu.com/examples/editor.html?c=custom-profit


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] fengxufang opened a new issue #8273: canvas: an attempt to set strokeStyle or fillStyle to a value that is neither a string, a CanvasGradient, or a CanvasPattern was ignored.

2018-05-03 Thread GitBox
fengxufang opened a new issue #8273:  canvas: an attempt to set strokeStyle or 
fillStyle to a value that is neither a string, a CanvasGradient, or a 
CanvasPattern was ignored. 
URL: https://github.com/apache/incubator-echarts/issues/8273
 
 
   
   
   
   ### One-line summary [问题简述]
   [22:59:31.765] canvas: an attempt to set strokeStyle or fillStyle to a value 
that is neither a string, a CanvasGradient, or a CanvasPattern was ignored. @ 
http://localhost:8083/DB_Service/Oracle/timemap.html
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:  3.0
   + Browser version [浏览器类型和版本]:火狐,10.0.5版本
   + OS Version [操作系统类型和版本]:Linux version 2.6.32-279.el6.x86_64 
(mockbu...@x86-008.build.bos.redhat.com) (gcc version 4.4.6 20120305 (Red Hat 
4.4.6-4) (GCC) ) #1 SMP Wed Jun 13 18:24:36 EDT 2012
   
   
   
   
   
   ### 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] fengxufang closed issue #8273: canvas: an attempt to set strokeStyle or fillStyle to a value that is neither a string, a CanvasGradient, or a CanvasPattern was ignored.

2018-05-03 Thread GitBox
fengxufang closed issue #8273:  canvas: an attempt to set strokeStyle or 
fillStyle to a value that is neither a string, a CanvasGradient, or a 
CanvasPattern was ignored. 
URL: https://github.com/apache/incubator-echarts/issues/8273
 
 
   


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] fengxufang opened a new issue #8273: canvas: an attempt to set strokeStyle or fillStyle to a value that is neither a string, a CanvasGradient, or a CanvasPattern was ignored.

2018-05-03 Thread GitBox
fengxufang opened a new issue #8273:  canvas: an attempt to set strokeStyle or 
fillStyle to a value that is neither a string, a CanvasGradient, or a 
CanvasPattern was ignored. 
URL: https://github.com/apache/incubator-echarts/issues/8273
 
 
   
   
   
   ### One-line summary [问题简述]
   [22:59:31.765] canvas: an attempt to set strokeStyle or fillStyle to a value 
that is neither a string, a CanvasGradient, or a CanvasPattern was ignored. @ 
http://localhost:8083/DB_Service/Oracle/timemap.html
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:  3.0
   + Browser version [浏览器类型和版本]:火狐,10.0.5版本
   + OS Version [操作系统类型和版本]:Linux version 2.6.32-279.el6.x86_64 
(mockbu...@x86-008.build.bos.redhat.com) (gcc version 4.4.6 20120305 (Red Hat 
4.4.6-4) (GCC) ) #1 SMP Wed Jun 13 18:24:36 EDT 2012
   
   
   
   
   
   ### 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] mying01 commented on issue #3741: coordSys.getOtherAxis is not a function

2018-05-03 Thread GitBox
mying01 commented on issue #3741: coordSys.getOtherAxis is not a function
URL: 
https://github.com/apache/incubator-echarts/issues/3741#issuecomment-386204983
 
 
   在makPoint的data中加了geoCoord,也不行


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