aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/js/RrdCmdLine.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* jsrrdgraph: Fix typoManuel Luis Sanmartín Rozada2015-06-221-2/+1
|
* jsrrdgraph: Fix TICKManuel Luis Sanmartín Rozada2015-06-221-4/+3
|
* jsrrdgraph: Fix "SHIFT:" number of charsManuel Luis Sanmartín Rozada2015-06-221-1/+1
|
* jsrrdgraph: Rewrite data a graph commands parser.Manuel Luis Sanmartín Rozada2015-06-221-82/+344
|
* jsrrdgraph: Fix parse AREA in cmd line.manuel.luis2015-06-221-2/+2
|
* jsrrdgraph: Set original step when change time interval.Manuel Luis Sanmartín Rozada2014-11-141-0/+1
|
* jsrrdgraph: Fix parsing of rrdfiles containing escapesPeter Wu2014-08-101-5/+7
| | | | | | This fixes parsing of URLs such as 'rrd.php?path=some%3Ffile.rrd', and if people really insist, paths such as 'C:\bar.rrd' (must be written as 'C\:\\bar.rrd', add additional escapes for Javascript strings if needed).
* jsrrdgraph: Fixed jshint warnings/errorsPeter Wu2014-08-021-16/+10
| | | | | | | | | | | | | | | | | 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.
* jsrrdgraph: Fix textalign name typo. Thanks to PoilManuel Luis Sanmartín Rozada2014-07-251-3/+3
|
* jsrrdgraph: Fix flags parsing (options without a value)Peter Wu2014-07-251-97/+92
| | | | | Also fix some typos and white-space issues. Reported at https://github.com/pommi/CGP/issues/88
* import js directory from jsrrdgraph for client side graph renderingPim van den Berg2013-05-101-0/+513
Source: https://github.com/manuelluis/jsrrdgraph@276b880