Skip to content

Commit

Permalink
Merge pull request #22 from VisActor/release/1.9.3
Browse files Browse the repository at this point in the history
[Auto release] release 1.9.3
  • Loading branch information
zamhown authored Feb 27, 2024
2 parents 5d2b179 + da18a98 commit f9f4fd2
Show file tree
Hide file tree
Showing 81 changed files with 4,109 additions and 704 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ vchart-semi-theme:
vchart-arco-theme:
- packages/vchart-arco-theme/**

# Add 'vchart-tt-platform-theme' label to any change within the 'vchart-tt-platform-theme' package
vchart-tt-platform-theme:
- packages/vchart-tt-platform-theme/**

# Add 'test' label to any change to packages/*/__tests__/* files within the source dir
test:
- packages/*/__tests__/*
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ Extended themes for VChart
[![npm Download](https://img.shields.io/npm/dm/@visactor/vchart-arco-theme.svg)](https://www.npmjs.com/package/@visactor/vchart-arco-theme)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/visactor/vchart-arco-theme/blob/main/LICENSE)

[@visactor/vchart-tt-platform-theme](https://github.com/VisActor/vchart-theme/tree/main/packages/vchart-tt-platform-theme)

[![npm Version](https://img.shields.io/npm/v/@visactor/vchart-tt-platform-theme.svg)](https://www.npmjs.com/package/@visactor/vchart-tt-platform-theme)
[![npm Download](https://img.shields.io/npm/dm/@visactor/vchart-tt-platform-theme.svg)](https://www.npmjs.com/package/@visactor/vchart-tt-platform-theme)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/visactor/vchart-tt-platform-theme/blob/main/LICENSE)

</div>

<div align="center">
Expand All @@ -52,6 +58,7 @@ This repository includes the following packages:
1. [vchart-theme](https://github.com/VisActor/vchart-theme/tree/develop/packages/vchart-theme): contains all static extension themes
2. [vchart-semi-theme](https://github.com/VisActor/vchart-theme/tree/develop/packages/vchart-semi-theme): dynamic chart themes used in conjunction with [Semi Design](https://github.com/DouyinFE/semi-design).
3. [vchart-arco-theme](https://github.com/VisActor/vchart-theme/tree/develop/packages/vchart-arco-theme): dynamic chart themes used in conjunction with [ArcoDesign](https://github.com/arco-design).
4. [vchart-tt-platform-theme](https://github.com/VisActor/vchart-theme/tree/develop/packages/vchart-tt-platform-theme): dynamic chart themes used in conjunction with [Semi Design](https://github.com/DouyinFE/semi-design) for TT platform.

# Usage

Expand Down
9 changes: 9 additions & 0 deletions common/config/rush/command-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,15 @@

"shellCommand": "rush run -p @visactor/vchart-arco-theme -s start"
},
{
"commandKind": "global",

"name": "tt",
"summary": "Start the development server",
"description": "Run this command to start vchart-tt-platform-theme development server",

"shellCommand": "rush run -p @visactor/vchart-tt-platform-theme -s start"
},
{
"name": "change-all",
"commandKind": "global",
Expand Down
Loading

0 comments on commit f9f4fd2

Please sign in to comment.