Skip to content

loule/js-chart-widgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm install
cake build

#--> lib/js-chart-widgets.min.js

Calendar

new Calendar({
  append_to: 'some_id',
  num_weeks: 51,
  day_size: 11,
  data: [
    ['2012-03-01', 123],
    ['2012-03-02', 456.7],
    // gaps are fine
    ['2012-03-04', 234]
  ],
  color: '#005500'
});

The Means

  • Wrap or borrow from other open-source widgets when it makes sense
  • Get our NIH on when it doesn't

The End

  • Make a sensible abstraction with nice defaults for each of the world's widget types

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •