Commit 04949394c577b71f1461158a045fdbe0295789a8

Authored by Menouard AZIB
1 parent 3656b60b

Adding interactive-preview to PlotFunction unmarshallPlotFunction

src/InputOutput/IHMImpl/Params/PlotImpl/IHMInputOutputParamsPlotClass.php
... ... @@ -1906,6 +1906,9 @@ class IHMInputOutputParamsPlotClass extends IHMInputOutputParamsAbstractClass
1906 1906 $plotInput->{"startDate"} = $start_time_plotfunction;
1907 1907 $plotInput->{"stopDate"} = $stop_time_plotfunction;
1908 1908 $plotInput->{"file-prefix"} = RequestOutPutPlotElementPlotFunctionNodeClass::REQUESTOUTPUTPLOTELEMENT_PLOTFUNCTION_NAME;
  1909 + $plotInput->{"interactive-preview"} = true;
  1910 + $plotInput->{"file-format"} = "PNG";
  1911 + $plotInput->{"file-output"} = "INTERACTIVE";
1909 1912  
1910 1913 foreach ($plotInput->{'panels'} as $panel) {
1911 1914 if ($input->{'panelId'} == $panel->{'id'}) {
... ...