data-set icon indicating copy to clipboard operation
data-set copied to clipboard

state driven all in one data process for data visualization.

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

  • 快速入门
  • DataSet
  • Connector 数据接入
  • Transform 数据转换