Commit a3ce6de0 authored by Georgios Dagkakis's avatar Georgios Dagkakis

Gantt to output also breaks

parent 593bef3e
...@@ -28,7 +28,7 @@ class BatchesOperatorGantt(plugin.OutputPreparationPlugin, TimeSupportMixin): ...@@ -28,7 +28,7 @@ class BatchesOperatorGantt(plugin.OutputPreparationPlugin, TimeSupportMixin):
# loop in the results to find Operators # loop in the results to find Operators
colorList=['blue','green','red', colorList=['blue','green','red',
'gold','black','Aqua', 'gold','Aqua',
'DarkRed','Fuchsia','Gray', 'DarkRed','Fuchsia','Gray',
'magenta','yellow','Olive', 'magenta','yellow','Olive',
'orange','purple','pink'] 'orange','purple','pink']
...@@ -45,6 +45,7 @@ class BatchesOperatorGantt(plugin.OutputPreparationPlugin, TimeSupportMixin): ...@@ -45,6 +45,7 @@ class BatchesOperatorGantt(plugin.OutputPreparationPlugin, TimeSupportMixin):
i=0 i=0
# set off-shift color to white # set off-shift color to white
colorDict['off-shift']='white' colorDict['off-shift']='white'
colorDict['on-break']='black'
for element in resultElements: for element in resultElements:
if element['_class']=="Dream.Operator": if element['_class']=="Dream.Operator":
......
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