[GitHub] [echarts] Liang-Ben commented on issue #17605: [Feature] 多个图表时 如何配置可以 让一个图标触发tooltip时 trigger 其他图标也跟着触发

2022-09-12 Thread GitBox


Liang-Ben commented on issue #17605:
URL: https://github.com/apache/echarts/issues/17605#issuecomment-1244860664

   可以在图表的tooltip中用dispatchAction type:showTip来控制其他图表的tooltip显示


-- 
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] ltinerary commented on issue #9350: geojson GeometryCollection doesn't work

2022-09-12 Thread GitBox


ltinerary commented on issue #9350:
URL: https://github.com/apache/echarts/issues/9350#issuecomment-1244809816

   Does It fixed? echarts version:5.3.3


-- 
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 #17642: [Bug] 关系图,环形,当节点为四个时,中间的连线曲率失效,都变成直线重叠在一起

2022-09-12 Thread GitBox


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

   @cyrna 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 relationship graph, ring, when there are four nodes, the curvature 
of the connection in the middle fails, and they all become straight lines and 
overlap each other
   


-- 
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] cyrna opened a new issue, #17642: [Bug] 关系图,环形,当节点为四个时,中间的连线曲率失效,都变成直线重叠在一起

2022-09-12 Thread GitBox


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

   ### Version
   
   5.3.3
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   option = {
  ...
   series: [
 {
   type: 'graph',
   layout: 'circular', 
  },
   autoCurveness: 256,
   data: [
   {
 name: 'Node 1',
   },
   {
 name: 'Node 2',
   },
   {
 name: 'Node 3',
   },
   {
 name: 'Node 4',
   }
 ],  //数据任意只要是四个节点
   links:[
   {
 source: 0,
 target: 1,

 label: {
   show: true
 },
 
   },
   {
 source: 'Node 2',
 target: 'Node 1',
 label: {
   show: true
 },

   },
   {
 source: 'Node 1',
 target: 'Node 3',
 label: {
   show: true
 },
 
   },
{
 source: 'Node 3',
 target: 'Node 1',
  label: {
   show: true
 },
 
   },
   {
 source: 'Node 2',
 target: 'Node 3'
   },
{
 source: 'Node 2',
 target: 'Node 3'
   },
   {
 source: 'Node 2',
 target: 'Node 4',
  label: {
   show: true
 },
   },
{
 source: 'Node 4',
 target: 'Node 2',
  label: {
   show: true
 },
   },
   {
 source: 'Node 1',
 target: 'Node 4',
  label: {
   show: true
 },
   },
   {
 source: 'Node 4',
 target: 'Node 1'
   }
 ],  //每个节点之间多条关系连线
   ]
   
 }
   
   ### Current Behavior
   
   
![1663032947130](https://user-images.githubusercontent.com/31532027/189788076-a14f253d-0f34-4507-be58-f4404caaec65.png)
   
   
   ### Expected Behavior
   
   中间的线也是正常的曲率,这种情况在其他个数的节点中均未发现,只有四个不行
   
   ### Environment
   
   ```markdown
   - OS:win10
   - Browser:chrome
   - Framework:Vue@3
   ```
   
   
   ### 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



[echarts-examples] 04/04: fix: tweak readme and add some build commands into package.json.

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

sushuang pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git

commit a5f0dd47e73bdcb6fc3e1d95163df9730317e41c
Author: 100pah 
AuthorDate: Tue Sep 13 02:31:26 2022 +0800

fix: tweak readme and add some build commands into package.json.
---
 .gitignore   |  3 ++-
 README.md| 13 +
 package.json |  2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 158ffaee..15d78737 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,4 +20,5 @@ public/vendors/echarts/map/raw
 /e2e/node_modules
 
 tmp
-.webm
\ No newline at end of file
+.webm
+result.log
diff --git a/README.md b/README.md
index 7d84a7ee..1af09024 100644
--- a/README.md
+++ b/README.md
@@ -150,9 +150,9 @@ Note: the commands below will execute `npm install` in 
these local directories.
 
 ```shell
 # run e2e using local dependent repos and webpack.
-npm run test:e2e:local
+npm run test:e2e:local > result.log 2>&1
 # run e2e using local dependent repos and esbuild, which is much faster.
-npm run test:e2e:esbuild:local
+npm run test:e2e:esbuild:local > result.log 2>&1
 ```
 
 ### Run e2e test using remote dependent repos
@@ -161,11 +161,16 @@ Note: the commands below will download the repos listed 
in `echarts-examples/e2e
 
 ```shell
 # run e2e using remote dependent repos and webpack.
-npm run test:e2e
+npm run test:e2e > result.log 2>&1
 # run e2e using remote dependent repos and esbuild, which is much faster.
-npm run test:e2e:esbuild
+npm run test:e2e:esbuild > result.log 2>&1
 ```
 
+### Check the test result
+The test result is in:
++ the `result.log`
++ `echarts-examples/e2e/report.html`, the file should be opened in your own 
local http server.
+
 ### Run partial tests.
 
 > Note: This can only be used when you run the whole e2e test at least once.
diff --git a/package.json b/package.json
index f58ae57d..3aee8af4 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
 "release": "npm run compile:example && npm run build && node 
build/copyResource.js --env asf",
 "dev": "npx concurrently --kill-others \"npm:watch\" \"npm:server\"",
 "build:example": "npm run compile:example && node tool/build-example.js && 
node tool/build-example.js --gl",
-"build:examplelist": "npm run compile:example && node 
tool/build-example.js --no-thumb",
+"build:examplelist": "npm run compile:example && node 
tool/build-example.js --no-thumb && node tool/build-example.js --no-thumb --gl",
 "compile:example": "node tool/compile-example.js",
 "test:e2e": "node e2e/main.js --bundler webpack -m",
 "test:e2e:local": "node e2e/main.js --bundler webpack -m --local",


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



[echarts-examples] 01/04: fix: fix ts type.

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

sushuang pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git

commit 621ce6c20414f2b28cf6d374f9c25a0bf728c643
Author: 100pah 
AuthorDate: Sat Sep 10 16:56:43 2022 +0800

fix: fix ts type.
---
 public/examples/ts/mix-line-bar.ts | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/public/examples/ts/mix-line-bar.ts 
b/public/examples/ts/mix-line-bar.ts
index 423c33fa..9bb8f3dc 100644
--- a/public/examples/ts/mix-line-bar.ts
+++ b/public/examples/ts/mix-line-bar.ts
@@ -62,8 +62,8 @@ option = {
   name: 'Evaporation',
   type: 'bar',
   tooltip: {
-valueFormatter: function (value: number) {
-  return value + ' ml';
+valueFormatter: function (value) {
+  return value as number + ' ml';
 }
   },
   data: [
@@ -74,8 +74,8 @@ option = {
   name: 'Precipitation',
   type: 'bar',
   tooltip: {
-valueFormatter: function (value: number) {
-  return value + ' ml';
+valueFormatter: function (value) {
+  return value as number + ' ml';
 }
   },
   data: [
@@ -87,8 +87,8 @@ option = {
   type: 'line',
   yAxisIndex: 1,
   tooltip: {
-valueFormatter: function (value: number) {
-  return value + ' °C';
+valueFormatter: function (value) {
+  return value as number + ' °C';
 }
   },
   data: [2.0, 2.2, 3.3, 4.5, 6.3, 10.2, 20.3, 23.4, 23.0, 16.5, 12.0, 6.2]


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



[echarts-examples] 02/04: fix: make the build guide clear in README.md

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

sushuang pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git

commit bda4d6aa756e35d53afa35cb35e09eea01e19569
Author: 100pah 
AuthorDate: Tue Sep 13 01:45:08 2022 +0800

fix: make the build guide clear in README.md
---
 README.md | 139 --
 1 file changed, 80 insertions(+), 59 deletions(-)

diff --git a/README.md b/README.md
index d2c73149..7d84a7ee 100644
--- a/README.md
+++ b/README.md
@@ -6,26 +6,10 @@
 npm install
 ```
 
-## Dev
 
-```shell
-npm run dev
-```
-
-## Release
-
-```shell
-npm run release
-```
+## Edit examples
 
-It will copy all the build resources to echarts-website/next/examples
-
-## Use local echarts build
-
-1. Update the URL of localEChartsMinJS in `common/config.js`
-2. Add `local=1` in URL. For example: `editor.html?c=area-basic=1`
-
-## Edit example
+### How
 
 All test cases are in the `public/examples/ts` folder. The comment in the 
header
 
@@ -58,9 +42,9 @@ Most of examples are written in `TypeScript`. You need to 
comile it to `JavaScri
 npm run compile:example
 ```
 
-## Some built-in features available in examples
+### Some built-in features available in examples
 
-### Import third-party library
+ Import third-party library
 
 For example:
 
@@ -75,37 +59,37 @@ $.when(
 });
 ```
 
-### Controller panel
+ Controller panel
 
 Use this code to enable controller panel for a example:
 
 ```js
 app.config = {
-aNameForTheSelectWidget: 'This is the initial value'
-aNameForTheRangeWidget: 45,
-aNameForTheButtonWidget: function () {
-// Do something.
-},
-onChange: function () {
-// Do something.
-}
+  aNameForTheSelectWidget: 'This is the initial value'
+  aNameForTheRangeWidget: 45,
+  aNameForTheButtonWidget: function () {
+// Do something.
+  },
+  onChange: function () {
+// Do something.
+  }
 };
 app.configParameters = {
-aNameForTheSelectWidget: {
-options: [
-'This is the initial value',
-'This is another value',
-'This is the third value'
-]
-},
-aNameForTheRangeWidget: {
-min: -90,
-max: 90
-}
+  aNameForTheSelectWidget: {
+options: [
+  'This is the initial value',
+  'This is another value',
+  'This is the third value'
+]
+  },
+  aNameForTheRangeWidget: {
+min: -90,
+max: 90
+  }
 };
 ```
 
-### Resize
+ Resize
 
 ```js
 app.onresize = function () {
@@ -113,57 +97,76 @@ app.onresize = function () {
 };
 ```
 
-### Get width and height of the chart area
+ Get width and height of the chart area
 
 ```js
 var width = myChart.getWidth();
 var height = myChart.getHeight();
 ```
 
-## Update example snapshots
 
-```shell
-npm run build:example
-```
+## View and edit echarts-examples website
 
-Only for default theme
+### Dev and view examples in website
 
 ```shell
-node tool/build-example.js -t default
+npm run dev
 ```
 
+### Use local echarts build
+
+1. Update the URL of `localEChartsDir` & `localEChartsGLJS` in 
`src/common/config.js`
+2. Add `local=1` in URL. For example:
+  + `editor.html?c=area-basic=1`
+
+
 ## Run e2e tests.
 
 Run all the examples to test package publishing and install, module importing, 
minimal bundling and DTS correctness.
 
-Before run the tests. you need to update the examples.
+Before run the tests. you need to update the examples list.
 
 ```shell
-npm run build:example
+npm run build:examplelist
 ```
 
-Then run the tests.
+If puppeteer has not been installed:
+```shell
+npm i puppeteer
+```
 
+If you want to save the log:
 ```shell
-npm run test:e2e
+exe_something > 1.log 2>&1
 ```
 
-You can change the testing branch or local dir, which is available when add 
`--local` in `e2e/config.js`
+### Run e2e test using local dependent repos
 
-If you want to test with esbuild bundler. Which is much faster.
+If you are testing a new version of echarts or zrender, which are not released 
in github yet, you need run e2e test with local dependent repos.
+
+Firstly, make sure the dependent repos listed in `dir` attributes in 
`echarts-examples/e2e/config.js` existing and having release built.
+
+Note: the commands below will execute `npm install` in these local directories.
 
 ```shell
-npm run test:e2e:esbuild
+# run e2e using local dependent repos and webpack.
+npm run test:e2e:local
+# run e2e using local dependent repos and esbuild, which is much faster.
+npm run test:e2e:esbuild:local
 ```
 
-If you want use the packages in your local folder which is still in 
developing. Please update the `dir` path in `test/config.js` for all packages 
first. Then run the script directly with `--local` arg.
+### Run e2e test using remote dependent repos
+
+Note: the commands below will download the repos listed in 
`echarts-examples/e2e/config.js` to a temporary folder.
 
 ```shell
-node e2e/main.js 

[echarts-examples] branch gh-pages updated (16b6c9de -> a5f0dd47)

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

sushuang pushed a change to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


from 16b6c9de chore: add .asf.yaml
 new 621ce6c2 fix: fix ts type.
 new bda4d6aa fix: make the build guide clear in README.md
 new b5cfaaee fix: (1). add back the e2e/package.json, otherwise the 
dependent packages will be installed into echarts-examples/node_modules. And 
make some process to prevent it from committing modifications. (2). Fix some 
dependency install (of zrender, which is the dependency of echarts and 
echarts-gl).
 new a5f0dd47 fix: tweak readme and add some build commands into 
package.json.

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


Summary of changes:
 .gitignore |   5 +-
 README.md  | 144 ++---
 e2e/main.js|  98 ++---
 e2e/package.tpl.json   |  12 
 package.json   |   2 +-
 public/examples/ts/mix-line-bar.ts |  12 ++--
 6 files changed, 179 insertions(+), 94 deletions(-)
 create mode 100644 e2e/package.tpl.json


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



[echarts-examples] 03/04: fix: (1). add back the e2e/package.json, otherwise the dependent packages will be installed into echarts-examples/node_modules. And make some process to prevent it from commi

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

sushuang pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git

commit b5cfaaeee9aaac4a3c03f02ebe87009300258067
Author: 100pah 
AuthorDate: Tue Sep 13 01:49:01 2022 +0800

fix:
(1). add back the e2e/package.json, otherwise the dependent packages will 
be installed into echarts-examples/node_modules. And make some process to 
prevent it from committing modifications.
(2). Fix some dependency install (of zrender, which is the dependency of 
echarts and echarts-gl).
---
 .gitignore   |  2 ++
 e2e/main.js  | 98 +---
 e2e/package.tpl.json | 12 +++
 3 files changed, 85 insertions(+), 27 deletions(-)

diff --git a/.gitignore b/.gitignore
index 5e01c252..158ffaee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,8 @@ public/vendors/echarts/map/raw
 /public/data-gl/option
 /public/examples/js
 /e2e/package-lock.json
+/e2e/package.json
+/e2e/node_modules
 
 tmp
 .webm
\ No newline at end of file
diff --git a/e2e/main.js b/e2e/main.js
index 2d114367..cb8de9a5 100644
--- a/e2e/main.js
+++ b/e2e/main.js
@@ -129,6 +129,10 @@ async function prepare() {
   fse.removeSync(REPO_DIR);
   fse.removeSync(PACKAGE_DIR);
 
+  fse.removeSync(nodePath.join(__dirname, 'package.json'));
+  fse.removeSync(nodePath.join(__dirname, 'package-lock.json'));
+  fse.copySync(nodePath.join(__dirname, 'package.tpl.json'), 
nodePath.join(__dirname, 'package.json'));
+
   fse.ensureDirSync(TMP_DIR);
   fse.ensureDirSync(RUN_CODE_DIR);
   fse.ensureDirSync(BUNDLE_DIR);
@@ -175,45 +179,82 @@ async function installPackages(config) {
 
 shell.cd(pkg.dir);
 
-const packageJson = JSON.parse(
-  fs.readFileSync(nodePath.join(pkg.dir, 'package.json'))
-);
+const packageJsonPath = nodePath.join(pkg.dir, 'package.json');
+const packageJsonRaw = fs.readFileSync(packageJsonPath, {encoding: 
'utf-8'});
+const packageJson = JSON.parse(packageJsonRaw);
 const tgzFileName = `${packageJson.name}-${packageJson.version}.tgz`;
 const targetTgzFilePath = nodePath.join(PACKAGE_DIR, tgzFileName);
+let needModifyPackageJSON = false;
+
+function doesConfigIncludesDepPkg(depPkgName) {
+  return !!config.packages.find((a) => a.name === depPkgName)
+}
 
 if (packageJson.dependencies) {
   for (let depPkgName in packageJson.dependencies) {
-const depPkg = config.packages.find((a) => a.name === depPkgName);
-if (depPkg && !publishedPackages[depPkgName]) {
-  publishPackage(depPkg);
-  // Come back.
-  shell.cd(pkg.dir);
+if (!doesConfigIncludesDepPkg(depPkgName) || 
publishedPackages[depPkgName]) {
+  continue;
 }
+publishPackage(depPkg);
+// Come back.
+shell.cd(pkg.dir);
+  }
 
-shell.exec(`npm install`);
+  if (shell.exec(`npm install`).code !== 0) {
+console.error(`shell fail: npm install in ${pkg.dir}`);
+process.exit(1);
+  }
 
-if (depPkg) {
-  console.log(
-chalk.gray(
-  `Installing dependency ${depPkgName} from 
"${publishedPackages[depPkgName]}" ...`
-)
-  );
-  shell.exec(`npm install ${publishedPackages[depPkgName]} --no-save`);
-  console.log(chalk.gray(`Install dependency ${depPkgName} done.`));
+  for (let depPkgName in packageJson.dependencies) {
+if (!doesConfigIncludesDepPkg(depPkgName)) {
+  continue;
 }
+console.log(
+  chalk.gray(
+`Installing dependency ${depPkgName} from 
"${publishedPackages[depPkgName].targetTgzFilePath}" ...`
+  )
+);
+if (shell.exec(`npm install 
${publishedPackages[depPkgName].targetTgzFilePath}`).code !== 0) {
+  console.error(`shell fail: npm install 
${publishedPackages[depPkgName].targetTgzFilePath}`);
+  process.exit(1);
+}
+// After the npm install above, the package.json will be modifiedt to 
like:
+// "dependencies": ["zredner": 
"file:../echarts-examples/e2e/tmp/packages/zrender-5.3.2.tgz"]
+// which is a relative path and not correct if the tgz is copied to 
another place in
+// the latter process.
+// If we use --no-save, the latter npm install by tgz may not use the 
version of zrender that
+// config.js specified.
+// So we modifiy the version mandatorily to the version that config.js 
specified.
+// In the latter npm install by tgz, the zrender will be installed 
firstly. And when echarts
+// is installing, it found the right version of zrender has been 
installed, and do not install
+// zrender separately.
+needModifyPackageJSON = true;
+packageJson.dependencies[depPkgName] = 
publishedPackages[depPkgName].version;
+console.log(chalk.gray(`Install 

[GitHub] [echarts] Gusis93 commented on issue #17225: [Bug] Adaptive width/height of legend container

2022-09-12 Thread GitBox


Gusis93 commented on issue #17225:
URL: https://github.com/apache/echarts/issues/17225#issuecomment-1243914753

   > We would like to improve this, but it's not very clear yet how to be 
adaptive automatically. For example, like the case above, what is expected? A 
smaller size of pie series? Yes, the legend can go a little downside, but it 
will probably still intersect with the pie. Any idea?
   
   I think what should happen in this situation is that the container grows 
instead of anything else getting smaller and position the legend in that space


-- 
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] StimioAnthonyLeRoy commented on issue #17023: [Bug] Too many splitlines on time axis

2022-09-12 Thread GitBox


StimioAnthonyLeRoy commented on issue #17023:
URL: https://github.com/apache/echarts/issues/17023#issuecomment-1243825322

   
![image](https://user-images.githubusercontent.com/112100137/189679827-50bbcd0b-452b-4315-80f5-8c7b1b26eb07.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.

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] StimioAnthonyLeRoy commented on issue #17023: [Bug] Too many splitlines on time axis

2022-09-12 Thread GitBox


StimioAnthonyLeRoy commented on issue #17023:
URL: https://github.com/apache/echarts/issues/17023#issuecomment-1243811509

   What do you put to see only days and to not see the months ?


-- 
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] mortenamby commented on issue #13839: Is there a better way of handling data groupings (Hierarchical Data) and centering their category labels on xAxis

2022-09-12 Thread GitBox


mortenamby commented on issue #13839:
URL: https://github.com/apache/echarts/issues/13839#issuecomment-1243615236

   @DavidMarquezF 
   I didn't manage to find a solution myself. I worked around it by choosing a 
different chart design, so it is not really relevant to me anymore, but it may 
still be to others as I think the gap is an issue if you have many empty bars 
that will never get data which was the issue I was facing.
   
   But nice to see that you found a way to do it :D


-- 
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] Eloyts97 commented on issue #17618: [Feature] How to increase the gap between y-axis Ticks in case of large no. of values on y Axis ?

2022-09-12 Thread GitBox


Eloyts97 commented on issue #17618:
URL: https://github.com/apache/echarts/issues/17618#issuecomment-1243581348

   I made a function that receives the labels to be displayed on the axis and 
obtained the space occupied by the label according to its position, font and 
font size


-- 
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] RahulVishK commented on issue #17391: [Bug] Unable to distinguish the disabled legend in the dark mode

2022-09-12 Thread GitBox


RahulVishK commented on issue #17391:
URL: https://github.com/apache/echarts/issues/17391#issuecomment-1243348476

   Hi, This is something we are also looking for the solution. Any suggestions/ 
workaround in this regard would be much appreciated.


-- 
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] RavalikaP commented on issue #17350: [Bug] Series symbol rotation is not respected in legends

2022-09-12 Thread GitBox


RavalikaP commented on issue #17350:
URL: https://github.com/apache/echarts/issues/17350#issuecomment-1243342300

   Hi, This is something we are also looking for the solution. Can I get the 
status or any suggestions/ workaround in this regard would be much appreciated.


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