Commit 71e6e534 authored by Georgios Dagkakis's avatar Georgios Dagkakis

change JS gannts so that sub-tasks are transparent and the text is not hidden

parent ea0c703b
...@@ -95,7 +95,7 @@ class JSComponentGantt(plugin.OutputPreparationPlugin, TimeSupportMixin): ...@@ -95,7 +95,7 @@ class JSComponentGantt(plugin.OutputPreparationPlugin, TimeSupportMixin):
exitTime).strftime(date_format), exitTime).strftime(date_format),
open=False, open=False,
entranceTime=entranceTime, entranceTime=entranceTime,
color='cyan', color='transparent',
duration=exitTime-entranceTime, duration=exitTime-entranceTime,
) )
......
...@@ -74,7 +74,7 @@ class JSOperatorGantt(plugin.OutputPreparationPlugin, TimeSupportMixin): ...@@ -74,7 +74,7 @@ class JSOperatorGantt(plugin.OutputPreparationPlugin, TimeSupportMixin):
exitTime).strftime(date_format), exitTime).strftime(date_format),
open=False, open=False,
entranceTime=entranceTime, entranceTime=entranceTime,
color='cyan', color='transparent',
duration=exitTime-entranceTime, duration=exitTime-entranceTime,
) )
if task_id == 'off-shift': if task_id == 'off-shift':
......
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