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,
'grid': {
'hoverable': True,
},
'legend': {
'backgroundOpacity': 0.25,
},
},
)
def graph(title, data, options={}):
result = []
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