Search code examples
graphite

Looking for Graphite graph templates


I've searched the net but cannot find any pretty graphite templates that can be placed in graphtemplates.conf and used in the graph by adding ?template=[name] to the query string.

I found the solarized-light template which looks as follows:

[solarized-light]
background = #fdf6e3
foreground = #657b83
majorLine = #073642
minorLine = #586e75
lineColors = #268bd2,#859900,#dc322f,#d33682,#db4b16,#b58900,#2aa198,#6c71c4
fontName = Sans
fontSize = 10
fontBold = False
fontItalic = False

Solarized-light

This one is nice but I want to be able to select more options. Does anyone have or found a good template which I can use?


Solution

  • I couldn't find anything either, so I started one: https://github.com/phillbaker/graphite-templates. Currently has solarized-light (from your post) and solarized-dark. I opened an issue to add monokai as well.