1.0.1 • Published 4 years ago
@antv/data-samples v1.0.1
@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 installshow demo webpage
npm run start:democoverage of charts type
npm run coverageunit test
npm run test