0.10.2-alpha2 • Published 5 years ago

st-data-set v0.10.2-alpha2

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

st-data-set

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.