Private
Public Access
1
0

removing non-used code (bugfix)

This commit is contained in:
Sander Roosendaal
2019-03-17 11:09:17 +01:00
parent becd773273
commit a3ebba1c5f

View File

@@ -3373,10 +3373,6 @@ def interactive_flex_chart2(id=0,promember=0,
hover.mode = 'mouse'
x1meanline = [rowdata[xparam].mean(),rowdata[xparam].mean()]
y1meanline = [rowdata[yparam1].mean(),rowdata[yparam1].mean()]
y2meanline = [rowdata[yparam2].mean(),rowdata[yparam2].mean()]
callback = CustomJS(args = dict(source=source,source2=source2,
x1means=x1means,