1.0.1 • Published 8 years ago

chart.js-guten v1.0.1

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

Chart.js-guten, a simple helper for Chart.js

Install

$ bower install Chart.js-guten
$ npm install chart.js-guten

Usage

<div id="doughnut">
  <canvas width="400" height="400"></canvas>
  <legend></legend>
</div>

#doughnut {
  position: relative;
  width: 550px;
}

$("#doughnut legend").innerHTML = doughnut.generateLegend()
1.0.1

8 years ago

1.0.0

8 years ago