Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
Add to changelog, contributors and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Feb 12, 2012
1 parent 04c5cbf commit cc716f5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
@@ -1,3 +1,4 @@
2012/02/11 - Support time interval views for any graph
2011/11/12 - Include the uncompiled less files and a js script to compile on demand
making it easier to customize the look and feel of gdash - thanks Joe Miller
2011/10/18 - Multiple top level categories are supported
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Expand Up @@ -3,3 +3,4 @@
* Jeremy Carroll - Bug fixes to the top level menu
* @nstielau - Use absolute paths in views
* Jason Dixon - Fixed spelling errors in code
* Pierre-Yves Ritschard - Time interval graphs
18 changes: 18 additions & 0 deletions README.md
Expand Up @@ -77,6 +77,24 @@ over at https://github.com/ripienaar/graphite-graph-dsl/wiki

At the moment we do not support the _Related Items_ feature of the DSL.

Time Intervals Display?
-----------------------

If you configure time intervals in the config file you can click on any graph in
the main dashboard view and get a view with different time intervals of the same
graph

:options:
:intervals:
- [ "-1hour", "1 hour" ]
- [ "-2hour", "2 hour" ]
- [ "-1day", "1 day" ]
- [ "-1month", "1 month" ]
- [ "-1year", "1 year" ]

With this in place in the _config.yaml_ clicking on a graph will show the 5 intervals
defined above of that graph

Full Screen Displays?
---------------------

Expand Down

0 comments on commit cc716f5

Please sign in to comment.