pyxley icon indicating copy to clipboard operation
pyxley copied to clipboard

global name 'jsonify' is not defined in scatter_plot.py

Open LuisBL opened this issue 9 years ago • 1 comments

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

LuisBL avatar Jan 06 '16 15:01 LuisBL

Thanks, I'll fix this in the next version.

nmkridler avatar Jan 07 '16 16:01 nmkridler