This is an automated email from the ASF dual-hosted git repository.
ovilia pushed a change to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git
from 7a712e07 fix
add 3faaa551 feat: add simple chord example
add e0e315e8 add more chord examples
add 0c48631e feat(chord): add style example
add 647d9ca9 feat: add chord lineStyle demo and thumbnails
add 0be4e16b chore: revert unexpected changes
new 5442d0d9 Merge pull request #126 from apache/feat-chord
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/chord-lineStyle-color.png | Bin 0 -> 83126 bytes
public/data/thumb-dark/chord-lineStyle-color.webp | Bin 0 -> 9634 bytes
public/data/thumb-dark/chord-minAngle.png | Bin 0 -> 51750 bytes
public/data/thumb-dark/chord-minAngle.webp | Bin 0 -> 7072 bytes
public/data/thumb-dark/chord-simple.png | Bin 0 -> 49787 bytes
public/data/thumb-dark/chord-simple.webp | Bin 0 -> 6368 bytes
public/data/thumb-dark/chord-style.png | Bin 0 -> 152428 bytes
public/data/thumb-dark/chord-style.webp | Bin 0 -> 12618 bytes
public/data/thumb/chord-lineStyle-color.png | Bin 0 -> 71621 bytes
public/data/thumb/chord-lineStyle-color.webp | Bin 0 -> 9220 bytes
public/data/thumb/chord-minAngle.png | Bin 0 -> 42903 bytes
public/data/thumb/chord-minAngle.webp | Bin 0 -> 6196 bytes
public/data/thumb/chord-simple.png | Bin 0 -> 42602 bytes
public/data/thumb/chord-simple.webp | Bin 0 -> 5968 bytes
public/data/thumb/chord-style.png | Bin 0 -> 127590 bytes
public/data/thumb/chord-style.webp | Bin 0 -> 9546 bytes
public/examples/ts/chord-lineStyle-color.ts | 58 +++++++++++++++++++
public/examples/ts/chord-minAngle.ts | 34 +++++++++++
public/examples/ts/chord-simple.ts | 33 +++++++++++
public/examples/ts/chord-style.ts | 65 ++++++++++++++++++++++
src/asset/icon/chord.svg | 11 ++++
src/common/config.js | 28 +---------
src/common/i18n.js | 2 +
src/data/chart-list-data.js | 44 +++++++++++++++
src/explore/Explore.vue | 1 +
25 files changed, 250 insertions(+), 26 deletions(-)
create mode 100644 public/data/thumb-dark/chord-lineStyle-color.png
create mode 100644 public/data/thumb-dark/chord-lineStyle-color.webp
create mode 100644 public/data/thumb-dark/chord-minAngle.png
create mode 100644 public/data/thumb-dark/chord-minAngle.webp
create mode 100644 public/data/thumb-dark/chord-simple.png
create mode 100644 public/data/thumb-dark/chord-simple.webp
create mode 100644 public/data/thumb-dark/chord-style.png
create mode 100644 public/data/thumb-dark/chord-style.webp
create mode 100644 public/data/thumb/chord-lineStyle-color.png
create mode 100644 public/data/thumb/chord-lineStyle-color.webp
create mode 100644 public/data/thumb/chord-minAngle.png
create mode 100644 public/data/thumb/chord-minAngle.webp
create mode 100644 public/data/thumb/chord-simple.png
create mode 100644 public/data/thumb/chord-simple.webp
create mode 100644 public/data/thumb/chord-style.png
create mode 100644 public/data/thumb/chord-style.webp
create mode 100644 public/examples/ts/chord-lineStyle-color.ts
create mode 100644 public/examples/ts/chord-minAngle.ts
create mode 100644 public/examples/ts/chord-simple.ts
create mode 100644 public/examples/ts/chord-style.ts
create mode 100644 src/asset/icon/chord.svg
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]