Skip to content

stevenmiller888/deku-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deku-chart

NPM version license

A chart component built with Deku and Chart.js.

Installation

$ npm install deku-chart

Usage

<Chart type="Bar">
  {
    {
      January:  [65, 28],
      February: [59, 48],
      March:    [80, 40],
      April:    [81, 19],
      May:      [56, 86],
      June:     [55, 27],
      July:     [40, 90]
    }
  }
</Chart>

License

MIT

About

Chart component for Deku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published