Commit 7d80bea5 authored by Jérome Perrin's avatar Jérome Perrin

Bottleneck analysis by week: fix data for ticks

and fix indentation
parent c87ff0ce
...@@ -84,7 +84,7 @@ class BottleNeckByWeek(plugin.OutputPreparationPlugin, TimeSupportMixin): ...@@ -84,7 +84,7 @@ class BottleNeckByWeek(plugin.OutputPreparationPlugin, TimeSupportMixin):
for week, bottleneckData in by_week.items(): for week, bottleneckData in by_week.items():
series = [] series = []
ticks = [list(enumerate(bottleneckData.keys()))] ticks = list(enumerate(bottleneckData.keys()))
options = { options = {
"xaxis": { "xaxis": {
......
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