aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/js/RrdGraph.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* jsrrdgraph: Fix TICKManuel Luis Sanmartín Rozada2015-06-221-0/+2
|
* jsrrdgraph: Fix tabs and spacesManuel Luis Sanmartín Rozada2015-06-221-4/+4
|
* jsrrdgraph: Add support for dashesManuel Luis Sanmartín Rozada2015-06-221-13/+45
|
* jsrrdgraph: Set original step when change time interval.Manuel Luis Sanmartín Rozada2014-11-141-4/+6
|
* jsrrdgraph: Fix undefined variablesPeter Wu2014-11-141-15/+13
| | | | | | | Fixed various typos in references to variables. Also throw an exception if a variable is not found in GPRINT for debugging purposes and move some variable declarations.
* jsrrdgraph: Fix error functions. Error prototype.Manuel Luis Sanmartín Rozada2014-08-021-3/+4
|
* jsrrdgraph: Fix reduce in DEFManuel Luis Sanmartín Rozada2014-08-021-2/+2
|
* jsrrdgraph: Add fallback fonts.Manuel Luis Sanmartín Rozada2014-08-021-1/+1
|
* jsrrdgraph: Fixed jshint warnings/errorsPeter Wu2014-08-021-34/+31
| | | | | | | | | | | | | | | | | 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 ident. Thanks to PoilManuel Luis Sanmartín Rozada2014-07-251-3/+3
|
* jsrrdgraph: Check when this.gdes[i].legend is nullManuel Luis Sanmartín Rozada2014-07-251-2/+7
|
* jsrrdgraph: Fix textalign name typo. Thanks to PoilManuel Luis Sanmartín Rozada2014-07-251-2/+2
|
* jsrrdgraph: RrdGraph.js: make HRULE support reference to variablePim van den Berg2014-07-051-1/+3
| | | | | | The value of HRULE could be a reference to for example a VDEF variable. Closes #85
* jsrrdgraph: Fix graph width to look like rrdtool.Manuel Luis Sanmartín Rozada2014-06-281-2/+1
|
* jsrrdgraph: Fix errors in second axis.Manuel Luis Sanmartín Rozada2014-06-281-2/+2
|
* jsrrdgraph: Change alter for thowManuel Luis Sanmartín Rozada2014-01-121-4/+2
|
* jsrrdgraph: RrdGraph.js: Add RrdGraph.prototype.graph_paint_async methodVincent Brillault2014-01-121-0/+93
|
* jsrrdgraph: RrdGraph.js: splitting RrdGraph.prototype.graph_paint into init, ↵Vincent Brillault2014-01-121-3/+13
| | | | fetch and draw
* jsrrdgraph: RrdGraph.js: fix some indentationVincent Brillault2014-01-121-4/+4
|
* jsrrdgraph: RrdGraph.js: gprint: fix check for undefined format in case of vdefPim van den Berg2013-05-181-1/+1
| | | | | | | | | | The GPRINT of a VDEF doesn't have a CF. For example: > "GPRINT:avg:LAST:%5.1lf%s Last" > "GPRINT:tot:%5.1lf%s Total\l" The format will be passed via the cf variable, so format is not defined. But it didn't show up in the legend. Firebug showed variable format isn't undefined, but an empty string in case of VDEF. So just check for falsy.
* jsrrdgraph: RrdGraph.js: fix undefined 2nd argument of RrdVdef functionPim van den Berg2013-05-131-1/+1
| | | | | This fixes this error: > TypeError: Cannot call method 'indexOf' of undefined at new RrdVdef
* import js directory from jsrrdgraph for client side graph renderingPim van den Berg2013-05-101-0/+2914
Source: https://github.com/manuelluis/jsrrdgraph@276b880