Private
Public Access
1
0

flex chart

This commit is contained in:
Sander Roosendaal
2018-10-11 20:35:38 +02:00
parent cc724afcbb
commit 9d69fa15ea
3 changed files with 7 additions and 3 deletions

View File

@@ -629,6 +629,8 @@ def interactive_forcecurve(theworkouts,workstrokesonly=False):
),
plot])
layout.sizing_mode = 'scale_width'
script, div = components(layout)
js_resources = INLINE.render_js()
css_resources = INLINE.render_css()
@@ -3342,7 +3344,9 @@ def interactive_flex_chart2(id=0,promember=0,
slider_work_max,
],
),
plot])
plot])
layout.sizing_mode = 'scale_width'
script, div = components(layout)
js_resources = INLINE.render_js()