0.0.3 • Published 7 years ago

dchart-pie-one-value v0.0.3

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

dchart-pie-one-value

符合dchart规范的柱状对比图,柱子背景可以为渐变色

安装

npm install dchart-pie-one-value

用法

var Pie = require('dchart-pie-one-value');
var pie = new Pie(container, {
  border: 20,             //外圈粗徐
  label: {                //中间标签
    size: 20
  },
  arc: {
    radius: 70
  }
});
bar.render(0.72);
0.0.3

7 years ago

0.0.2

9 years ago

0.0.1

9 years ago