[GitHub] [incubator-echarts] RomanOlegovich commented on issue #12433: When used dataZoom - adding data dynamically leaves lines.

2020-05-28 Thread GitBox


RomanOlegovich commented on issue #12433:
URL: 
https://github.com/apache/incubator-echarts/issues/12433#issuecomment-635775954


   If set series-line  "animation:false" - problem resolved.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[GitHub] [incubator-echarts] Charl20cas commented on issue #8493: Angular 6 cannot compile with `ng serve --prod`

2020-05-28 Thread GitBox


Charl20cas commented on issue #8493:
URL: 
https://github.com/apache/incubator-echarts/issues/8493#issuecomment-635758269


   works for me with this:
   
   "@angular-devkit/build-angular": "~0.13.0",
   "@angular/cli": "^7.3.9",
   "@types/echarts": "^4.1.0",
   "echarts": "^4.8.0",
   "ngx-echarts": "^4.2.2", (5.0.0 not work)



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[GitHub] [incubator-echarts] softwords commented on issue #12714: Support for inline charts - 'sparklines'

2020-05-28 Thread GitBox


softwords commented on issue #12714:
URL: 
https://github.com/apache/incubator-echarts/issues/12714#issuecomment-635756756


   @plainheart : thankyou for your quick reply. You are totally right , this is 
much easier than I was making it out to be. The secret in your solution is the 
use of `display:inline-block`, not `display:inline` which I was trying to make 
work. @pissang , maybe this does not deserve a new feature after all - I'm 
satisfied with the method from @plainheart 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[GitHub] [incubator-echarts] Ovilia closed pull request #12228: feat(bar): in polar axis provide negative values. close #12109

2020-05-28 Thread GitBox


Ovilia closed pull request #12228:
URL: https://github.com/apache/incubator-echarts/pull/12228


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[GitHub] [incubator-echarts] Ovilia commented on pull request #12228: feat(bar): in polar axis provide negative values. close #12109

2020-05-28 Thread GitBox


Ovilia commented on pull request #12228:
URL: 
https://github.com/apache/incubator-echarts/pull/12228#issuecomment-635748801


   Thanks for your contribution. The bug has been fixed in #12418.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[GitHub] [incubator-echarts] wf123537200 closed pull request #12702: feat(datastack):stack support positive add negative, close 12699

2020-05-28 Thread GitBox


wf123537200 closed pull request #12702:
URL: https://github.com/apache/incubator-echarts/pull/12702


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[GitHub] [incubator-echarts] wf123537200 commented on pull request #12702: feat(datastack):stack support positive add negative, close 12699

2020-05-28 Thread GitBox


wf123537200 commented on pull request #12702:
URL: 
https://github.com/apache/incubator-echarts/pull/12702#issuecomment-635738680


   i try to support this situation, but i find when the type='line' is ok, but 
when switch the type='bar' the result become strange.
   so close the pr, not support



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[GitHub] [incubator-echarts] wf123537200 commented on issue #12699: 折线图上同个类目轴上的值如果一负一正,则切换成堆积后,不会相互叠加

2020-05-28 Thread GitBox


wf123537200 commented on issue #12699:
URL: 
https://github.com/apache/incubator-echarts/issues/12699#issuecomment-635738317


   > Maybe the positive and negative limit is reasonable
   > The pr fix this situation,but maybe no reasonable
   
   i try to support this situation, but i find when the ```type='line'``` is 
ok, but when switch the ```type='bar'``` the result become strange.
   
   @WuEyuan so, the positive and negative limit is reasonable, the diff sign 
situation may be not support



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[GitHub] [incubator-echarts] duola8789 commented on issue #10611: 第二次调用 showTip,symbol 消失

2020-05-28 Thread GitBox


duola8789 commented on issue #10611:
URL: 
https://github.com/apache/incubator-echarts/issues/10611#issuecomment-635723194


   好像这个问题还么有解决



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[GitHub] [incubator-echarts] Wdingding opened a new issue #12716: [ANIMATION] The animation of the stacked area chart when opening a series again.

2020-05-28 Thread GitBox


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


   
   
   
   Original way: When you open a series of stacked area charts again, the 
series expands from left to right.
   Change plan: When you open a series of stacked area charts again, the series 
expands from bottom to top. Avoid the screen as shown in the picture below.
   
   https://user-images.githubusercontent.com/26783462/83214032-3257c280-a196-11ea-9597-1d0ab060ad00.png;>
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[GitHub] [incubator-echarts] Wdingding opened a new issue #12715: [ANIMATION] Change the animation when opening a series of histograms again

2020-05-28 Thread GitBox


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


   
   
   
   Original way: a single bar spreads from bottom to top
   Change plan: when it is turned on again, the bar will fade out directly, 
reducing the waiting time.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[GitHub] [incubator-echarts] bionexit commented on pull request #12590: feat(graph): graph support multiple edges, for #6811

2020-05-28 Thread GitBox


bionexit commented on pull request #12590:
URL: 
https://github.com/apache/incubator-echarts/pull/12590#issuecomment-635710589


   > Hey , I really need this pr when will it be merged?
   
   This is also my urgent need pr...
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[GitHub] [incubator-echarts] plainheart edited a comment on issue #12714: Support for inline charts - 'sparklines'

2020-05-28 Thread GitBox


plainheart edited a comment on issue #12714:
URL: 
https://github.com/apache/incubator-echarts/issues/12714#issuecomment-635702952


   I think it's easy and practical to set `display` of echarts 
container(element).
   There is [An example on CodePen](https://codepen.io/plainheart/pen/ZEbdRdr)
   
   Is it necessary to be supported by ECharts?
   
   
![image](https://user-images.githubusercontent.com/26999792/83210440-71354a80-a18d-11ea-937f-2b5d5e0ec4fa.png)
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[GitHub] [incubator-echarts] plainheart removed a comment on issue #12714: Support for inline charts - 'sparklines'

2020-05-28 Thread GitBox


plainheart removed a comment on issue #12714:
URL: 
https://github.com/apache/incubator-echarts/issues/12714#issuecomment-635701677


   Have you tried to set `display` of echarts container(element)? I think it's 
practical.
   There is [An example on CodePen](https://codepen.io/plainheart/pen/ZEbdRdr)
   
   
![image](https://user-images.githubusercontent.com/26999792/83210440-71354a80-a18d-11ea-937f-2b5d5e0ec4fa.png)
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[GitHub] [incubator-echarts] plainheart commented on issue #12714: Support for inline charts - 'sparklines'

2020-05-28 Thread GitBox


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


   I think it's practical to set `display` of echarts container(element).
   There is [An example on CodePen](https://codepen.io/plainheart/pen/ZEbdRdr)
   
   Is it necessary to be supported by ECharts?
   
   
![image](https://user-images.githubusercontent.com/26999792/83210440-71354a80-a18d-11ea-937f-2b5d5e0ec4fa.png)
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[GitHub] [incubator-echarts] plainheart edited a comment on issue #12714: Support for inline charts - 'sparklines'

2020-05-28 Thread GitBox


plainheart edited a comment on issue #12714:
URL: 
https://github.com/apache/incubator-echarts/issues/12714#issuecomment-635701677


   Have you tried to set `display` of echarts container(element)? I think it's 
practical.
   There is [An example on CodePen](https://codepen.io/plainheart/pen/ZEbdRdr)
   
   
![image](https://user-images.githubusercontent.com/26999792/83210440-71354a80-a18d-11ea-937f-2b5d5e0ec4fa.png)
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[GitHub] [incubator-echarts] plainheart commented on issue #12714: Support for inline charts - 'sparklines'

2020-05-28 Thread GitBox


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


   Have you tried to set `display` of echarts container(element)? I think it's 
practical.
   There is [An example on CodePen](https://codepen.io/plainheart/pen/ZEbdRdr)



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[GitHub] [incubator-echarts] softwords opened a new issue #12714: Support for inline charts - 'sparklines'

2020-05-28 Thread GitBox


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


   ### What problem does this feature solve?
   The term 'sparkline' was first used by Edward Tufte, who defined a sparkline 
in this way:
   
   _A sparkline is a small intense, simple, word-sized graphic with typographic 
resolution.
   Sparklines mean that graphics are no longer cartoonish special occasions 
with captions and boxes,
   but rather sparkline graphics can be everywhere a word or number can be: 
embedded in a sentence,
   table, headline, map, spreadsheet, graphic. Data graphics should have the 
resolution of typography._
   
   see https://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001OR
   
   In html, for a chart to be embedded as Tufte describes, then that chart must 
be **inline**; that is, it should have css style
   
   `display:inline`
   
   So in order to make a genuine sparkline with echarts, we need to be able to 
make the echart inline.
   
   To attempt this, we can build the echart on an inline element - e.g. 
`` instead of ``
   The first complication this creates is that an inline element cannot be 
given height or width; so a sparkline created with echarts will need to get its 
height and width from the config; e.g (using svg):
   
   ```
   echarts.init(element, null, {renderer: 'svg', height: 20, width 80})
   ```
   
   When echarts generates the chart, we see this in the generated html:
   
   ```
   
http://www.w3.org/2000/svg; version="1.1" 
baseProfile="full" width="80" height="20" style="user-select: none; position: 
absolute; left: 0px; top: 0px;">
   ```
   
   This object is not inline, because the generated `` has `display:block` 
by default, and the generated `` has `position:absolute`
   
   We can use css to reach into this generated html and change it, like this:
   
   ```
   

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12713: MarkLine Update triggers animation even if disabled

2020-05-28 Thread GitBox


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


   Hi! We've received your issue and please be patient to get responded. 
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org. Please 
attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[GitHub] [incubator-echarts] Pfahlf opened a new issue #12713: MarkLine Update triggers animation even if disabled

2020-05-28 Thread GitBox


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


   ### Version
   4.8.0
   
   ### Reproduction link
   
[https://codepen.io/boosterafk/pen/gOaNazR](https://codepen.io/boosterafk/pen/gOaNazR)
   
   ### Steps to reproduce
   1: createa chart with a huge amount of series
   2: call setOption on series and update markLine
   
   ### What is expected?
   Update on markLine, without triggering the refresh of the whole chart
   
   ### What is actually happening?
   the whole chart is re-rendered, animation too even if disabled. with impact 
on performance
   
   ---
   I am not really sure if what I am doing is correct, I really looked around 
trying to figure out if its a bug or a feature.
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[incubator-echarts-doc] branch master updated: fix en doc

2020-05-28 Thread susiwen8
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new d818426  fix en doc
 new db475d2  Merge pull request #103 from maximesong/fix-en-doc
d818426 is described below

commit d818426dbf54c42a1376f5d87ffb52090a1c7a11
Author: Maxime Song 
AuthorDate: Thu May 28 19:29:01 2020 +0800

fix en doc

Change-Id: I041d7e4bf54988247c9052ac0efab8b98600c5ab
---
 en/tutorial/dataset.md| 2 +-
 en/tutorial/style-overview.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/en/tutorial/dataset.md b/en/tutorial/dataset.md
index c9b2d7c..c06565c 100644
--- a/en/tutorial/dataset.md
+++ b/en/tutorial/dataset.md
@@ -3,7 +3,7 @@
 
 # Dataset
 
-`dataset` component is published since ECharts 4. `dataset` brings convenience 
in data management separated with styles and enables data reuse by different 
series. More importantly, is enables data encoding from data to visual, which 
brings convenience in some scenarios.
+`dataset` component is published since ECharts 4. `dataset` brings convenience 
in data management separated with styles and enables data reuse by different 
series. More importantly, it enables data encoding from data to visual, which 
brings convenience in some scenarios.
 
 Before ECharts 4, data was only able to declared in each series, for example:
 
diff --git a/en/tutorial/style-overview.md b/en/tutorial/style-overview.md
index 71d42ea..0b63401 100644
--- a/en/tutorial/style-overview.md
+++ b/en/tutorial/style-overview.md
@@ -32,7 +32,7 @@ Since ECharts4, besides the original default theme, ECharts 
provide another two
 var chart = echarts.init(dom, 'light');
 ```
 
-或者
+or
 
 ```js
 var chart = echarts.init(dom, 'dark');


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



[incubator-echarts] branch label-enhancement updated: refact: layout label after render in pie.

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

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


The following commit(s) were added to refs/heads/label-enhancement by this push:
 new c11498d  refact: layout label after render in pie.
c11498d is described below

commit c11498d89e53949a1f62b0fc7d0ae0697e4d0146
Author: pissang 
AuthorDate: Thu May 28 19:06:23 2020 +0800

refact: layout label after render in pie.
---
 src/chart/pie/PieView.ts |  53 --
 src/chart/pie/labelLayout.ts | 160 +++
 src/chart/pie/pieLayout.ts   |  11 ++-
 3 files changed, 117 insertions(+), 107 deletions(-)

diff --git a/src/chart/pie/PieView.ts b/src/chart/pie/PieView.ts
index 8187c6a..f52c6f7 100644
--- a/src/chart/pie/PieView.ts
+++ b/src/chart/pie/PieView.ts
@@ -27,6 +27,7 @@ import ExtensionAPI from '../../ExtensionAPI';
 import { Payload, ColorString, ECElement } from '../../util/types';
 import List from '../../data/List';
 import PieSeriesModel, {PieDataItemOption} from './PieSeries';
+import labelLayout from './labelLayout';
 
 function updateDataSelected(
 this: PiePiece,
@@ -74,11 +75,6 @@ class PiePiece extends graphic.Sector {
 const itemModel = data.getItemModel(idx);
 const layout = data.getItemLayout(idx);
 const sectorShape = zrUtil.extend({}, layout);
-// Not animate label
-sectorShape.label = null;
-sectorShape.viewRect = null;
-
-const animationTypeUpdate = 
seriesModel.getShallow('animationTypeUpdate');
 
 if (firstCreate) {
 sector.setShape(sectorShape);
@@ -136,7 +132,7 @@ class PiePiece extends graphic.Sector {
 const cursorStyle = itemModel.getShallow('cursor');
 cursorStyle && sector.attr('cursor', cursorStyle);
 
-this._updateLabel(data, idx);
+this._updateLabel(seriesModel, data, idx);
 
 const emphasisState = sector.ensureState('emphasis');
 emphasisState.shape = {
@@ -150,12 +146,11 @@ class PiePiece extends graphic.Sector {
 labelLine.states.select = {
 x: dx, y: dy
 };
-if (layout.label) {
-labelText.states.select = {
-x: layout.label.x + dx,
-y: layout.label.y + dy
-};
-}
+// TODO: needs dx, dy in zrender?
+labelText.states.select = {
+x: dx,
+y: dy
+};
 
 graphic.enableHoverEmphasis(this);
 
@@ -163,32 +158,16 @@ class PiePiece extends graphic.Sector {
 (sector as ECElement).selected = 
seriesModel.isSelected(data.getName(idx));
 }
 
-private _updateLabel(data: List, idx: number): void {
+private _updateLabel(seriesModel: PieSeriesModel, data: List, idx: 
number): void {
 const sector = this;
 const labelLine = sector.getTextGuideLine();
 const labelText = sector.getTextContent();
 
 const itemModel = data.getItemModel(idx);
-const layout = data.getItemLayout(idx);
-const labelLayout = layout.label;
-// let visualColor = data.getItemVisual(idx, 'color');
 
 const labelTextEmphasisState = labelText.ensureState('emphasis');
 const labelLineEmphasisState = labelLine.ensureState('emphasis');
 
-if (!labelLayout || isNaN(labelLayout.x) || isNaN(labelLayout.y)) {
-labelText.ignore = labelTextEmphasisState.ignore = true;
-labelLine.ignore = labelLineEmphasisState.ignore = true;
-return;
-}
-
-const targetLineShape: {
-points: number[][]
-} = {
-points: labelLayout.linePoints || [
-[labelLayout.x, labelLayout.y], [labelLayout.x, 
labelLayout.y], [labelLayout.x, labelLayout.y]
-]
-};
 const labelModel = itemModel.getModel('label');
 const labelHoverModel = itemModel.getModel(['emphasis', 'label']);
 const labelLineModel = itemModel.getModel('labelLine');
@@ -204,11 +183,10 @@ class PiePiece extends graphic.Sector {
 {
 labelFetcher: data.hostModel as PieSeriesModel,
 labelDataIndex: idx,
-defaultText: labelLayout.text
+defaultText: seriesModel.getFormattedLabel(idx, 'normal')
+|| data.getName(idx)
 },
 {
-align: labelLayout.textAlign,
-verticalAlign: labelLayout.verticalAlign,
 opacity: style && style.opacity
 }
 );
@@ -216,24 +194,15 @@ class PiePiece extends graphic.Sector {
 // Set textConfig on sector.
 sector.setTextConfig({
 local: true,
-inside: !!labelLayout.inside,
 insideStroke: visualColor,
 // insideFill: 'auto',
 outsideFill: visualColor
 });
 
-

[GitHub] [incubator-echarts] pissang edited a comment on pull request #12702: feat(datastack):stack support positive add negative, close 12699

2020-05-28 Thread GitBox


pissang edited a comment on pull request #12702:
URL: 
https://github.com/apache/incubator-echarts/pull/12702#issuecomment-635220070


   @wf123537200 I think it can be an option related to `stack`. Like 
`stackDifferentSign`(I can only think of this name now. Perhaps there is a 
better name:)



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[GitHub] [incubator-echarts] pissang commented on pull request #12702: feat(datastack):stack support positive add negative, close 12699

2020-05-28 Thread GitBox


pissang commented on pull request #12702:
URL: 
https://github.com/apache/incubator-echarts/pull/12702#issuecomment-635220070


   @wf123537200 I think it can be an option related to `stack`. Like 
`stackDifferentSign`(I just think of it. Perhaps there is a better name.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[GitHub] [incubator-echarts] Ovilia commented on issue #9565: SVG and Canvas have different results for "Pie with scrollable legend" chart in echarts example

2020-05-28 Thread GitBox


Ovilia commented on issue #9565:
URL: 
https://github.com/apache/incubator-echarts/issues/9565#issuecomment-635215974


   @Mr-jiangzhiguo This bug needs much code changes so I scheduled it in 5.0.0.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[GitHub] [incubator-echarts] lixianshengdezhanghao commented on issue #7451: Switching Language?

2020-05-28 Thread GitBox


lixianshengdezhanghao commented on issue #7451:
URL: 
https://github.com/apache/incubator-echarts/issues/7451#issuecomment-635207239


   I think this is a more urgent thing!!



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[GitHub] [incubator-echarts] cysgbrlc opened a new issue #12711: 极坐标系大小改变后坐标轴消失

2020-05-28 Thread GitBox


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


   ### Version
   4.8.0
   
   ### Steps to reproduce
   option = {
 "angleAxis": {
   "type": "value",
   "show": true,
   "startAngle": 90,
   "axisLine": {
 "lineStyle": {
   "color": "rgb(0, 0, 0)",
   "width": "1"
 }
   },
   "axisLabel": {
 "fontSize": "12"
   },
   "splitLine": {
 "lineStyle": {},
 "show": false
   }
 },
 "radiusAxis": {
   "type": "category",
   "data": [
 "田谙",
 "吕欢悦",
 "冯丽丽",
 "周诚",
 "彭博",
 "刘明",
 "廖保",
 "佘凤",
 "彭伟",
 "邓惠"
   ],
   "z": 10,
   "show": true,
   "axisLine": {
 "lineStyle": {
   "color": "rgb(0, 0, 0)",
   "width": "1"
 }
   },
   "axisLabel": {
 "interval": 0,
 "rotate": 0,
 "fontSize": "12"
   },
   "splitLine": {
 "lineStyle": {
   "color": "rgb(204, 204, 204)",
   "width": "1",
   "type": "solid"
 },
 "show": true
   }
 },
 "polar": {
   "radius": "75%"
 },
 "series": [
   {
 "type": "bar",
 "coordinateSystem": "polar",
 "data": [
   23,
   21,
   20,
   20,
   20,
   19,
   19,
   18,
   18,
   18
 ],
 "stack": "sum",
 "itemStyle": {
   "normal": {
 "color": "#3155FD"
   }
 },
 "label": {
   "normal": {
 "show": false,
 "fontSize": 12,
 "position": "outside",
 "mode": "all"
   }
 }
   },
  
 ],
 

   };
   
   ### What is expected?
   希望两个轴都出现网格线
   
   ### What is actually happening?
   径向轴消失 
(如果上述代码没有出现这个问题,可以修改radius的大小,无论是Number类型还是百分比,都会出现这个问题,但是每次出现的时候radius的值可能不一样)
   报错内容:Uncaught DOMException: Failed to execute 'arc' on 
'CanvasRenderingContext2D': The radius provided (-1.77636e-15) is negative.
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12711: 极坐标系大小改变后坐标轴消失

2020-05-28 Thread GitBox


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


   Hi! We've received your issue and please be patient to get responded. 
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org. Please 
attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

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



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