Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | jsrrdgraph: Fix tabs and spaces | Manuel Luis Sanmartín Rozada | 2015-06-22 | 1 | -1/+1 |
| | |||||
* | jsrrdgraph: Use dash lines in canvas for the grid. | Manuel Luis Sanmartín Rozada | 2015-06-22 | 1 | -1/+15 |
| | |||||
* | jsrrdgraph: Fix tabs. | Manuel Luis Sanmartín Rozada | 2015-06-22 | 1 | -1/+1 |
| | |||||
* | jsrrdgraph: Add support for dashes | Manuel Luis Sanmartín Rozada | 2015-06-22 | 1 | -0/+21 |
| | |||||
* | jsrrdgraph: Add fallback fonts. | Manuel Luis Sanmartín Rozada | 2014-08-02 | 1 | -2/+2 |
| | |||||
* | jsrrdgraph: Fixed jshint warnings/errors | Peter Wu | 2014-08-02 | 1 | -6/+7 |
| | | | | | | | | | | | | | | | | | Many fall in the category missing semicolon, but there are legitimate bugs (like throwing an error with an undefined variable, using isInfinite instead of !isFinite or fabs instead of Math.abs). At some places, I moved the variable declarations to avoid duplicate definition warnings. Redundant breaks have been removed (after return / throw). Global variables were implicitly defined in RrdDataFile (which caught my attention) and Base64, these have been made local. Also fixed some whitespace errors. Yay, the consistency. Not all (style) issues are fixed. | ||||
* | import js directory from jsrrdgraph for client side graph rendering | Pim van den Berg | 2013-05-10 | 1 | -0/+254 |
Source: https://github.com/manuelluis/jsrrdgraph@276b880 |