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

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


    from 1ab5a78e update thumbnail of the bar-rich-text example 
(apache/echarts#19898)
     add 723d4852 feat(matrix): add demos of matrix charts
     add 850f21d6 doc(matrix): add examples for apache/echarts#19807
     new 1b4632da Merge pull request #90 from apache/feat-matrix

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:
 public/data/thumb-dark/matrix-confusion.png        | Bin 0 -> 36258 bytes
 public/data/thumb-dark/matrix-confusion.webp       | Bin 0 -> 5676 bytes
 .../data/thumb-dark/matrix-correlation-heatmap.png | Bin 0 -> 61334 bytes
 .../thumb-dark/matrix-correlation-heatmap.webp     | Bin 0 -> 9462 bytes
 .../data/thumb-dark/matrix-correlation-scatter.png | Bin 0 -> 127787 bytes
 .../thumb-dark/matrix-correlation-scatter.webp     | Bin 0 -> 19360 bytes
 public/data/thumb-dark/matrix-covariance.png       | Bin 0 -> 101854 bytes
 public/data/thumb-dark/matrix-covariance.webp      | Bin 0 -> 17886 bytes
 public/data/thumb-dark/matrix-graph.png            | Bin 0 -> 66156 bytes
 public/data/thumb-dark/matrix-graph.webp           | Bin 0 -> 9488 bytes
 public/data/thumb-dark/matrix-periodic-table.png   | Bin 0 -> 115402 bytes
 public/data/thumb-dark/matrix-periodic-table.webp  | Bin 0 -> 25808 bytes
 public/data/thumb-dark/matrix-pie.png              | Bin 0 -> 76079 bytes
 public/data/thumb-dark/matrix-pie.webp             | Bin 0 -> 20544 bytes
 public/data/thumb-dark/matrix-simple.png           | Bin 0 -> 22934 bytes
 public/data/thumb-dark/matrix-simple.webp          | Bin 0 -> 3048 bytes
 public/data/thumb/matrix-confusion.png             | Bin 0 -> 31424 bytes
 public/data/thumb/matrix-confusion.webp            | Bin 0 -> 6624 bytes
 public/data/thumb/matrix-correlation-heatmap.png   | Bin 0 -> 52804 bytes
 public/data/thumb/matrix-correlation-heatmap.webp  | Bin 0 -> 8922 bytes
 public/data/thumb/matrix-correlation-scatter.png   | Bin 0 -> 101729 bytes
 public/data/thumb/matrix-correlation-scatter.webp  | Bin 0 -> 16188 bytes
 public/data/thumb/matrix-covariance.png            | Bin 0 -> 88219 bytes
 public/data/thumb/matrix-covariance.webp           | Bin 0 -> 16910 bytes
 public/data/thumb/matrix-graph.png                 | Bin 0 -> 48459 bytes
 public/data/thumb/matrix-graph.webp                | Bin 0 -> 11160 bytes
 public/data/thumb/matrix-periodic-table.png        | Bin 0 -> 109954 bytes
 public/data/thumb/matrix-periodic-table.webp       | Bin 0 -> 28708 bytes
 public/data/thumb/matrix-pie.png                   | Bin 0 -> 60149 bytes
 public/data/thumb/matrix-pie.webp                  | Bin 0 -> 17510 bytes
 public/data/thumb/matrix-simple.png                | Bin 0 -> 16535 bytes
 public/data/thumb/matrix-simple.webp               | Bin 0 -> 2826 bytes
 public/examples/ts/matrix-confusion.ts             | 111 +++++++++
 public/examples/ts/matrix-correlation-heatmap.ts   |  66 ++++++
 public/examples/ts/matrix-correlation-scatter.ts   |  80 +++++++
 public/examples/ts/matrix-covariance.ts            | 110 +++++++++
 public/examples/ts/matrix-graph.ts                 | 123 ++++++++++
 public/examples/ts/matrix-periodic-table.ts        | 259 +++++++++++++++++++++
 public/examples/ts/matrix-pie.ts                   |  74 ++++++
 public/examples/ts/matrix-simple.ts                |  54 +++++
 src/asset/icon/matrix.svg                          |   3 +
 src/common/config.js                               |   1 +
 src/common/i18n.js                                 |   2 +
 src/data/chart-list-data.js                        |  88 +++++++
 src/explore/Explore.vue                            |   1 +
 45 files changed, 972 insertions(+)
 create mode 100644 public/data/thumb-dark/matrix-confusion.png
 create mode 100644 public/data/thumb-dark/matrix-confusion.webp
 create mode 100644 public/data/thumb-dark/matrix-correlation-heatmap.png
 create mode 100644 public/data/thumb-dark/matrix-correlation-heatmap.webp
 create mode 100644 public/data/thumb-dark/matrix-correlation-scatter.png
 create mode 100644 public/data/thumb-dark/matrix-correlation-scatter.webp
 create mode 100644 public/data/thumb-dark/matrix-covariance.png
 create mode 100644 public/data/thumb-dark/matrix-covariance.webp
 create mode 100644 public/data/thumb-dark/matrix-graph.png
 create mode 100644 public/data/thumb-dark/matrix-graph.webp
 create mode 100644 public/data/thumb-dark/matrix-periodic-table.png
 create mode 100644 public/data/thumb-dark/matrix-periodic-table.webp
 create mode 100644 public/data/thumb-dark/matrix-pie.png
 create mode 100644 public/data/thumb-dark/matrix-pie.webp
 create mode 100644 public/data/thumb-dark/matrix-simple.png
 create mode 100644 public/data/thumb-dark/matrix-simple.webp
 create mode 100644 public/data/thumb/matrix-confusion.png
 create mode 100644 public/data/thumb/matrix-confusion.webp
 create mode 100644 public/data/thumb/matrix-correlation-heatmap.png
 create mode 100644 public/data/thumb/matrix-correlation-heatmap.webp
 create mode 100644 public/data/thumb/matrix-correlation-scatter.png
 create mode 100644 public/data/thumb/matrix-correlation-scatter.webp
 create mode 100644 public/data/thumb/matrix-covariance.png
 create mode 100644 public/data/thumb/matrix-covariance.webp
 create mode 100644 public/data/thumb/matrix-graph.png
 create mode 100644 public/data/thumb/matrix-graph.webp
 create mode 100644 public/data/thumb/matrix-periodic-table.png
 create mode 100644 public/data/thumb/matrix-periodic-table.webp
 create mode 100644 public/data/thumb/matrix-pie.png
 create mode 100644 public/data/thumb/matrix-pie.webp
 create mode 100644 public/data/thumb/matrix-simple.png
 create mode 100644 public/data/thumb/matrix-simple.webp
 create mode 100644 public/examples/ts/matrix-confusion.ts
 create mode 100644 public/examples/ts/matrix-correlation-heatmap.ts
 create mode 100644 public/examples/ts/matrix-correlation-scatter.ts
 create mode 100644 public/examples/ts/matrix-covariance.ts
 create mode 100644 public/examples/ts/matrix-graph.ts
 create mode 100644 public/examples/ts/matrix-periodic-table.ts
 create mode 100644 public/examples/ts/matrix-pie.ts
 create mode 100644 public/examples/ts/matrix-simple.ts
 create mode 100644 src/asset/icon/matrix.svg


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

Reply via email to