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