Commit a7df2192 authored by Jérome Perrin's avatar Jérome Perrin

DemandPlanning: use day for x axis unit in "utilisation by bottleneck"

parent 3ec8908d
...@@ -34,7 +34,7 @@ class DemandPlanningLine(plugin.OutputPreparationPlugin, TimeSupportMixin): ...@@ -34,7 +34,7 @@ class DemandPlanningLine(plugin.OutputPreparationPlugin, TimeSupportMixin):
options = { options = {
"xaxis": { "xaxis": {
"mode": "time", "mode": "time",
"minTickSize": [1, self.getTimeUnitText()], "minTickSize": [1, "day"],
} }
} }
......
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