[echarts-doc] branch dependabot/npm_and_yarn/editor/qs-6.5.3 created (now ac3dce54)

2022-12-07 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/editor/qs-6.5.3
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git


  at ac3dce54 chore(deps): bump qs from 6.5.2 to 6.5.3 in /editor

No new revisions were added by this update.


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



[GitHub] [echarts-doc] dependabot[bot] opened a new pull request, #327: chore(deps): bump qs from 6.5.2 to 6.5.3 in /editor

2022-12-07 Thread GitBox


dependabot[bot] opened a new pull request, #327:
URL: https://github.com/apache/echarts-doc/pull/327

   Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
   
   Changelog
   Sourced from https://github.com/ljharb/qs/blob/main/CHANGELOG.md;>qs's 
changelog.
   
   6.5.3
   
   [Fix] parse: ignore __proto__ keys (https://github-redirect.dependabot.com/ljharb/qs/issues/428;>#428)
   [Fix] utils.merge: avoid a crash with a null target and a 
truthy non-array source
   [Fix] correctly parse nested arrays
   [Fix] stringify: fix a crash with 
strictNullHandling and a custom 
filter/serializeDate (https://github-redirect.dependabot.com/ljharb/qs/issues/279;>#279)
   [Fix] utils: merge: fix crash when 
source is a truthy primitive  no options are provided
   [Fix] when parseArrays is false, properly handle keys 
ending in []
   [Fix] fix for an impossible situation: when the formatter is called with 
a non-string value
   [Fix] utils.merge: avoid a crash with a null target and an 
array source
   [Refactor] utils: reduce observable [[Get]]s
   [Refactor] use cached Array.isArray
   [Refactor] stringify: Avoid arr = arr.concat(...), push to 
the existing instance (https://github-redirect.dependabot.com/ljharb/qs/issues/269;>#269)
   [Refactor] parse: only need to reassign the var once
   [Robustness] stringify: avoid relying on a global 
undefined (https://github-redirect.dependabot.com/ljharb/qs/issues/427;>#427)
   [readme] remove travis badge; add github actions/codecov badges; update 
URLs
   [Docs] Clean up license text so it’s properly detected as 
BSD-3-Clause
   [Docs] Clarify the need for arrayLimit option
   [meta] fix README.md (https://github-redirect.dependabot.com/ljharb/qs/issues/399;>#399)
   [meta] add FUNDING.yml
   [actions] backport actions from main
   [Tests] always use String(x) over 
x.toString()
   [Tests] remove nonexistent tape option
   [Dev Deps] backport from main
   
   
   
   
   Commits
   
   https://github.com/ljharb/qs/commit/298bfa55d6db00ddea78dd0333509aadf9bb3077;>298bfa5
 v6.5.3
   https://github.com/ljharb/qs/commit/ed0f5dcbef4b168a8ae299d78b1e4a2e9b1baf1f;>ed0f5dc
 [Fix] parse: ignore __proto__ keys (https://github-redirect.dependabot.com/ljharb/qs/issues/428;>#428)
   https://github.com/ljharb/qs/commit/691e739cfa40cd42604dc05a54e6154371a429ab;>691e739
 [Robustness] stringify: avoid relying on a global 
undefined (https://github-redirect.dependabot.com/ljharb/qs/issues/427;>#427)
   https://github.com/ljharb/qs/commit/1072d57d38a690e1ad7616dced44390bffedcbb2;>1072d57
 [readme] remove travis badge; add github actions/codecov badges; update 
URLs
   https://github.com/ljharb/qs/commit/12ac1c403aaa04d1a34844f514ed9f9abfb76e64;>12ac1c4
 [meta] fix README.md (https://github-redirect.dependabot.com/ljharb/qs/issues/399;>#399)
   https://github.com/ljharb/qs/commit/0338716b09fdbd4711823eeb0a14e556a2498e7a;>0338716
 [actions] backport actions from main
   https://github.com/ljharb/qs/commit/5639c20ce0a7c1332200a3181339331483e5a3a1;>5639c20
 Clean up license text so it’s properly detected as BSD-3-Clause
   https://github.com/ljharb/qs/commit/51b8a0b1b213596dd1702b837f5e7dec2229793d;>51b8a0b
 add FUNDING.yml
   https://github.com/ljharb/qs/commit/45f675936e742d92fac8d4dae5cfc385c576a977;>45f6759
 [Fix] fix for an impossible situation: when the formatter is called with a 
no...
   https://github.com/ljharb/qs/commit/f814a7f8f2af059f8158f7e4b2bf8b46aeb62cd3;>f814a7f
 [Dev Deps] backport from main
   Additional commits viewable in https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3;>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=qs=npm_and_yarn=6.5.2=6.5.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for 

[GitHub] [echarts] Shenzm72 commented on issue #14069: 制作钻取地图,向下钻取时没有过渡动画了?

2022-12-07 Thread GitBox


Shenzm72 commented on issue #14069:
URL: https://github.com/apache/echarts/issues/14069#issuecomment-1342181265

   这个过渡动画还会加上吗?或者有其他的办法吗


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] echarts-bot[bot] commented on pull request #18039: feat(thumbnail): upgrade thumbnail

2022-12-07 Thread GitBox


echarts-bot[bot] commented on PR #18039:
URL: https://github.com/apache/echarts/pull/18039#issuecomment-1342175626

   Thanks for your contribution!
   The community will review it ASAP. In the meanwhile, please checkout [the 
coding standard](https://echarts.apache.org/en/coding-standard.html) and Wiki 
about [How to make a pull 
request](https://github.com/apache/echarts/wiki/How-to-make-a-pull-request).
   
   The pull request is marked to be `PR: author is committer` because you are a 
committer of this project.
   
   To reviewers: If this PR is going to be described in the changelog in the 
future release, please make sure this PR has one of the following labels: `PR: 
doc ready`, `PR: awaiting doc`, `PR: doc unchanged`
   
   This message is shown because the PR description doesn't contain the 
document related template.


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] 100pah opened a new pull request, #18039: feat(thumbnail): upgrade thumbnail

2022-12-07 Thread GitBox


100pah opened a new pull request, #18039:
URL: https://github.com/apache/echarts/pull/18039

   Upgrade: 
   1. Enable pan and zoom on thumbnail
   2. Rename selectedAreaStyle to windowStyle
   3. Clean up the code
   4. Support border-radius and clip.
   5. Use CSS border-box layout for thumbnail.
   
   Effect: 
   
![12212](https://user-images.githubusercontent.com/1956569/206380939-ffb40baf-db2c-4e9f-ab18-6c8155abc54d.gif)
   
   


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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



[echarts] 01/01: feat(thumbnail): upgrade thumbnail (1) Enable pan and zoom on thumbnail (2) Rename selectedAreaStyle to windowStyle (3) Clean up the code (4) Support border-radius and clip.

2022-12-07 Thread sushuang
This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch graph-thumbnail-upgrade
in repository https://gitbox.apache.org/repos/asf/echarts.git

commit f7e61f20c1f91431d4ef4f70b5ecd392dc764a13
Author: 100pah 
AuthorDate: Thu Dec 8 15:02:08 2022 +0800

feat(thumbnail): upgrade thumbnail
(1) Enable pan and zoom on thumbnail
(2) Rename selectedAreaStyle to windowStyle
(3) Clean up the code
(4) Support border-radius and clip.
---
 src/chart/graph/GraphSeries.ts |  34 +--
 src/chart/graph/GraphView.ts   | 161 ---
 src/chart/graph/Thumbnail.ts   | 429 ++--
 src/chart/tree/TreeView.ts |   6 +-
 src/component/helper/RoamController.ts |  17 +-
 src/component/helper/roamHelper.ts |  12 +-
 src/util/layout.ts |  37 ++-
 test/graph-thumbnail.html  | 505 +++--
 8 files changed, 492 insertions(+), 709 deletions(-)

diff --git a/src/chart/graph/GraphSeries.ts b/src/chart/graph/GraphSeries.ts
index 5d69a30f3..3d96ac34e 100644
--- a/src/chart/graph/GraphSeries.ts
+++ b/src/chart/graph/GraphSeries.ts
@@ -43,8 +43,7 @@ import {
 GraphEdgeItemObject,
 OptionDataValueNumeric,
 CallbackDataParams,
-DefaultEmphasisFocus,
-ZRColor
+DefaultEmphasisFocus
 } from '../../util/types';
 import SeriesModel from '../../model/Series';
 import Graph from '../../data/Graph';
@@ -55,6 +54,7 @@ import { LineDataVisual } from 
'../../visual/commonVisualTypes';
 import { createTooltipMarkup } from '../../component/tooltip/tooltipMarkup';
 import { defaultSeriesFormatTooltip } from 
'../../component/tooltip/seriesFormatTooltip';
 import {initCurvenessList, createEdgeMapForCurveness} from 
'../helper/multipleGraphEdgeHelper';
+import Thumbnail, { ThumbnailOption } from './Thumbnail';
 
 
 type GraphDataValue = OptionDataValue | OptionDataValue[];
@@ -230,13 +230,7 @@ export interface GraphSeriesOption
  */
 autoCurveness?: boolean | number | number[]
 
-thumbnail?: BoxLayoutOptionMixin & {
-show?: boolean,
-
-itemStyle?: ItemStyleOption
-
-selectedAreaStyle?: ItemStyleOption
-}
+thumbnail?: ThumbnailOption
 }
 
 class GraphSeriesModel extends SeriesModel {
@@ -519,27 +513,7 @@ class GraphSeriesModel extends 
SeriesModel {
 }
 },
 
-thumbnail: {
-show: false,
-
-right: 0,
-bottom: 0,
-
-height: '25%',
-width: '25%',
-
-itemStyle: {
-color: 'white',
-borderColor: 'black'
-},
-
-selectedAreaStyle: {
-color: 'white',
-borderColor: 'black',
-borderWidth: 1,
-opacity: 0.5
-}
-}
+thumbnail: Thumbnail.defaultOption
 };
 }
 
diff --git a/src/chart/graph/GraphView.ts b/src/chart/graph/GraphView.ts
index 329cfe5cf..f5c4b7ba6 100644
--- a/src/chart/graph/GraphView.ts
+++ b/src/chart/graph/GraphView.ts
@@ -19,8 +19,12 @@
 
 import SymbolDraw, { ListForSymbolDraw } from '../helper/SymbolDraw';
 import LineDraw from '../helper/LineDraw';
-import RoamController, { RoamControllerHost } from 
'../../component/helper/RoamController';
-import * as roamHelper from '../../component/helper/roamHelper';
+import RoamController from '../../component/helper/RoamController';
+import {
+updateViewOnZoom,
+updateViewOnPan,
+RoamControllerHost
+} from '../../component/helper/roamHelper';
 import {onIrrelevantElement} from '../../component/helper/cursorHelper';
 import * as graphic from '../../util/graphic';
 import adjustEdge from './adjustEdge';
@@ -39,6 +43,8 @@ import Thumbnail from './Thumbnail';
 
 import { simpleLayoutEdge } from './simpleLayoutHelper';
 import { circularLayout, rotateNodeLabel } from './circularLayoutHelper';
+import { clone, extend } from 'zrender/src/core/util';
+import ECLinePath from '../helper/LinePath';
 
 function isViewCoordSys(coordSys: CoordinateSystem): coordSys is View {
 return coordSys.type === 'view';
@@ -63,7 +69,7 @@ class GraphView extends ChartView {
 
 private _layouting: boolean;
 
-private _thumbnail: Thumbnail;
+private _thumbnail: Thumbnail = new Thumbnail();
 
 private _mainGroup: graphic.Group;
 
@@ -218,9 +224,10 @@ class GraphView extends ChartView {
 dispose() {
 this._controller && this._controller.dispose();
 this._controllerHost = null;
+this._thumbnail.dispose();
 }
 
-_startForceLayoutIteration(
+private _startForceLayoutIteration(
 forceLayout: GraphSeriesModel['forceLayout'],
 api: ExtensionAPI,
 layoutAnimation?: boolean
@@ -241,7 +248,7 @@ class GraphView extends ChartView {
 })();
 }
 
-_updateController(
+private _updateController(
 seriesModel: GraphSeriesModel,
 ecModel: 

[echarts] branch graph-thumbnail-upgrade created (now f7e61f20c)

2022-12-07 Thread sushuang
This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a change to branch graph-thumbnail-upgrade
in repository https://gitbox.apache.org/repos/asf/echarts.git


  at f7e61f20c feat(thumbnail): upgrade thumbnail (1) Enable pan and zoom 
on thumbnail (2) Rename selectedAreaStyle to windowStyle (3) Clean up the code 
(4) Support border-radius and clip.

This branch includes the following new commits:

 new f7e61f20c feat(thumbnail): upgrade thumbnail (1) Enable pan and zoom 
on thumbnail (2) Rename selectedAreaStyle to windowStyle (3) Clean up the code 
(4) Support border-radius and clip.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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



[GitHub] [echarts] mxismean commented on issue #4330: 对比箱线图添加异常点问题

2022-12-07 Thread GitBox


mxismean commented on issue #4330:
URL: https://github.com/apache/echarts/issues/4330#issuecomment-1342156222

   > > @genggs http://gallery.echartsjs.com/editor.html?c=boxplot-multi 参考下这个
   > 
   > 这个例子找不到了。具体是要怎么操作呢?
   
   同问。 也遇到了这个问题


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] hellonicing opened a new issue, #18038: [Bug][ xAxis.axisLine. onZero],This configuration does not work

2022-12-07 Thread GitBox


hellonicing opened a new issue, #18038:
URL: https://github.com/apache/echarts/issues/18038

   ### Version
   
   5.4.0
   
   ### Link to Minimal Reproduction
   
   https://codesandbox.io/s/wandering-monad-dtlyws
   
   ### Steps to Reproduce
   
   add the config,xAxis.axisLine. onZero,series.data include negative number
   
   ### Current Behavior
   
   I have negative data to display, but I want to pan down the x-axis and start 
displaying from the negative numbers up.
   
![image](https://user-images.githubusercontent.com/103265253/206374270-fad6de37-8bfb-48ba-8dfc-fe0e00794dec.png)
   As in the picture, I want the effect of the picture below, but in reality it 
is like the picture above.
   
   ### Expected Behavior
   
   The same 3D bar chart has this problem, I need the z-axis to start with a 
negative number.
   
![image](https://user-images.githubusercontent.com/103265253/206374923-14055b6d-050b-4dbe-814e-170c81808e59.png)
   Like in the picture, the Z-axis is displayed from negative numbers upwards
   
   ### Environment
   
   ```markdown
   - OS:windows10 
   - Browser:Chrome108
   - Framework:js
   ```
   
   
   ### Any additional comments?
   
   _No response_


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org.apache.org

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] [echarts] echarts-bot[bot] commented on pull request #18037: [WIP] fix(Axis): axisTick.interval work correct

2022-12-07 Thread GitBox


echarts-bot[bot] commented on PR #18037:
URL: https://github.com/apache/echarts/pull/18037#issuecomment-1341983113

   Thanks for your contribution!
   The community will review it ASAP. In the meanwhile, please checkout [the 
coding standard](https://echarts.apache.org/en/coding-standard.html) and Wiki 
about [How to make a pull 
request](https://github.com/apache/echarts/wiki/How-to-make-a-pull-request).
   
   ⚠️ MISSING DOCUMENT INFO: Please make sure one of the document options are 
checked in this PR's description. Search "Document Info" in the description of 
this PR. This should be done either by the author or the reviewers of the 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.

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] erweixin opened a new pull request, #18037: [WIP] fix(Axis): axisTick.interval work correct

2022-12-07 Thread GitBox


erweixin opened a new pull request, #18037:
URL: https://github.com/apache/echarts/pull/18037

   
   
   ## Brief Information
   
   This pull request is in the type of:
   
   - [x] bug fixing
   - [ ] new feature
   - [ ] others
   
   
   
   ### What does this PR do?
   
   
   axisTick.interval work correct. 
   onBand mode, we has one more tick. and this tick should aeffected by 
interval.
   
   
   ### Fixed issues
   #17967 
   
   
   
   ## Details
   
   ### Before: What was the problem?
   
   
   
   
   
   tick always at axisExtent[0] when interval funciton return array of length 
one . 
   
   ### After: How does it behave after the fixing?
   
   
   
   
   
   
   
   ## Document Info
   
   One of the following should be checked.
   
   - [ ] This PR doesn't relate to document changes
   - [ ] The document should be updated later
   - [ ] The document changes have been made in apache/echarts-doc#xxx
   
   
   
   ## Misc
   
   ### ZRender Changes
   
   - [ ] This PR depends on ZRender changes (ecomfe/zrender#xxx).
   
   ### Related test cases or examples to use the new APIs
   
   N.A.
   
   
   
   ## Others
   
   ### Merging options
   
   - [ ] Please squash the commits into a single one when merging.
   
   ### Other information
   


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] mxismean commented on issue #5509: 箱线图对系列outliers如何与对应系列纵向对齐

2022-12-07 Thread GitBox


mxismean commented on issue #5509:
URL: https://github.com/apache/echarts/issues/5509#issuecomment-1341944615

   > 
   
   您好,链接访问不了,请问纵行对齐这个问题怎么处理?


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] mxismean commented on issue #5509: 箱线图对系列outliers如何与对应系列纵向对齐

2022-12-07 Thread GitBox


mxismean commented on issue #5509:
URL: https://github.com/apache/echarts/issues/5509#issuecomment-1341944481

   > 这样可以么? http://gallery.echartsjs.com/editor.html?c=boxplot-multi=2
   
   您好,链接访问不了,请问纵行对齐这个问题怎么处理?


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] idenet commented on issue #18035: [Bug] tooltip 的 extraCssText 属性设置 transform 不生效

2022-12-07 Thread GitBox


idenet commented on issue #18035:
URL: https://github.com/apache/echarts/issues/18035#issuecomment-1341911547

   @plainheart 或者说有其他的横屏展示方式吗?或者添加一个属性,让定位使用 5.0.2 的版本,这样就能共存了


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] idenet commented on issue #18035: [Bug] tooltip 的 extraCssText 属性设置 transform 不生效

2022-12-07 Thread GitBox


idenet commented on issue #18035:
URL: https://github.com/apache/echarts/issues/18035#issuecomment-1341910872

   @plainheart 能够判断如果用户设置了 transform 让他添加到定位的 transform 之后吗


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] plainheart commented on issue #18035: [Bug] tooltip 的 extraCssText 属性设置 transform 不生效

2022-12-07 Thread GitBox


plainheart commented on issue #18035:
URL: https://github.com/apache/echarts/issues/18035#issuecomment-1341905137

   这里因为 tooltip 本身要定位,是会覆盖的其他 transform 的。


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] idenet commented on issue #18035: [Bug] tooltip 的 extraCssText 属性设置 transform 不生效

2022-12-07 Thread GitBox


idenet commented on issue #18035:
URL: https://github.com/apache/echarts/issues/18035#issuecomment-1341903067

   @plainheart 不是覆盖,是我想让他能够生效,但现在是没有生效。我猜测是我定义的 transform 被覆盖了。因为其他属性如fontsize 
这些是可以生效的


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] plainheart commented on issue #18035: [Bug] tooltip 的 extraCssText 属性设置 transform 不生效

2022-12-07 Thread GitBox


plainheart commented on issue #18035:
URL: https://github.com/apache/echarts/issues/18035#issuecomment-1341901689

   如你所说,tooltip 使用 transform 来定位,transform 本身不能像 transition 或 animation 那样把 
translate、scale、rotate 等属性单独分开使用,所以就算能够覆盖也会导致定位错误,虽然现在浏览器开始支持脱离 transform 单独使用 
translate、scale、rotate,但兼容性还不够好。想知道是什么场景需要覆盖 transform 呢?


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] plainheart commented on a diff in pull request #18032: fix(ssr): fix label doesn't show in line series when `ssr` is enabled

2022-12-07 Thread GitBox


plainheart commented on code in PR #18032:
URL: https://github.com/apache/echarts/pull/18032#discussion_r1042865240


##
src/chart/line/LineView.ts:
##
@@ -644,7 +644,7 @@ class LineView extends ChartView {
 
 const lineGroup = this._lineGroup;
 
-const hasAnimation = seriesModel.get('animation');
+const hasAnimation = !ecModel.ssr && seriesModel.isAnimationEnabled();

Review Comment:
   But it requires `env.node`. 
https://github.com/apache/echarts/blob/master/src/model/Series.ts#L469



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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] plainheart commented on issue #18033: [Bug] The line with tooltip which set trigger equal axis, won't work in echarts5.4.0+vue3.x+vite3.x, but trigger set item will

2022-12-07 Thread GitBox


plainheart commented on issue #18033:
URL: https://github.com/apache/echarts/issues/18033#issuecomment-1341897477

   Please don't make echarts instance reactive. Refer to the 
[FAQ](https://echarts.apache.org/en/faq.html#:~:text=Why%20does%20the%20chart%20not%20work%20correctly%20when%20using%20ECharts%20in%20Vue%3F)
 or https://github.com/apache/echarts/issues/17723#issuecomment-1268311307.


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] pissang commented on a diff in pull request #18032: fix(ssr): fix label doesn't show in line series when `ssr` is enabled

2022-12-07 Thread GitBox


pissang commented on code in PR #18032:
URL: https://github.com/apache/echarts/pull/18032#discussion_r1042862485


##
src/chart/line/LineView.ts:
##
@@ -644,7 +644,7 @@ class LineView extends ChartView {
 
 const lineGroup = this._lineGroup;
 
-const hasAnimation = seriesModel.get('animation');
+const hasAnimation = !ecModel.ssr && seriesModel.isAnimationEnabled();

Review Comment:
   `seriesModel.isAnimationEnabled` should have considerd `ecModel.ssr`



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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] echarts-bot[bot] commented on issue #18036: [Bug] map地图regions当所需变色为地图Json最后一个对象时所有区域都会变成最后一个赋予的颜色

2022-12-07 Thread GitBox


echarts-bot[bot] commented on issue #18036:
URL: https://github.com/apache/echarts/issues/18036#issuecomment-1341889795

   @webguicai It seems you are not using English, I've helped translate the 
content automatically. To make your issue understood by more people and get 
helped, we'd like to suggest using English next time. 珞
   TRANSLATED
   
   **TITLE**
   
   [Bug] mapMap regions: When the desired color changes to the last object of 
the map, Json, all areas become the last given color
   


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] webguicai opened a new issue, #18036: map地图regions当所需变色为地图Json最后一个对象时所有区域都会变成最后一个赋予的颜色[Bug]

2022-12-07 Thread GitBox


webguicai opened a new issue, #18036:
URL: https://github.com/apache/echarts/issues/18036

   ### Version
   
   5.4.0
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   @leeight @bantic 
   `
   
   
   https://unpkg.com/vue@3/dist/vue.global.js";>
   
   https://cdn.jsdelivr.net/npm/echarts@5.4.0/dist/echarts.min.js";>
   
   https://unpkg.com/axios/dist/axios.min.js";>
   
   
   
   
   
   
   
   
   
   
   
   const { createApp } = Vue;
   
   createApp({
   data() {
   return {
   echartIns: null,
   };
   },
   mounted() {
   // 初始化echarts
   this.echartIns = echarts.init(this.$refs.echart);
   this.renderChart();
   },
   methods: {
   async renderChart(code) {
   this.echartIns.off("click");
   const geoJson = await this.getMap(code);
   echarts.registerMap("map", geoJson.data);
   const option = {
   geo: {
   map: 'map',
   zoom: 1,
   silent: true,
   regions: [  // 此处为最后一个对应的json时出现bug,单独赋予其他城市都没有问题
   {
   name: '桐乡市',
   itemStyle: {
   opacity: 1,
   borderColor: '#fff',
   borderWidth: 1,
   areaColor: 'green',
   },
   },
   ],
   itemStyle: {
   areaColor: 'rgba(0,0,0,0)',
   },
   },
   series: [
   {
   name: '地图',
   type: 'map',
   map: 'map',
   zoom: 1,
   itemStyle: {
   color: 'blue',
   emphasis: {
   areaColor: '#fff',
   },
   areaColor: {
   type: 'radial',
   x: 0.5,
   y: 0.5,
   r: 0.8,
   },
   },
   },
   ],
   };
   this.echartIns.setOption(option);
   // 点击获取下一级地图
   this.echartIns.on("click", (msg) => {
   const cityMsg = geoJson.data.features.find(
   (item) => item.properties.name === msg.name
   ).properties;
   this.renderChart(
   cityMsg.adcode + (cityMsg.childrenNum > 0 ? "_full" 
: "")
   );
   });
   },
   // 获取地图数据
   getMap(code = "330400_full") {
   return axios.get(
   
`https://geo.datav.aliyun.com/areas_v3/bound/geojson?code=${code}`
   );
   },
   },
   }).mount("#app");
   
   
   [v-cloak] {
   display: none;
   }
   
   html::-webkit-scrollbar {
   display: none;
   }
   `
   
   ### Current Behavior
   
   map地图regions当所需变色为地图Json最后一个对象时所有区域都会变成最后一个赋予的颜色 @leeight @bantic 
   
   ### Expected Behavior
   
   对应块给予对应的颜色
   @leeight @bantic 
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser: google
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   这两天需要发布,请帮忙看一下,尽快修复


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org.apache.org

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] [echarts] echarts-bot[bot] commented on issue #18035: [Bug] tooltip 的 extraCssText 属性设置 transform 不生效

2022-12-07 Thread GitBox


echarts-bot[bot] commented on issue #18035:
URL: https://github.com/apache/echarts/issues/18035#issuecomment-1341881227

   @idenet It seems you are not using English, I've helped translate the 
content automatically. To make your issue understood by more people and get 
helped, we'd like to suggest using English next time. 珞
   TRANSLATED
   
   **TITLE**
   
   [Bug] The tooltip's extraCssText attribute setting transform does not take 
effect
   
   **BODY**
   
   ### Version
   
   5.4.0
   
   ### Link to Minimal Reproduction
   
   https://codesandbox.io/s/px5p9v
   
   ### Steps to Reproduce
   
   Looking at the example, and switching the eCharts version to 5.0.2, you can 
see that the tooltip shows different styles. Version 5.0.2 of Transform CSS 
works, but the new version does not.
   
   Think: In the new version, through transform positioning, user settings are 
not added after the original transform. Causes it to not take effect
   
   ### Current Behavior
   
   In the new version, the tooltip's extraCssText property setting transform 
does not take effect
   
   ### Expected Behavior
   
   You want the tooltip's extraCssText property setting transform to take effect
   
   ### Environment
   
   ```markdown
   - OS: The latest version of macOS
   - Browser: Version 107.0.5304.121 (official) (arm64)
   - Framework: vue@2.6.10
   ```
   
   ### Any additional comments?
   
   _No response_
   


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] idenet opened a new issue, #18035: [Bug] tooltip 的 extraCssText 属性设置 transform 不生效

2022-12-07 Thread GitBox


idenet opened a new issue, #18035:
URL: https://github.com/apache/echarts/issues/18035

   ### Version
   
   5.4.0
   
   ### Link to Minimal Reproduction
   
   https://codesandbox.io/s/px5p9v
   
   ### Steps to Reproduce
   
   查看例子,并且切换 echarts 版本到 5.0.2,可以看到 tooltip 展示不同的样式。5.0.2 版本的 transform css 
能够生效,新版本不行。
   
   思考:新版本中通过 transform 定位,用户设置的没有添加到原有 transform 后面。导致不生效
   
   ### Current Behavior
   
   在新版本中,tooltip 的 extraCssText 属性设置 transform 不生效
   
   ### Expected Behavior
   
   希望tooltip 的 extraCssText 属性设置 transform 能够生效
   
   ### Environment
   
   ```markdown
   - OS: macos 最新版
   - Browser: 版本 107.0.5304.121(正式版本) (arm64)
   - Framework: vue@2.6.10
   ```
   
   
   ### Any additional comments?
   
   _No response_


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org.apache.org

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] [echarts] echarts-bot[bot] closed issue #18034: [Bug]

2022-12-07 Thread GitBox


echarts-bot[bot] closed issue #18034: [Bug] 
URL: https://github.com/apache/echarts/issues/18034


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] idenet opened a new issue, #18034: [Bug]

2022-12-07 Thread GitBox


idenet opened a new issue, #18034:
URL: https://github.com/apache/echarts/issues/18034

   ### Version
   
   5.4.0
   
   ### Link to Minimal Reproduction
   
   https://codesandbox.io/s/px5p9v
   
   ### Steps to Reproduce
   
   在例子中,切换 echarts 版本 5.0.2以下和以上,tooltip 中的extraCssText 属性设置 transform 能够生效和不生效
   
   
   
   ### Current Behavior
   
   tooltip 的extraCssText属性设置 transform 被原有的 transform 覆盖。个人认为如果设置为 transform 
应该往原有属性上添加。
   
   ### Expected Behavior
   
   希望 tooltip 中extraCssText设置 transform 能够生效
   
   ### Environment
   
   ```markdown
   - OS: macos 最新版
   - Browser: 版本 107.0.5304.121(正式版本) (arm64)
   - Framework: vue@2.6.10
   ```
   
   
   ### Any additional comments?
   
   _No response_


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org.apache.org

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] [echarts] github-actions[bot] commented on issue #13776: Get the actual width of xAxis through echartsInstance.

2022-12-07 Thread GitBox


github-actions[bot] commented on issue #13776:
URL: https://github.com/apache/echarts/issues/13776#issuecomment-1341595141

   This issue has been automatically marked as stale because it did not have 
recent activity. It will be closed in 7 days if no further activity occurs. If 
you wish not to mark it as stale, please leave a comment in this issue.


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] github-actions[bot] commented on issue #13752: Change style of legend item when it is unselected

2022-12-07 Thread GitBox


github-actions[bot] commented on issue #13752:
URL: https://github.com/apache/echarts/issues/13752#issuecomment-1341595042

   This issue has been automatically marked as stale because it did not have 
recent activity. It will be closed in 7 days if no further activity occurs. If 
you wish not to mark it as stale, please leave a comment in this issue.


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] github-actions[bot] closed issue #13714: echart4.0不支持折线图从左到右出现的动画效果,老版本是有的

2022-12-07 Thread GitBox


github-actions[bot] closed issue #13714: echart4.0不支持折线图从左到右出现的动画效果,老版本是有的
URL: https://github.com/apache/echarts/issues/13714


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] github-actions[bot] commented on issue #13720: echarts的富文本rich,不支持旋转角度

2022-12-07 Thread GitBox


github-actions[bot] commented on issue #13720:
URL: https://github.com/apache/echarts/issues/13720#issuecomment-1341594935

   This issue has been automatically closed because it did not have recent 
activity. If this remains to be a problem with the latest version of Apache 
ECharts, please open a new issue and link this to it. Thanks!


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] github-actions[bot] closed issue #13717: mergeLow preconditions were not respected

2022-12-07 Thread GitBox


github-actions[bot] closed issue #13717: mergeLow preconditions were not 
respected
URL: https://github.com/apache/echarts/issues/13717


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] github-actions[bot] commented on issue #13717: mergeLow preconditions were not respected

2022-12-07 Thread GitBox


github-actions[bot] commented on issue #13717:
URL: https://github.com/apache/echarts/issues/13717#issuecomment-1341594847

   This issue has been automatically closed because it did not have recent 
activity. If this remains to be a problem with the latest version of Apache 
ECharts, please open a new issue and link this to it. Thanks!


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] github-actions[bot] closed issue #13720: echarts的富文本rich,不支持旋转角度

2022-12-07 Thread GitBox


github-actions[bot] closed issue #13720: echarts的富文本rich,不支持旋转角度
URL: https://github.com/apache/echarts/issues/13720


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] github-actions[bot] commented on issue #13714: echart4.0不支持折线图从左到右出现的动画效果,老版本是有的

2022-12-07 Thread GitBox


github-actions[bot] commented on issue #13714:
URL: https://github.com/apache/echarts/issues/13714#issuecomment-1341594794

   This issue has been automatically closed because it did not have recent 
activity. If this remains to be a problem with the latest version of Apache 
ECharts, please open a new issue and link this to it. Thanks!


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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



[echarts-www] branch dependabot/npm_and_yarn/qs-6.5.3 created (now 08f05ccb)

2022-12-07 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/qs-6.5.3
in repository https://gitbox.apache.org/repos/asf/echarts-www.git


  at 08f05ccb Bump qs from 6.5.2 to 6.5.3

No new revisions were added by this update.


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



[GitHub] [echarts] mathias22osterhagen22 commented on issue #12319: RoundCap for stacked BarChart

2022-12-07 Thread GitBox


mathias22osterhagen22 commented on issue #12319:
URL: https://github.com/apache/echarts/issues/12319#issuecomment-1341387601

   Any news ? this could still be useful natively... 


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] DaveMDS commented on issue #10700: add startValue and endValue parameters in zoom event triggered by slider

2022-12-07 Thread GitBox


DaveMDS commented on issue #10700:
URL: https://github.com/apache/echarts/issues/10700#issuecomment-1341312152

   +11


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] echarts-bot[bot] commented on issue #18033: [Bug] The line with tooltip which set trigger equal axis, won't work in echarts5.4.0+vue3.x+vite3.x, but trigger set item will

2022-12-07 Thread GitBox


echarts-bot[bot] commented on issue #18033:
URL: https://github.com/apache/echarts/issues/18033#issuecomment-1340999092

   @waterfan312 It seems you are not using English, I've helped translate the 
content automatically. To make your issue understood by more people and get 
helped, we'd like to suggest using English next time. 珞
   TRANSLATED
   
   **BODY**
   
   ### Version
   
   5.4.0
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   
   
   
   
   
   // Import on demand Import ECharts main module
   import * as echarts from 'echarts/lib/echarts';
   // import pie chart
   import 'echarts/lib/chart/line';
   // Import tooltip and title components
   import 'echarts/lib/component/title';
   import 'echarts/lib/component/grid';
   import 'echarts/lib/component/legend';
   import 'echarts/lib/component/tooltip';
   import 'echarts/lib/component/dataZoom';
   
   import {
   defineComponent,
   defineAsyncComponent,
   reactive,
   to Refs,
   watch,
   nextTick,
   onMounted,
   onUnmounted,
   } from 'vue'
   
   export default defineComponent({
   name: 'LineNormal',
   setup(props, ctx) {
   let state = reactive({
   lineNormalRef: null,
   chartObj: null,
   });
   
   onMounted(() => {
   state.chartObj = echarts.init(state.lineNormalRef);
   let options = {
   ...
   }
   state.chartObj && state.chartObj.setOption(option)
   })
   
   return {
   ...toRefs(state),
   }
   }
   });
   
   
   
   
   
   
   option setting see this link 
https://echarts.apache.org/examples/zh/editor.html?c=area-stack-gradient
   
   ### Current Behavior
   
   as the title
   
   "echarts": "^5.4.0",
   "vue": "^3.2.41",
   "vite": "^3.2.3"
   
   
   
   ### Expected Behavior
   
   line use tooltip which set trigger equal axis, wll work.
   
   ### Environment
   
   ```markdown
   - OS:
   -Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_
   


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] waterfan312 opened a new issue, #18033: [Bug] The line with tooltip which set trigger equal axis, won't work in echarts5.4.0+vue3.x+vite3.x, but trigger set item will

2022-12-07 Thread GitBox


waterfan312 opened a new issue, #18033:
URL: https://github.com/apache/echarts/issues/18033

   ### Version
   
   5.4.0
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   

   
   
   
// 按需引入 引入 ECharts 主模块
import  * as echarts from 'echarts/lib/echarts';
// 引入饼状图
import 'echarts/lib/chart/line';
// 引入提示框和标题组件
import 'echarts/lib/component/title';
import 'echarts/lib/component/grid';
import 'echarts/lib/component/legend'; 
import 'echarts/lib/component/tooltip'; 
import 'echarts/lib/component/dataZoom'; 

import {
defineComponent,
defineAsyncComponent,
reactive,
toRefs,
watch,
nextTick,
onMounted,
onUnmounted,
} from 'vue'

export default defineComponent({
name: 'LineNormal',
setup(props, ctx) {
let state = reactive({
lineNormalRef: null,
chartObj: null,
});

onMounted(() => {
state.chartObj = 
echarts.init(state.lineNormalRef);
let options = {
...
}
state.chartObj && 
state.chartObj.setOption(option)
})

return {
...toRefs(state),
}
}
});
   
   
   
   
   
   
   option setting see this link 
https://echarts.apache.org/examples/zh/editor.html?c=area-stack-gradient
   
   ### Current Behavior
   
   as the title
   
   "echarts": "^5.4.0",
   "vue": "^3.2.41",
   "vite": "^3.2.3"
   
   
   
   ### Expected Behavior
   
   line use tooltip which set trigger equal axis, wll work.
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org.apache.org

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] [echarts] xiaomeinvG closed issue #18030: [Feature ] minAngle When minAngle is set, it is hoped that the corresponding fan-shaped area will not be displayed when the data is 0

2022-12-07 Thread GitBox


xiaomeinvG closed issue #18030: [Feature ]  minAngle When minAngle is set, it 
is hoped that the corresponding fan-shaped area will not be displayed when the 
data is 0
URL: https://github.com/apache/echarts/issues/18030


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] xiaomeinvG commented on issue #18030: [Feature ] minAngle When minAngle is set, it is hoped that the corresponding fan-shaped area will not be displayed when the data is 0

2022-12-07 Thread GitBox


xiaomeinvG commented on issue #18030:
URL: https://github.com/apache/echarts/issues/18030#issuecomment-1340735384

   According to your suggestion, I got the solution, thank you very much


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] Ovilia commented on issue #18030: [Feature ] minAngle When minAngle is set, it is hoped that the corresponding fan-shaped area will not be displayed when the data is 0

2022-12-07 Thread GitBox


Ovilia commented on issue #18030:
URL: https://github.com/apache/echarts/issues/18030#issuecomment-1340699913

   @xiaomeinvG Where's your demo?


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] xiaomeinvG commented on issue #18030: [Feature ] minAngle When minAngle is set, it is hoped that the corresponding fan-shaped area will not be displayed when the data is 0

2022-12-07 Thread GitBox


xiaomeinvG commented on issue #18030:
URL: https://github.com/apache/echarts/issues/18030#issuecomment-1340692330

   @Ovilia  I am sorry i can't, You know, by request, I have to show 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.

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] Ovilia commented on issue #18030: [Feature ] minAngle When minAngle is set, it is hoped that the corresponding fan-shaped area will not be displayed when the data is 0

2022-12-07 Thread GitBox


Ovilia commented on issue #18030:
URL: https://github.com/apache/echarts/issues/18030#issuecomment-1340687981

   @xiaomeinvG Try this
   
   > You should replace zero data with `'-'`.
   
   


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] echarts-bot[bot] commented on issue #18030: [Feature ] minAngle When minAngle is set, it is hoped that the corresponding fan-shaped area will not be displayed when the data is 0

2022-12-07 Thread GitBox


echarts-bot[bot] commented on issue #18030:
URL: https://github.com/apache/echarts/issues/18030#issuecomment-1340687542

   @xiaomeinvG Please provide a demo for the issue either with [Official 
Editor](https://echarts.apache.org/examples/editor.html), 
[CodePen](https://codepen.io/Ovilia/pen/dyYWXWM), 
[CodeSandbox](https://codesandbox.io/s/echarts-basic-example-template-mpfz1s) 
or [JSFiddle](https://jsfiddle.net/plainheart/e46ozpqj/7/).


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] xiaomeinvG commented on issue #18030: [Feature ] minAngle When minAngle is set, it is hoped that the corresponding fan-shaped area will not be displayed when the data is 0

2022-12-07 Thread GitBox


xiaomeinvG commented on issue #18030:
URL: https://github.com/apache/echarts/issues/18030#issuecomment-1340683573

   https://user-images.githubusercontent.com/40682393/206146916-9e03491b-b429-4edf-8244-7244110ff050.png;>
   I mean in my project, 'legend' needs to be as shown in the picture, so I 
can't use '-', but I want to not show the fan area with 0 data
   @Ovilia 


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] Ovilia commented on issue #18030: [Feature ] minAngle When minAngle is set, it is hoped that the corresponding fan-shaped area will not be displayed when the data is 0

2022-12-07 Thread GitBox


Ovilia commented on issue #18030:
URL: https://github.com/apache/echarts/issues/18030#issuecomment-1340663649

   @xiaomeinvG Not sure what do you mean. Maybe you can provide a demo image.


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] xiaomeinvG commented on issue #18030: [Feature ] minAngle When minAngle is set, it is hoped that the corresponding fan-shaped area will not be displayed when the data is 0

2022-12-07 Thread GitBox


xiaomeinvG commented on issue #18030:
URL: https://github.com/apache/echarts/issues/18030#issuecomment-1340623774

   
   Do items with a value of "0" refer to rounded decimals? I remember that 
users can define the number of decimal places by themselves, can this solve the 
situation you mentioned?


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] plainheart commented on issue #18031: [错误]ipad5代出现更新系统为16.1.1后出现断线虚线问题

2022-12-07 Thread GitBox


plainheart commented on issue #18031:
URL: https://github.com/apache/echarts/issues/18031#issuecomment-1340607574

   注意请等上传完毕后再提交 issue,另外此类问题应最好提供简单、可复现的示例。


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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] [echarts] plainheart commented on issue #18030: [Feature ] minAngle When minAngle is set, it is hoped that the corresponding fan-shaped area will not be displayed when the data is 0

2022-12-07 Thread GitBox


plainheart commented on issue #18030:
URL: https://github.com/apache/echarts/issues/18030#issuecomment-1340603339

   After you do as @Ovilia suggested, the items with the value `0` will be 
invisible, so I think it's okay to use `'-'`.


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

To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org

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