https://github.com/antvis/data-samples
Open data set collection for AntV products
https://github.com/antvis/data-samples
Last synced: over 1 year ago
JSON representation
Open data set collection for AntV products
- Host: GitHub
- URL: https://github.com/antvis/data-samples
- Owner: antvis
- License: mit
- Created: 2018-07-03T08:50:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T16:16:17.000Z (about 4 years ago)
- Last Synced: 2025-04-13T06:17:12.842Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://antv.vision/data-samples/
- Size: 6.7 MB
- Stars: 3
- Watchers: 21
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @antv/data-samples
Open data set collection for AntV products
## Data
Data sample entities are in `src/data/` path.
There are 3 'data categories':
* `chart/` - testing data samples for different chart types.
* `story/` - small data samples with some business story embedded in them.
* `url/` - remote large classic datasets via URL.
These data sample entities can be grouped in different ways. The grouping structure is in `src/group/` path.
## Usage
Coming soon...
## Dev
### install dependence
```bash
npm install
```
### show demo webpage
```bash
npm run start:demo
```
### coverage of charts type
```bash
npm run coverage
```
### unit test
```bash
npm run test
```