You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I jsonify is not define in scatter_plot.py, line 46
return self.view_functions[rule.endpoint](**req.view_args)
File "build/bdist.linux-x86_64/egg/pyxley/charts/mg/scatter_plot.py", line 46, in get_data
return jsonify(ScatterPlot.to_json(
NameError: global name 'jsonify' is not defined
The text was updated successfully, but these errors were encountered:
Hello,
I jsonify is not define in scatter_plot.py, line 46
The text was updated successfully, but these errors were encountered: