data-set
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.
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
| Failed to load latest commit information. | |||
|
|
.github |
|
|
|
|
bin |
|
|
|
|
bundler |
|
|
|
|
demos |
|
|
|
|
src |
|
|
|
|
test |
|
|
|
|
.babelrc |
|
|
|
|
.editorconfig |
|
|
|
|
.eslintignore |
|
|
|
|
.eslintrc |
|
|
|
|
.gitignore |
|
|
|
|
.npmignore |
|
|
|
|
.travis.yml |
|
|
|
|
CHANGELOG.md |
|
|
|
|
CONTRIBUTING.md |
|
|
|
|
CONTRIBUTING.zh-CN.md |
|
|
|
|
LICENSE |
|
|
|
|
README.md |
|
|
|
|
package.json |
|
|
|
|
webpack-dev.config.js |
|
|
|
|
webpack.config.js |
|
|
Data set with state management.
npm install @antv/data-set
import DataSet from '@antv/data-set';
const ds = new DataSet({
state: { // initialize state
foo: 'bar'
}
});See details at DataSet API.