NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/@antv/data-set
2023-09-14 14:47:11 +08:00
..
.github 111 2023-09-14 14:47:11 +08:00
bin 111 2023-09-14 14:47:11 +08:00
build 111 2023-09-14 14:47:11 +08:00
bundler 111 2023-09-14 14:47:11 +08:00
lib 111 2023-09-14 14:47:11 +08:00
node_modules 111 2023-09-14 14:47:11 +08:00
src 111 2023-09-14 14:47:11 +08:00
.editorconfig 111 2023-09-14 14:47:11 +08:00
.eslintignore 111 2023-09-14 14:47:11 +08:00
.eslintrc 111 2023-09-14 14:47:11 +08:00
.prettierrc 111 2023-09-14 14:47:11 +08:00
.torch.compile.opts.js 111 2023-09-14 14:47:11 +08:00
.travis.yml 111 2023-09-14 14:47:11 +08:00
CHANGELOG.md 111 2023-09-14 14:47:11 +08:00
CONTRIBUTING.md 111 2023-09-14 14:47:11 +08:00
CONTRIBUTING.zh-CN.md 111 2023-09-14 14:47:11 +08:00
LICENSE 111 2023-09-14 14:47:11 +08:00
package.json 111 2023-09-14 14:47:11 +08:00
README.md 111 2023-09-14 14:47:11 +08:00
tsconfig.json 111 2023-09-14 14:47:11 +08:00

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',
  },
});

API

See details at DataSet API.