This is an automated email from the ASF dual-hosted git repository.

plainheart pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git


    from 2683d6ab fix
     add 54c73b6a tweak version common mixin.
     add b4b36c7f support security warning common mixin.
     add 68bde9bf security: add security warnings for APIs (options) in doc.
     add 3aaa7890 Merge branch 'master' into security-related
     add 925072a5 Add example for html escaping.
     add 4069c33a Merge pull request #482 from apache/security-related
     add c54de324 Fix incorrect doc sample.
     add 7f9b29c6 security-warning: Make title consistent.
     add 20534f02 doc: add missing doc for sector.cornerRadius
     add 64157c52 Merge pull request #488 from apache/fix-sector
     add e2eda8e6 WIP(chord): doc
     add 70ebf07f doc: complete doc for chord
     add f01974b0 Merge pull request #489 from apache/feat-chord
     add 1615692f doc: fix some typos (#490)
     add 049dc088 build(deps): bump lodash-es from 4.17.21 to 4.17.23
     add 37b2fe83 Merge pull request #491 from 
apache/dependabot/npm_and_yarn/lodash-es-4.17.23
     add a876ac2d build(deps-dev): bump lodash from 4.17.21 to 4.17.23
     add 5b063b0e Merge pull request #492 from 
apache/dependabot/npm_and_yarn/lodash-4.17.23
     add 8fff9522 dos: fix the description of invisible
     add c32fe48f Merge pull request #495 from PanStar/fix-docs
     add 0e4eb345 build(deps-dev): bump webpack from 5.101.0 to 5.105.0
     add c60bbce8 Merge pull request #494 from 
apache/dependabot/npm_and_yarn/webpack-5.105.0
     add 72d0ff21 fix doc for default candlestick colors of increase/decrease 
(resolves apache/echarts#21522)
     add 6e2cb143 build(deps-dev): bump minimatch from 9.0.5 to 9.0.9
     add 79c67af1 Merge pull request #496 from 
apache/dependabot/npm_and_yarn/minimatch-9.0.9
     add 122717a4 build(deps): bump serialize-javascript and 
terser-webpack-plugin
     add bffe9f2f Merge pull request #498 from 
apache/dependabot/npm_and_yarn/multi-5660a182de
     add 8f1ccf49 refine doc for stack and extract stack doc part (fix #493)
     add 26c685e1 build(deps-dev): bump picomatch from 2.3.1 to 2.3.2
     add 9b4c1265 Merge pull request #499 from 
apache/dependabot/npm_and_yarn/picomatch-2.3.2
     add 99c6d67c build(deps): bump lodash-es from 4.17.23 to 4.18.1
     add 6ef8a13e Merge pull request #501 from 
apache/dependabot/npm_and_yarn/lodash-es-4.18.1
     add b687b73a feat: add llms.txt and LLM-friendly markdown docs generation
     add 3bf7a840 add link resolution
     add 14bfa8b7 refactor build-llms.js
     add 97349943 improve link resolution, refactor build-llms.js
     add 8d32be06 fix globby compatibility in Windows & tweak zh section labels 
& update turndown dep
     add eca32052 Merge pull request #497 from takaebato/add-llms-txt
     add a028cd0b build(deps-dev): bump lodash from 4.17.23 to 4.18.1
     add b1f9dd38 Merge pull request #503 from 
apache/dependabot/npm_and_yarn/lodash-4.18.1
     add 1f1fd54a replace tutorial section with handbook link
     add 10e94c8d Merge pull request #504 from takaebato/fix-tutorial-link
     add cc0e1efd docs(tree): clarify emptyCircle itemStyle behavior
     add 8cb14094 Merge pull request #506 from 
apache/codex/fix-tree-emptycircle-docs
     add 1faf0c27 doc(candlestick): add doc for remap OHLC to OCLH (fix 
apache/echarts#21602)
     add c77766ab fix(tooltip): fix default value for `tooltip.enterable` 
option and tweak the description. closes #508
     add 6c477ebe build(deps-dev): bump fast-uri from 3.0.6 to 3.1.2
     add 3de744eb Merge pull request #509 from 
apache/dependabot/npm_and_yarn/fast-uri-3.1.2
     add 0e5914ad build(deps-dev): bump @babel/plugin-transform-modules-systemjs
     add 63929435 Merge pull request #510 from 
apache/dependabot/npm_and_yarn/babel/plugin-transform-modules-systemjs-7.29.4
     add fa50c490 fix expressions.
     add 6616c5cd Add changelog.
     add 24cf98b1 (1) Add containShape doc. (2) Supplement stack doc.
     new ed645b6c Merge master into dev

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.


Summary of changes:
 .gitignore                            |   4 +
 README.md                             |  28 ++
 build/build-doc.js                    |   9 +
 build/build-llms.js                   | 380 ++++++++++++++++++
 en/api/version.md                     |   2 +
 en/changelog.md                       |  73 ++++
 en/option-gl/partial/stack.md         |  44 +++
 en/option-gl/partial/version.md       |   2 +
 en/option-gl/series/bar3D.md          |  21 +-
 en/option/component/axis-common.md    |  17 +
 en/option/component/data-zoom.md      |   8 +-
 en/option/component/geo-common.md     |   6 +-
 en/option/component/graphic.md        |   2 +-
 en/option/component/title.md          |   8 +
 en/option/component/toolbox.md        |  43 ++-
 en/option/component/tooltip.md        |   4 +-
 en/option/option.md                   |   1 +
 en/option/partial/security-warning.md |  13 +
 en/option/partial/stack.md            | 100 +++++
 en/option/partial/tooltip-common.md   |  39 +-
 en/option/partial/version.md          |   2 +
 en/option/partial/view-coord-sys.md   |   4 +-
 en/option/partial/zr-graphic.md       |  12 +-
 en/option/series/bar.md               |  35 +-
 en/option/series/candlestick.md       |  45 ++-
 en/option/series/chord.md             | 251 ++++++++++++
 en/option/series/line.md              |  39 +-
 en/option/series/sunburst.md          |   2 +
 en/option/series/tree.md              |  12 +-
 en/option/series/treemap.md           |   2 +
 en/tutorial/custom-series.md          |   2 +-
 package-lock.json                     | 706 +++++++++++++++++-----------------
 package.json                          |   8 +-
 src/style/mixin.scss                  |  18 +
 zh/api/version.md                     |   2 +
 zh/changelog.md                       |  77 +++-
 zh/option-gl/partial/stack.md         |  44 +++
 zh/option-gl/partial/version.md       |   2 +
 zh/option-gl/series/bar3D.md          |  20 +-
 zh/option/component/axis-common.md    |  18 +
 zh/option/component/geo-common.md     |   6 +-
 zh/option/component/graphic.md        |   2 +-
 zh/option/component/title.md          |   8 +
 zh/option/component/toolbox.md        |  42 +-
 zh/option/component/tooltip.md        |   2 +-
 zh/option/option.md                   |   1 +
 zh/option/partial/security-warning.md |  12 +
 zh/option/partial/stack.md            | 100 +++++
 zh/option/partial/tooltip-common.md   |  37 +-
 zh/option/partial/version.md          |   2 +
 zh/option/partial/view-coord-sys.md   |   2 +-
 zh/option/partial/zr-graphic.md       |  12 +-
 zh/option/series/bar.md               |  33 +-
 zh/option/series/candlestick.md       |  30 +-
 zh/option/series/chord.md             | 252 ++++++++++++
 zh/option/series/line.md              |  37 +-
 zh/option/series/sunburst.md          |   2 +
 zh/option/series/tree.md              |  12 +-
 zh/option/series/treemap.md           |   2 +
 59 files changed, 2108 insertions(+), 591 deletions(-)
 create mode 100644 build/build-llms.js
 create mode 100644 en/option-gl/partial/stack.md
 create mode 100644 en/option/partial/security-warning.md
 create mode 100644 en/option/partial/stack.md
 create mode 100644 en/option/series/chord.md
 create mode 100644 zh/option-gl/partial/stack.md
 create mode 100644 zh/option/partial/security-warning.md
 create mode 100644 zh/option/partial/stack.md
 create mode 100644 zh/option/series/chord.md


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to