@antv/data-samples
v1.0.1
Published
Open data set collection for AntV products
Downloads
429
Maintainers
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
npm install
show demo webpage
npm run start:demo
coverage of charts type
npm run coverage
unit test
npm run test