aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/js/RrdJson.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-06-22jsrrdgraph: Add dashes to Json.Manuel Luis Sanmartín Rozada1-6/+12
2014-11-14jsrrdgraph: Set original step when change time interval.Manuel Luis Sanmartín Rozada1-0/+1
2014-08-02jsrrdgraph: Fixed jshint warnings/errorsPeter Wu1-49/+54
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.
2014-07-25jsrrdgraph: Fix textalign name typo. Thanks to PoilManuel Luis Sanmartín Rozada1-4/+4
2013-05-10import js directory from jsrrdgraph for client side graph renderingPim van den Berg1-0/+588
Source: https://github.com/manuelluis/jsrrdgraph@276b880