An open API service indexing awesome lists of open source software.

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

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
```