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

DemandPlanning: set almost transparent background for the legend

parent ec1b0ae4
......@@ -35,7 +35,8 @@ class DemandPlanningLine(plugin.OutputPreparationPlugin, TimeSupportMixin):
"xaxis": {
"mode": "time",
"minTickSize": [1, "day"],
}
},
"legend": {"backgroundOpacity": 0.1},
}
bottleNeckUtilizationDict[bottleneck] = {
......@@ -91,6 +92,7 @@ class BottleNeckByWeek(plugin.OutputPreparationPlugin, TimeSupportMixin):
"minTickSize": 1,
"ticks": ticks
},
"legend": {"backgroundOpacity": 0.1},
"series": {
"bars": {
"show": True,
......
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