execution chart without plan
This commit is contained in:
@@ -242,6 +242,9 @@ def interactive_planchart(data,startdate,enddate):
|
||||
yaxmaximum = data['executed'].max()
|
||||
if data['planned'].max() > yaxmaximum:
|
||||
yaxmaximum = data['planned'].max()
|
||||
|
||||
if yaxmaximum == 0:
|
||||
yaxmaximum = 250
|
||||
|
||||
yrange1 = Range1d(start=0,end=1.1*yaxmaximum)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user