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: 2 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 (10 months ago)
- Last Synced: 2024-04-13T21:57:44.112Z (10 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:
![示例1](https://s2.loli.net/2024/09/21/U2Ni3pfaE1rJVAM.png)
![示例2](https://s2.loli.net/2024/09/26/pitkUF2GogRYnxO.jpg)
![示例3](https://i.072333.xyz/file/802e2d2b4d95fa32fae48.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.
# License
[MIT](LICENSE) © xiaopujun
Supplemental Terms
Note: In the event of a conflict between the Supplemental Terms and the above Terms, the Supplemental Terms shall prevail
1. This project is open to individual and enterprise users, and is free of charge or commercial use within the scope permitted by this agreement
2. The author of the project retains all intellectual property rights of the project, and individuals or enterprises can use the software after the secondary development of the project for commercial use within the scope permitted by this agreement, but shall not use the source code of the project for copyright declaration or confirmation
3. The scope of commercial use by individuals or enterprises using this project or the software redeveloped based on this project is limited to their own business, and the project and its source code, binary files, documents, pictures, etc. shall not be directly sold
4. This project has applied for software copyright, we respect the concept of open source products, and at the same time call on users to respect the results of the author's labor.
5. All legal disputes and liabilities arising from the use of this software have nothing to do with the author, and the user shall bear the corresponding consequences.Thank you to every developer and person who contributed to this project!