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',
},
});GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMillions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
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',
},
});