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
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 text was updated successfully, but these errors were encountered:
The frontend now supports rendering either PNG or JSON plots. It will dynamically determine the correct rendering based on the contents of the plot field.
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_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 text was updated successfully, but these errors were encountered: