aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/js (follow)
Commit message (Expand)AuthorAgeFilesLines
* jsrrdgraph: Fix typoManuel Luis Sanmartín Rozada2015-06-221-2/+1
* jsrrdgraph: Fix TICKManuel Luis Sanmartín Rozada2015-06-222-4/+5
* jsrrdgraph: Fix tabs and spacesManuel Luis Sanmartín Rozada2015-06-224-48/+49
* jsrrdgraph: Use dash lines in canvas for the grid.Manuel Luis Sanmartín Rozada2015-06-221-1/+15
* jsrrdgraph: Fix tabs.Manuel Luis Sanmartín Rozada2015-06-221-1/+1
* jsrrdgraph: Fix "SHIFT:" number of charsManuel Luis Sanmartín Rozada2015-06-221-1/+1
* jsrrdgraph: Add dashes to Json.Manuel Luis Sanmartín Rozada2015-06-221-6/+12
* jsrrdgraph: Add support for dashesManuel Luis Sanmartín Rozada2015-06-224-14/+127
* 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
* Revert "make detail page accessible when using "canvas" graph_type"Peter Wu2014-12-141-6/+0
* js: import jquery 2.1.1Pim van den Berg2014-12-141-0/+4
* dashboard: timeago: show seconds, refresh every 5 secondsPim van den Berg2014-12-131-2/+2
* dashboard: make timeago dynamic using jquery + timeagoPim van den Berg2014-12-131-0/+214
* js/CGP: scroll wheel zoom center positionPeter Chiocchetti2014-12-131-2/+4
* jsrrdgraph: Set original step when change time interval.Manuel Luis Sanmartín Rozada2014-11-143-4/+8
* jsrrdgraph: Fix invalid function callPeter Wu2014-11-141-1/+1
* jsrrdgraph: Fix undefined variablesPeter Wu2014-11-141-15/+13
* jsrrdgraph: Guard out antique browsers for happier debuggingPeter Wu2014-11-141-2/+6
* jsrrdgraph: Simplify matching logicPeter Wu2014-11-141-10/+8
* jsrrdgraph: Improve performance for graphs in the futurePeter Wu2014-11-141-2/+14
* jsrrdgraph: Fix undefined value issue in RrdDataFilePeter Wu2014-11-141-4/+6
* make detail page accessible when using "canvas" graph_typePim van den Berg2014-11-111-0/+6
* jsrrdgraph: Fix parsing of rrdfiles containing escapesPeter Wu2014-08-101-5/+7
* Merge (a)sync code, reformat CGP.jsPeter Wu2014-08-023-140/+129
* jsrrdgraph: Fix error functions. Error prototype.Manuel Luis Sanmartín Rozada2014-08-024-6/+7
* jsrrdgraph: Fix reduce in DEFManuel Luis Sanmartín Rozada2014-08-021-2/+2
* jsrrdgraph: Add fallback fonts.Manuel Luis Sanmartín Rozada2014-08-022-3/+3
* jsrrdgraph: Use Typed Arrays for better performancePeter Wu2014-08-021-7/+66
* jsrrdgraph: Remove unused getStringAt, move implementationPeter Wu2014-08-021-48/+43
* jsrrdgraph: Drop iDataOffset and iDataLength parametersPeter Wu2014-08-021-11/+9
* jsrrdgraph: document.write is for dinosaursPeter Wu2014-08-021-1/+3
* jsrrdgraph: Performance fixPeter Wu2014-08-021-6/+9
* jsrrdgraph: binaryXHR: jshint style fixesPeter Wu2014-08-021-257/+264
* jsrrdgraph: Fixed jshint warnings/errorsPeter Wu2014-08-0213-218/+185
* jsrrdgraph: Fix get reponseText in FetchBinaryURLManuel Luis Sanmartín Rozada2014-07-251-1/+1
* jsrrdgraph: Upgrade to javascriptrrd ver 1.1.1Manuel Luis Sanmartín Rozada2014-07-252-85/+143
* 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-253-9/+9
* jsrrdgraph: Fix flags parsing (options without a value)Peter Wu2014-07-251-97/+92
* Defensive programming: more urlencode/htmlentitiesPeter Wu2014-07-201-1/+1
* jsrrdgraph: RrdGraph.js: make HRULE support reference to variablePim van den Berg2014-07-051-1/+3
* 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
* Add a configuration option for sync/async choice for the canvas graphsVincent Brillault2014-01-123-22/+42
* jsrrdgraph: CGP.js: split draw(id) into prepare_draw(id) and draw(id)Vincent Brillault2014-01-121-1/+7
* 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: RrdDataFile.js: Add async function (fetch_async) to RrdDataFileVincent Brillault2014-01-121-0/+39