aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/js/RrdGfxPdf.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* jsrrdgraph: Fix tabs and spacesManuel Luis SanmartĂ­n Rozada2015-06-221-19/+19
|
* jsrrdgraph: Add support for dashesManuel Luis SanmartĂ­n Rozada2015-06-221-1/+36
|
* jsrrdgraph: Fix invalid function callPeter Wu2014-11-141-1/+1
| | | | During conversion from PHP, this function was apparently missed.
* jsrrdgraph: Fixed jshint warnings/errorsPeter Wu2014-08-021-4/+4
| | | | | | | | | | | | | | | | | 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 renderingPim van den Berg2013-05-101-0/+1014
Source: https://github.com/manuelluis/jsrrdgraph@276b880