analysis, np.array to series to prevent instroke to choke
This commit is contained in:
@@ -4291,8 +4291,8 @@ def instroke_multi_interactive_chart(selected, *args, **kwargs):
|
||||
xvals = np.arange(len(mean_vals))
|
||||
xname = 'x_'+str(analysis.id)
|
||||
yname = 'y_'+str(analysis.id)
|
||||
df_plot[xname] = xvals
|
||||
df_plot[yname] = mean_vals
|
||||
df_plot[xname] = pd.Series(xvals)
|
||||
df_plot[yname] = pd.Series(mean_vals)
|
||||
|
||||
if len(metrics) > 1:
|
||||
for analysis in selected:
|
||||
|
||||
Reference in New Issue
Block a user