https://github.com/visactor/vutil
VUtil is a general visualization tool for VisActor
https://github.com/visactor/vutil
Last synced: 6 months ago
JSON representation
VUtil is a general visualization tool for VisActor
- Host: GitHub
- URL: https://github.com/visactor/vutil
- Owner: VisActor
- License: mit
- Created: 2023-06-05T03:34:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-07T07:17:17.000Z (6 months ago)
- Last Synced: 2025-07-07T08:30:11.834Z (6 months ago)
- Language: TypeScript
- Size: 1.59 MB
- Stars: 41
- Watchers: 15
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
VUtil
VUtil is a general visualization tool for VGrammar.

[](https://www.npmjs.com/package/@visactor/vutils)
[](https://www.npmjs.com/package/@visactor/vutils)
[](https://github.com/visactor/vutil/blob/main/LICENSE)
English| [简体中文](./README.zh-CN.md)
(video)
# Introduction
VUtil is a general visualization tool for visual grammar library [VGrammar](https://github.com/VisActor/VGrammar). Including data processing, mathematical tools, js code tools, and graphics processing tools.
# Repo Intro
This repository includes the following packages:
1. vutil: visualization toolkit collection
2. vdataset: data processing tool
3. vvisutil: math and graphics Tools
# Usage
## Installation
[npm package](https://www.npmjs.com/package/@visactor/vutil)
```bash
// npm
npm install @visactor/vutils
// yarn
yarn add @visactor/vutils
```
##
[More demos and detailed tutorials](https://visactor.io/vutil)
# Related Links
- [VGrammar](https://github.com/VisActor/VGrammar)
- [VChart](https://visactor.io/vchart)
# Contribution
If you would like to contribute, please read the [Code of Conduct ](./CODE_OF_CONDUCT.md) 和 [ Guide](./CONTRIBUTING.zh-CN.md) first。
Small streams converge to make great rivers and seas!
# License
[MIT License](./LICENSE)