removing non-used code (bugfix)
This commit is contained in:
@@ -3373,10 +3373,6 @@ def interactive_flex_chart2(id=0,promember=0,
|
|||||||
|
|
||||||
hover.mode = 'mouse'
|
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,
|
callback = CustomJS(args = dict(source=source,source2=source2,
|
||||||
x1means=x1means,
|
x1means=x1means,
|
||||||
|
|||||||
Reference in New Issue
Block a user