0.0.1 • Published 8 years ago

dchart-table-chart v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

dchart-table-chart

符合dchart规范的表格图表

安装

npm install dchart-table-chart

用法

var Table = require('dchart-table-chart);
var chart = new Table(container, {
  head : [
    {title : this.name},
    {title : '人数'},
    {title : '偏好度TGI'}
  ]
});
0.0.1

8 years ago