aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/js (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-22jsrrdgraph: Fix typoManuel Luis Sanmartín Rozada1-2/+1
2015-06-22jsrrdgraph: Fix TICKManuel Luis Sanmartín Rozada2-4/+5
2015-06-22jsrrdgraph: Fix tabs and spacesManuel Luis Sanmartín Rozada4-48/+49
2015-06-22jsrrdgraph: Use dash lines in canvas for the grid.Manuel Luis Sanmartín Rozada1-1/+15
2015-06-22jsrrdgraph: Fix tabs.Manuel Luis Sanmartín Rozada1-1/+1
2015-06-22jsrrdgraph: Fix "SHIFT:" number of charsManuel Luis Sanmartín Rozada1-1/+1
2015-06-22jsrrdgraph: Add dashes to Json.Manuel Luis Sanmartín Rozada1-6/+12
2015-06-22jsrrdgraph: Add support for dashesManuel Luis Sanmartín Rozada4-14/+127
2015-06-22jsrrdgraph: Rewrite data a graph commands parser.Manuel Luis Sanmartín Rozada1-82/+344
2015-06-22jsrrdgraph: Fix parse AREA in cmd line.manuel.luis1-2/+2
2014-12-14Revert "make detail page accessible when using "canvas" graph_type"Peter Wu1-6/+0
2014-12-14js: import jquery 2.1.1Pim van den Berg1-0/+4
2014-12-13dashboard: timeago: show seconds, refresh every 5 secondsPim van den Berg1-2/+2
2014-12-13dashboard: make timeago dynamic using jquery + timeagoPim van den Berg1-0/+214
2014-12-13js/CGP: scroll wheel zoom center positionPeter Chiocchetti1-2/+4
2014-11-14jsrrdgraph: Set original step when change time interval.Manuel Luis Sanmartín Rozada3-4/+8
2014-11-14jsrrdgraph: Fix invalid function callPeter Wu1-1/+1
2014-11-14jsrrdgraph: Fix undefined variablesPeter Wu1-15/+13
2014-11-14jsrrdgraph: Guard out antique browsers for happier debuggingPeter Wu1-2/+6
2014-11-14jsrrdgraph: Simplify matching logicPeter Wu1-10/+8
2014-11-14jsrrdgraph: Improve performance for graphs in the futurePeter Wu1-2/+14
2014-11-14jsrrdgraph: Fix undefined value issue in RrdDataFilePeter Wu1-4/+6
2014-11-11make detail page accessible when using "canvas" graph_typePim van den Berg1-0/+6
2014-08-10jsrrdgraph: Fix parsing of rrdfiles containing escapesPeter Wu1-5/+7
2014-08-02Merge (a)sync code, reformat CGP.jsPeter Wu3-140/+129
2014-08-02jsrrdgraph: Fix error functions. Error prototype.Manuel Luis Sanmartín Rozada4-6/+7
2014-08-02jsrrdgraph: Fix reduce in DEFManuel Luis Sanmartín Rozada1-2/+2
2014-08-02jsrrdgraph: Add fallback fonts.Manuel Luis Sanmartín Rozada2-3/+3
2014-08-02jsrrdgraph: Use Typed Arrays for better performancePeter Wu1-7/+66
2014-08-02jsrrdgraph: Remove unused getStringAt, move implementationPeter Wu1-48/+43
2014-08-02jsrrdgraph: Drop iDataOffset and iDataLength parametersPeter Wu1-11/+9
2014-08-02jsrrdgraph: document.write is for dinosaursPeter Wu1-1/+3
2014-08-02jsrrdgraph: Performance fixPeter Wu1-6/+9
2014-08-02jsrrdgraph: binaryXHR: jshint style fixesPeter Wu1-257/+264
2014-08-02jsrrdgraph: Fixed jshint warnings/errorsPeter Wu13-218/+185
2014-07-25jsrrdgraph: Fix get reponseText in FetchBinaryURLManuel Luis Sanmartín Rozada1-1/+1
2014-07-25jsrrdgraph: Upgrade to javascriptrrd ver 1.1.1Manuel Luis Sanmartín Rozada2-85/+143
2014-07-25jsrrdgraph: Fix ident. Thanks to PoilManuel Luis Sanmartín Rozada1-3/+3
2014-07-25jsrrdgraph: Check when this.gdes[i].legend is nullManuel Luis Sanmartín Rozada1-2/+7
2014-07-25jsrrdgraph: Fix textalign name typo. Thanks to PoilManuel Luis Sanmartín Rozada3-9/+9
2014-07-25jsrrdgraph: Fix flags parsing (options without a value)Peter Wu1-97/+92
2014-07-20Defensive programming: more urlencode/htmlentitiesPeter Wu1-1/+1
2014-07-05jsrrdgraph: RrdGraph.js: make HRULE support reference to variablePim van den Berg1-1/+3
2014-06-28jsrrdgraph: Fix graph width to look like rrdtool.Manuel Luis Sanmartín Rozada1-2/+1
2014-06-28jsrrdgraph: Fix errors in second axis.Manuel Luis Sanmartín Rozada1-2/+2
2014-01-12Add a configuration option for sync/async choice for the canvas graphsVincent Brillault3-22/+42
2014-01-12jsrrdgraph: CGP.js: split draw(id) into prepare_draw(id) and draw(id)Vincent Brillault1-1/+7
2014-01-12jsrrdgraph: Change alter for thowManuel Luis Sanmartín Rozada1-4/+2
2014-01-12jsrrdgraph: RrdGraph.js: Add RrdGraph.prototype.graph_paint_async methodVincent Brillault1-0/+93
2014-01-12jsrrdgraph: RrdDataFile.js: Add async function (fetch_async) to RrdDataFileVincent Brillault1-0/+39