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 a2fd4200 feat: remove the last output before compile:example, 
otherwise the removed example will remain, and cause a incorrect build:example.
     add b1a5b739 infra: Suport internal API `retrieveViewCoordSysRects` in 
example.
     add 9ea7b6a9 infra: Rename meta prop `ignore` to `excludeFromGallery` for 
self-explanatory.
     add eaff1c91 infra: Only remove the first JS comment block (treated as 
metadata).
     add 667970d8 infra: Add version since in editor page, and tweak version 
since in gallery page.
     add f2e66f25 infra: (1) Rename 'excludeFromGallery' to 'noExplore'. (2) 
Support metadata in doc-example/xxx .
     add 5299dded Add example.
     add afe44a9b (1) Add since and noExplore to examples.
     add d723e596 Call build:example to update chart-list-data.js . Previous 
manually update of chart-list-data.js has been synchronized.
     add 452ad527 Fix bug introduced by the previous commit.
     add e4a8c8b4 Add thumb for new examples.
     new 593b947c Merge pull request #119 from apache/v6-examples-supplement

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:
 README.md                                          |  36 +-
 public/data/thumb-dark/geo-choropleth-scatter.png  | Bin 0 -> 88181 bytes
 public/data/thumb-dark/geo-choropleth-scatter.webp | Bin 0 -> 10638 bytes
 public/data/thumb-dark/geo-graph.png               | Bin 0 -> 94030 bytes
 public/data/thumb-dark/geo-graph.webp              | Bin 0 -> 12672 bytes
 public/data/thumb-dark/map-iceland-pie.png         | Bin 0 -> 81116 bytes
 public/data/thumb-dark/map-iceland-pie.webp        | Bin 0 -> 12384 bytes
 public/data/thumb-dark/matrix-cartesian-tiny.png   | Bin 0 -> 104727 bytes
 public/data/thumb-dark/matrix-cartesian-tiny.webp  | Bin 0 -> 19730 bytes
 public/data/thumb/geo-choropleth-scatter.png       | Bin 0 -> 73844 bytes
 public/data/thumb/geo-choropleth-scatter.webp      | Bin 0 -> 8818 bytes
 public/data/thumb/geo-graph.png                    | Bin 0 -> 79292 bytes
 public/data/thumb/geo-graph.webp                   | Bin 0 -> 11444 bytes
 public/data/thumb/map-iceland-pie.png              | Bin 0 -> 59086 bytes
 public/data/thumb/map-iceland-pie.webp             | Bin 0 -> 7460 bytes
 public/data/thumb/matrix-cartesian-tiny.png        | Bin 0 -> 84290 bytes
 public/data/thumb/matrix-cartesian-tiny.webp       | Bin 0 -> 18554 bytes
 .../examples/ts/doc-example/geo-roam-indicator.js  | 235 ++++++
 public/examples/ts/doc-example/grid-outerBounds.js | 188 ++---
 public/examples/ts/effectScatter-map.ts            |   1 +
 public/examples/ts/geo-choropleth-scatter.ts       |   1 +
 public/examples/ts/geo-graph.ts                    |   1 +
 public/examples/ts/geo-lines.js                    |   1 +
 public/examples/ts/geo-map-scatter.js              |   1 +
 public/examples/ts/heatmap-map.js                  |   1 +
 public/examples/ts/map-bin.js                      |   1 +
 public/examples/ts/map-iceland-pie.ts              |   4 +-
 public/examples/ts/map-polygon.js                  |   1 +
 public/examples/ts/matrix-cartesian-tiny.js        |   2 +-
 public/examples/ts/scatter-jitter.ts               |   1 +
 public/examples/ts/scatter-map-brush.ts            |   1 +
 public/examples/ts/scatter-map.js                  |   1 +
 public/examples/ts/scatter-weibo.ts                |   1 +
 public/examples/tsconfig.json                      |   1 +
 src/common/i18n.js                                 |   4 +-
 src/common/store.js                                |   5 +-
 src/data/chart-list-data-gl.js                     |   8 +-
 src/data/chart-list-data.js                        | 855 ++++++++++++++++++++-
 src/editor/Editor.vue                              |  75 +-
 src/editor/sandbox/setup.js                        |  64 ++
 src/explore/ExampleCard.vue                        |  15 +-
 src/explore/Explore.vue                            |   3 +
 tool/build-example.js                              | 176 +++--
 43 files changed, 1430 insertions(+), 253 deletions(-)
 create mode 100644 public/data/thumb-dark/geo-choropleth-scatter.png
 create mode 100644 public/data/thumb-dark/geo-choropleth-scatter.webp
 create mode 100644 public/data/thumb-dark/geo-graph.png
 create mode 100644 public/data/thumb-dark/geo-graph.webp
 create mode 100644 public/data/thumb-dark/map-iceland-pie.png
 create mode 100644 public/data/thumb-dark/map-iceland-pie.webp
 create mode 100644 public/data/thumb-dark/matrix-cartesian-tiny.png
 create mode 100644 public/data/thumb-dark/matrix-cartesian-tiny.webp
 create mode 100644 public/data/thumb/geo-choropleth-scatter.png
 create mode 100644 public/data/thumb/geo-choropleth-scatter.webp
 create mode 100644 public/data/thumb/geo-graph.png
 create mode 100644 public/data/thumb/geo-graph.webp
 create mode 100644 public/data/thumb/map-iceland-pie.png
 create mode 100644 public/data/thumb/map-iceland-pie.webp
 create mode 100644 public/data/thumb/matrix-cartesian-tiny.png
 create mode 100644 public/data/thumb/matrix-cartesian-tiny.webp
 create mode 100644 public/examples/ts/doc-example/geo-roam-indicator.js


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

Reply via email to