[PR] Update dataset.md to use 0-based indexing for datasetIndex [echarts-handbook]

2023-10-04 Thread via GitHub


simonmcconnell opened a new pull request, #99:
URL: https://github.com/apache/echarts-handbook/pull/99

   conflicts with these docs: 
https://echarts.apache.org/en/tutorial.html#Data%20Transform


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



Re: [I] echarts toolbox.feature.dataZoom How to change the background color of the boxed area [echarts]

2023-10-04 Thread via GitHub


noxidsoft commented on issue #12739:
URL: https://github.com/apache/echarts/issues/12739#issuecomment-1748010640

   None of these are working, is there a better example of end-use available?
   ```
   toolbox: {
   feature: {
   dataZoom: {
   yAxisIndex: 'none',
   brushStyle: {
   color: '#379351',
   borderType: 'solid',
   borderWidth: 1,
   borderColor: '#379351',
   shadowColor: '#379351'
   }
   },
   ...
   ```


-- 
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/postcss-8.4.31 created (now 52d72179)

2023-10-04 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/postcss-8.4.31
in repository https://gitbox.apache.org/repos/asf/echarts-www.git


  at 52d72179 chore(deps-dev): bump postcss from 7.0.39 to 8.4.31

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



[PR] chore(deps-dev): bump postcss from 7.0.39 to 8.4.31 [echarts-www]

2023-10-04 Thread via GitHub


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

   Bumps [postcss](https://github.com/postcss/postcss) from 7.0.39 to 8.4.31.
   
   Release notes
   Sourced from https://github.com/postcss/postcss/releases";>postcss's 
releases.
   
   8.4.31
   
   Fixed \r parsing to fix CVE-2023-44270.
   
   8.4.30
   
   Improved source map performance (by https://github.com/romainmenke";>@​romainmenke).
   
   8.4.29
   
   Fixed Node#source.offset (by https://github.com/idoros";>@​idoros).
   Fixed docs (by https://github.com/coliff";>@​coliff).
   
   8.4.28
   
   Fixed Root.source.end for better source map (by https://github.com/romainmenke";>@​romainmenke).
   Fixed Result.root types when process() has no 
parser.
   
   8.4.27
   
   Fixed Container clone methods types.
   
   8.4.26
   
   Fixed clone methods types.
   
   8.4.25
   
   Improve stringify performance (by https://github.com/romainmenke";>@​romainmenke).
   Fixed docs (by https://github.com/vikaskaliramna07";>@​vikaskaliramna07).
   
   8.4.24
   
   Fixed Plugin types.
   
   8.4.23
   
   Fixed warnings in TypeDoc.
   
   8.4.22
   
   Fixed TypeScript support with node16 (by https://github.com/remcohaszing";>@​remcohaszing).
   
   8.4.21
   
   Fixed Input#error types (by https://github.com/hudochenkov";>@​hudochenkov).
   
   8.4.20
   
   Fixed source map generation for childless at-rules like 
@layer.
   
   8.4.19
   
   Fixed whitespace preserving after AST transformations (by https://github.com/romainmenke";>@​romainmenke).
   
   8.4.18
   
   Fixed an error on absolute: true with empty 
sourceContent (by https://github.com/KingSora";>@​KingSora).
   
   8.4.17
   
   Fixed Node.before() unexpected behavior (by https://github.com/romainmenke";>@​romainmenke).
   Added TOC to docs (by https://github.com/muddv";>@​muddv).
   
   8.4.16
   
   
   ... (truncated)
   
   
   Changelog
   Sourced from https://github.com/postcss/postcss/blob/main/CHANGELOG.md";>postcss's 
changelog.
   
   8.4.31
   
   Fixed \r parsing to fix CVE-2023-44270.
   
   8.4.30
   
   Improved source map performance (by Romain Menke).
   
   8.4.29
   
   Fixed Node#source.offset (by Ido Rosenthal).
   Fixed docs (by Christian Oliff).
   
   8.4.28
   
   Fixed Root.source.end for better source map (by Romain 
Menke).
   Fixed Result.root types when process() has no 
parser.
   
   8.4.27
   
   Fixed Container clone methods types.
   
   8.4.26
   
   Fixed clone methods types.
   
   8.4.25
   
   Improve stringify performance (by Romain Menke).
   Fixed docs (by https://github.com/vikaskaliramna07";>@​vikaskaliramna07).
   
   8.4.24
   
   Fixed Plugin types.
   
   8.4.23
   
   Fixed warnings in TypeDoc.
   
   8.4.22
   
   Fixed TypeScript support with node16 (by Remco 
Haszing).
   
   8.4.21
   
   Fixed Input#error types (by Aleks Hudochenkov).
   
   8.4.20
   
   Fixed source map generation for childless at-rules like 
@layer.
   
   8.4.19
   
   Fixed whitespace preserving after AST transformations (by Romain 
Menke).
   
   8.4.18
   
   Fixed an error on absolute: true with empty 
sourceContent (by Rene Haas).
   
   8.4.17
   
   Fixed Node.before() unexpected behavior (by Romain 
Menke).
   Added TOC to docs (by Mikhail Dedov).
   
   8.4.16
   
   
   ... (truncated)
   
   
   Commits
   
   https://github.com/postcss/postcss/commit/90208de8805dd762596c0028b8637ffbed23e371";>90208de
 Release 8.4.31 version
   https://github.com/postcss/postcss/commit/58cc860b4c1707510c9cd1bc1fa30b423a9ad6c5";>58cc860
 Fix carrier return parsing
   https://github.com/postcss/postcss/commit/4fff8e4cdc237619df1d73a444c0a8329701c1e2";>4fff8e4
 Improve pnpm test output
   https://github.com/postcss/postcss/commit/cd43ed123274a92ebc13a1e8cccf1d65b8198f84";>cd43ed1
 Update dependencies
   https://github.com/postcss/postcss/commit/caa916bdcbf66c51321574e2dde112ab13e8b306";>caa916b
 Update dependencies
   https://github.com/postcss/postcss/commit/8972f76923e921a3c9655822382039b31b1c8e1a";>8972f76
 Typo
   https://github.com/postcss/postcss/commit/11a5286f781d2a637f2c545c5e9cd661055acaab";>11a5286
 Typo
   https://github.com/postcss/postcss/commit/45c55017776fc61f7815d1ea8e92d5291ca5d6c8";>45c5501
 Release 8.4.30 version
   https://github.com/postcss/postcss/commit/bc3c341f589f9c15f1b56838a33d908374e537e0";>bc3c341
 Update linter
   https://github.com/postcss/postcss/commit/b2be58a2eb788d12474ee1335f8ecdb9fa6225aa";>b2be58a
 Merge pull request https://redirect.github.com/postcss/postcss/issues/1881";>#1881 from 
romainmenke/improve-sourcemap-performance--phil...
   Additional commits viewable in https://github.com/postcss/postcss/compare/7.0.39...8.4.31";>compare 
view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postcss&package-manager=npm_and_yarn&previous-version=7.0.39&new-version=8.4.31)](https://docs.github.com/en

Re: [I] 何时提供K线图log对数坐标支持? [echarts]

2023-10-04 Thread via GitHub


github-actions[bot] closed issue #15783: 何时提供K线图log对数坐标支持?
URL: https://github.com/apache/echarts/issues/15783


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



Re: [I] 何时提供K线图log对数坐标支持? [echarts]

2023-10-04 Thread via GitHub


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

   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



Re: [I] [Bug] warning z / z2 / zlevel of displayable is invalid, which may cause unexpected errors [echarts]

2023-10-04 Thread via GitHub


dikokkali commented on issue #16983:
URL: https://github.com/apache/echarts/issues/16983#issuecomment-1747273942

   I have noticed that this error also gets triggered by the 'gauge' type 
series. I have not defined a tooltip, and have tried defining the tooltip as 
'none'. Setting the z/zlevel properties in the series option doesn't work. 
   
   I have managed to isolate the issue to the 'progress' option of the chart; 
commenting it out seems to make the warning disappear, but this is not 
desirable.
   
   Running version 5.4.2, by the way.


-- 
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-doc] branch dependabot/npm_and_yarn/editor/postcss-and-quasar/app-8.4.31 deleted (was 2e99dee3)

2023-10-04 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/postcss-and-quasar/app-8.4.31
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git


 was 2e99dee3 chore(deps): bump postcss and @quasar/app in /editor

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.


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



Re: [PR] chore(deps): bump postcss and @quasar/app in /editor [echarts-doc]

2023-10-04 Thread via GitHub


dependabot[bot] commented on PR #363:
URL: https://github.com/apache/echarts-doc/pull/363#issuecomment-1746480418

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


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



Re: [PR] chore(deps): bump postcss and @quasar/app in /editor [echarts-doc]

2023-10-04 Thread via GitHub


plainheart closed pull request #363: chore(deps): bump postcss and @quasar/app 
in /editor
URL: https://github.com/apache/echarts-doc/pull/363


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