npm.io
0.11.8 • Published 5 years ago

@antv/data-set

Licence
MIT
Version
0.11.8
Deps
16
Size
5.0 MB
Vulns
0
Weekly
0
Stars
251

data-set

npm package NPM downloads Percentage of issues still open

Data set with state management.

Installing

npm install @antv/data-set

import DataSet from '@antv/data-set';

const ds = new DataSet({
  state: {
    // initialize state
    foo: 'bar',
  },
});

Document

Keywords