Code

server: Add support for GroupBy in graphs.
[sysdb/webui.git] / server / graph.go
2015-05-14 Sebastian Harlserver: Add support for GroupBy in graphs.
2015-05-14 Sebastian HarlAdd rudimentary support for dynamic graphs based on...
2015-05-13 Sebastian Harlgraph: Introduce a new type representing a metric.
2015-05-12 Sebastian HarlAdd a separate package for handling graphs and plots.
2015-05-12 Sebastian HarlConvert the code to the new client.Client interface.
2015-04-25 Sebastian HarlMigrate to github.com/gonum/plot.
2014-11-24 Sebastian HarlMake a metric's graph's time-range configurable.
2014-11-23 Sebastian HarlMake a graph's start and end times configurable.
2014-11-23 Sebastian HarlImproved error reporting in graph(): correctly report...
2014-11-22 Sebastian HarlSimplified URL parsing and un-escape URIs.
2014-11-21 Sebastian Harlgraph: Use a date string for x-axis tick markers.
2014-11-21 Sebastian HarlAdded support for simple SVG graphs for metrics.