The frontend will support rendering interactive plots based on JSON exported by Bokeh on the server.
In
the
plot_Pareto method should be replaced with a method producing Bokeh JSON.
Ideally plot output should be completely controlled by the feature implemented in #46, however, in the short run we can make do with just having the Pareto plot as JSON.
The frontend will support rendering interactive plots based on JSON exported by Bokeh on the server.
In
process-optimizer-api/optimizerapi/optimizer.py
Line 218 in 4a6f75f
plot_Paretomethod should be replaced with a method producing Bokeh JSON.Ideally plot output should be completely controlled by the feature implemented in #46, however, in the short run we can make do with just having the Pareto plot as JSON.