Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | jsrrdgraph: Fix ident. Thanks to Poil | Manuel Luis Sanmartín Rozada | 2014-07-25 | 1 | -3/+3 |
| | |||||
* | jsrrdgraph: Check when this.gdes[i].legend is null | Manuel Luis Sanmartín Rozada | 2014-07-25 | 1 | -2/+7 |
| | |||||
* | jsrrdgraph: Fix textalign name typo. Thanks to Poil | Manuel Luis Sanmartín Rozada | 2014-07-25 | 1 | -2/+2 |
| | |||||
* | jsrrdgraph: RrdGraph.js: make HRULE support reference to variable | Pim van den Berg | 2014-07-05 | 1 | -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 Rozada | 2014-06-28 | 1 | -2/+1 |
| | |||||
* | jsrrdgraph: Fix errors in second axis. | Manuel Luis Sanmartín Rozada | 2014-06-28 | 1 | -2/+2 |
| | |||||
* | jsrrdgraph: Change alter for thow | Manuel Luis Sanmartín Rozada | 2014-01-12 | 1 | -4/+2 |
| | |||||
* | jsrrdgraph: RrdGraph.js: Add RrdGraph.prototype.graph_paint_async method | Vincent Brillault | 2014-01-12 | 1 | -0/+93 |
| | |||||
* | jsrrdgraph: RrdGraph.js: splitting RrdGraph.prototype.graph_paint into init, ↵ | Vincent Brillault | 2014-01-12 | 1 | -3/+13 |
| | | | | fetch and draw | ||||
* | jsrrdgraph: RrdGraph.js: fix some indentation | Vincent Brillault | 2014-01-12 | 1 | -4/+4 |
| | |||||
* | jsrrdgraph: RrdGraph.js: gprint: fix check for undefined format in case of vdef | Pim van den Berg | 2013-05-18 | 1 | -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 function | Pim van den Berg | 2013-05-13 | 1 | -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 rendering | Pim van den Berg | 2013-05-10 | 1 | -0/+2914 |
Source: https://github.com/manuelluis/jsrrdgraph@276b880 |