VChart/docs
2024-05-08 14:42:02 +08:00
..
assets Merge pull request #2585 from VisActor/fix/sankey-indicator 2024-05-07 19:40:29 +08:00
libs
public/vchart Merge remote-tracking branch 'origin/dev/1.11.0' into fix/sankey-indicator 2024-05-07 18:18:27 +08:00
src docs: add demos of react-vchart 2024-05-07 10:56:22 +08:00
.eslintrc.js
index.html
menu.json docs: add demos of react-vchart 2024-05-07 10:56:22 +08:00
package.json fix: upgrade vgrammar to 0.13.2, to fix venn random layout 2024-05-08 14:42:02 +08:00
README.md
README.zh-CN.md
style.css
tsconfig.json
tsconfig.node.json
vite.config.js

VChart site

This folder stores projects related to the VChart site, and also contains all Chinese and English documents, chart sample codes, etc. of the site.

Directory description

Document content

The contents of the document are stored in the assets folder.

assets
├── api             # VChart api interface document
│ ├── en            # English document directory
│ ├── menu.json     # Index configuration of VChart api interface document
│ └── zh            # Chinese document directory
├── demos           # VChart Some demos on the homepage of the website
│ ├── builtin-theme
│ ├── chart-history
│ ├── Qixi
│ └── template
├── examples        # VChart chart examples
│ ├── en            # VChart chart example English version
│ ├── menu.json     # Index configuration of VChart chart sample document
│ └── zh            # VChart chart example Chinese version
├── options         # VChart configuration item document
│ ├── en            # VChart configuration item document English version
│ └── zh            # VChart configuration item document Chinese text
├── themes          # VChart chart theme
│ ├── dark          # VChart chart dark theme
│ └── light         # VChart chart default theme
└── tutorials       # VChart tutorial document
     ├── en         # VChart tutorial document English version
     ├── menu.json  # Index configuration of VChart tutorial document
     └── zh         # VChart tutorial document Chinese version

Project Code

The code of the project is located in the src folder

How to start

# Global commands
$ rush docs

# You can also enter the docs folder and run
$ rushx start