Commit 50ddac56 authored by Vincent Pelletier's avatar Vincent Pelletier

Make legend transparent.

parent a0b17f3c
...@@ -245,10 +245,12 @@ def graphPair(daily_data, date_format, graph_period, apdex_y_min=None, ...@@ -245,10 +245,12 @@ def graphPair(daily_data, date_format, graph_period, apdex_y_min=None,
'grid': { 'grid': {
'hoverable': True, 'hoverable': True,
}, },
'legend': {
'backgroundOpacity': 0.25,
},
}, },
) )
def graph(title, data, options={}): def graph(title, data, options={}):
result = [] result = []
append = result.append append = result.append
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment