@antv/data-set
data set with state management
Last updated 5 years ago by atool .
MIT · Repository · Bugs · Original npm
$ cnpm install @antv/data-set 
SYNC missed versions from official npm registry.

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

Current Tags

  • 0.11.8                                ...           latest (5 years ago)

5 Versions

  • 0.8.7                                ...           7 years ago
  • 0.11.8                                ...           5 years ago
  • 0.11.1-beta.1                                ...           6 years ago
  • 0.8.9                                ...           7 years ago
  • 0.10.2                                ...           7 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (16)
Dev Dependencies (39)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org