Private
Public Access
1
0

gdpr-optin

This commit is contained in:
Sander Roosendaal
2018-10-10 13:59:53 +02:00
parent 830af9aa3a
commit 401fc7c82a
8 changed files with 145 additions and 128 deletions

View File

@@ -181,7 +181,7 @@ def interactive_boxchart(datadf,fieldname,extratitle=''):
tools=TOOLS,
toolbar_location="above",
toolbar_sticky=False,
x_mapper_type='datetime')
x_mapper_type='datetime',plot_width=920)
yrange1 = Range1d(start=yaxminima[fieldname],end=yaxmaxima[fieldname])
plot.y_range = yrange1
@@ -2365,7 +2365,7 @@ def interactive_multiflex(datadf,xparam,yparam,groupby,extratitle='',
plot = Figure(x_axis_type=x_axis_type,y_axis_type=y_axis_type,
tools=TOOLS,
toolbar_location="above",
toolbar_sticky=False) #,plot_width=500,plot_height=500)
toolbar_sticky=False,plot_width=920)
# add watermark
plot.extra_y_ranges = {"watermark": watermarkrange}