This is a paragraph, which is text surrounded by whitespace. Paragraphs can be on one
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var D3punchcard = function(el, options) { | |
options || (options = {}); | |
var _chart = {}; | |
var _svg = null; | |
var _this = this; | |
_this.el = el | |
_this.data = options.data; | |
var days = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday']; |
- Initial evaluation: seems the most mature. Apparently, has bad documentation, and is hard to use without going to its source code.
-
- undergoing big rewrite
- Initial evaluation: its main goal is to offer a simple API to create charts