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 0e2b1213 Add missing example. add 0c1e89b5 rename example add 318e412b Enhance geo examples. add d018a070 Tweak the guide in README.md . add 4dae8de6 Add more geo examples. add 931f2cf1 tweak: guide in README.md add 2257e13a Add example. add 5a7732a9 feat: Support `since` and `ignore` in example metadata. add 1761666d tweak README. add 9f515b77 add since for matrix. new 51fb8722 Merge pull request #117 from apache/feat-some-v6-examples 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 | 52 +++++++--- public/data/asset/geo/ch.geo.json | 28 ++++++ public/data/asset/geo/iceland.geo.json | 11 +++ public/data/asset/geo/uruguay.geo.json | 21 ++++ public/examples/ts/doc-example/matrix-graph-box.ts | 50 ++++++++++ public/examples/ts/geo-choropleth-scatter.ts | 109 +++++++++++++++++++++ public/examples/ts/geo-graph.ts | 86 ++++++++++++++++ .../ts/{map-usa-pie.ts => map-iceland-pie.ts} | 39 +++----- public/examples/ts/matrix-cartesian-tiny.js | 2 + public/examples/ts/matrix-confusion.ts | 1 + public/examples/ts/matrix-correlation-heatmap.ts | 1 + public/examples/ts/matrix-correlation-scatter.ts | 1 + public/examples/ts/matrix-covariance.ts | 1 + public/examples/ts/matrix-graph.ts | 1 + public/examples/ts/matrix-grid-layout.ts | 1 + public/examples/ts/matrix-mbti.ts | 2 + public/examples/ts/matrix-periodic-table.ts | 2 + public/examples/ts/matrix-pie.ts | 1 + public/examples/ts/matrix-simple.ts | 1 + tool/build-example.js | 18 +++- 20 files changed, 386 insertions(+), 42 deletions(-) create mode 100644 public/data/asset/geo/ch.geo.json create mode 100644 public/data/asset/geo/iceland.geo.json create mode 100644 public/data/asset/geo/uruguay.geo.json create mode 100644 public/examples/ts/doc-example/matrix-graph-box.ts create mode 100644 public/examples/ts/geo-choropleth-scatter.ts create mode 100644 public/examples/ts/geo-graph.ts rename public/examples/ts/{map-usa-pie.ts => map-iceland-pie.ts} (67%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org