Private
Public Access
1
0

flexall using form

This commit is contained in:
Sander Roosendaal
2018-10-08 13:08:49 +02:00
parent 3a968b45fe
commit 320bc860c5
4 changed files with 153 additions and 220 deletions

View File

@@ -2803,6 +2803,8 @@ def interactive_cum_flex_chart2(theworkouts,promember=0,
),
plot])
layout.sizing_mode = 'scale_width'
script, div = components(layout)
js_resources = INLINE.render_js()
css_resources = INLINE.render_css()
@@ -3002,8 +3004,6 @@ def interactive_flex_chart2(id=0,promember=0,
sizing_mode = 'fixed' # 'scale_width' also looks nice with this example
plot = Figure(x_axis_type=x_axis_type,y_axis_type=y_axis_type,
tools=TOOLS,
toolbar_sticky=False