https://github.com/visactor/vchart-theme
Extended themes for VChart
https://github.com/visactor/vchart-theme
Last synced: 8 months ago
JSON representation
Extended themes for VChart
- Host: GitHub
- URL: https://github.com/visactor/vchart-theme
- Owner: VisActor
- License: mit
- Created: 2023-11-15T08:46:27.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-29T03:17:34.000Z (about 1 year ago)
- Last Synced: 2025-04-27T22:32:39.267Z (9 months ago)
- Language: TypeScript
- Size: 1.54 MB
- Stars: 11
- Watchers: 11
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
VChart Themes
Extended themes for VChart
English | [简体中文](./README.zh-CN.md)
| Packages | Information |
| :------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| [@visactor/vchart-theme](https://github.com/VisActor/vchart-theme/tree/main/packages/vchart-theme) | [](https://www.npmjs.com/package/@visactor/vchart-theme) [](https://www.npmjs.com/package/@visactor/vchart-theme) [](https://github.com/visactor/vchart-theme/blob/main/LICENSE) |
| [@visactor/vchart-semi-theme](https://github.com/VisActor/vchart-theme/tree/main/packages/vchart-semi-theme) | [](https://www.npmjs.com/package/@visactor/vchart-semi-theme) [](https://www.npmjs.com/package/@visactor/vchart-semi-theme) [](https://github.com/visactor/vchart-semi-theme/blob/main/LICENSE) |
| [@visactor/vchart-arco-theme](https://github.com/VisActor/vchart-theme/tree/main/packages/vchart-arco-theme) | [](https://www.npmjs.com/package/@visactor/vchart-arco-theme) [](https://www.npmjs.com/package/@visactor/vchart-arco-theme) [](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) | [](https://www.npmjs.com/package/@visactor/vchart-tt-platform-theme) [](https://www.npmjs.com/package/@visactor/vchart-tt-platform-theme) [](https://github.com/visactor/vchart-tt-platform-theme/blob/main/LICENSE) |
| [@visactor/vchart-ve-o-theme](https://github.com/VisActor/vchart-theme/tree/main/packages/vchart-ve-o-theme) | [](https://www.npmjs.com/package/@visactor/vchart-ve-o-theme) [](https://www.npmjs.com/package/@visactor/vchart-ve-o-theme) [](https://github.com/visactor/vchart-ve-o-theme/blob/main/LICENSE) |
# Introduction
This repo is used to collect all extension themes for [VChart](https://github.com/VisActor/VChart). These themes are not built-in to VChart by default, but rather support on-demand usage, allowing users to obtain more beautiful and contextualized VChart charts with less work.
# Repo Intro
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.
5. [vchart-ve-o-theme](https://github.com/VisActor/vchart-theme/tree/develop/packages/vchart-ve-o-theme): dynamic chart themes used in conjunction with [ArcoDesign](https://github.com/arco-design) for O Design.
# Usage
[More demos and detailed tutorials](https://www.visactor.io/vchart/guide/tutorial_docs/Theme/Theme_Extension)
# Related Links
- [VChart](https://visactor.io/vchart)
# Contribution
If you would like to contribute, please read the [Code of Conduct](./CODE_OF_CONDUCT.md) and [Guide](./CONTRIBUTING.zh-CN.md) first。
Small streams converge to make great rivers and seas!
# License
[MIT License](./LICENSE)