Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiaopujun/light-chaser
light chaser is a lightweight data visualization designer tool
https://github.com/xiaopujun/light-chaser
blueprints data-analysis data-visualization draggable javascript typescript web-editor
Last synced: 3 months ago
JSON representation
light chaser is a lightweight data visualization designer tool
- Host: GitHub
- URL: https://github.com/xiaopujun/light-chaser
- Owner: xiaopujun
- License: mit
- Created: 2023-06-24T03:44:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-13T08:03:45.000Z (7 months ago)
- Last Synced: 2024-04-13T21:57:44.112Z (7 months ago)
- Topics: blueprints, data-analysis, data-visualization, draggable, javascript, typescript, web-editor
- Language: TypeScript
- Homepage: https://xiaopujun.github.io/light-chaser-app/#
- Size: 27.4 MB
- Stars: 429
- Watchers: 6
- Forks: 42
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[中文](README_ZH.md)
LIGHT CHASER
Data visualization tools
light chaser is an open source free data visualization design tool based on React technology stack implementation .
Through it you can simply and quickly produce data visualization related content. It can be used for large-screen data
visualization display , data reports, data analysis and other scenesThis project contains:
- A standard component editing panel
- An efficient blueprint editor for event interactions
- Rich component librarylight chaser is built for data visualization and will continue to grow and improve!
# Catalogs
- [Document](#document)
- [Example](#example)
- [Usage & Deployment](#usage--deployment)
- [Contributing](#contributing)
- [License](#license)# Document
For more information about the designer, please refer to it
[Document](https://xiaopujun.github.io/light-chaser-doc/#/)# Example
You can visit [LIGHT CHASER online](https://xiaopujun.github.io/light-chaser-app/#) to experience it online, or you can
launch it locally with the code to experience it!preview image:
![lightchaser1](https://i.072333.xyz/file/8ff8361817216f2fb1c47.png)
![lightchaser](https://i.072333.xyz/file/b3d60f091201818432a98.png)
![lightchaser](https://i.072333.xyz/file/802e2d2b4d95fa32fae48.png)
![lightchaser](https://i.072333.xyz/file/51819086932cb1b559a15.png)
# Usage & Deployment
If you need to start this project locally or build and deploy it to your own server, please refer to the following
commands:- Clone the project to your local machine
```shell
git clone https://gitee.com/xiaopujun/light-chaser.git
```- Install project dependencies
> Note: This project uses pnpm as the package management tool, so you need to install [pnpm](https://pnpm.io/) first
> ,if you have installed pnpm, you can skip this step```shell
pnpm install
```- Start the project
```shell
pnpm dev
```- Access the project
```shell
http://localhost:5173
```- Build the project
```shell
pnpm build
```# Contributing
Feel free to dive in! Open an issue or submit PRs.
light chaser follows the Contributor Covenant Code of Conduct.
## Sustainability
If you have ideas for donations, sponsorships, business partnerships, etc., please contact the author. This will play an
important role in the continued development and maintenance of the program.# License
[MIT](LICENSE) © xiaopujun
# Sponsors
| serialNumber | user | email |
|--------------|-------------------------------------|------------------|
| 1 | [cxhcmc](https://github.com/cxhcmc) | [email protected] |Thank you to every developer and person who contributed to this project!