Commit 516495e84dcd276f4acfcb3a8d3fd752335e4328
1 parent
26a23052
Exists in
master
and in
66 other branches
Colored parameter is available for orbit serie
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/InputOutput/IHMImpl/Params/PlotImpl/IHMInputOutputParamsPlotClass.php
... | ... | @@ -665,6 +665,7 @@ class IHMInputOutputParamsPlotClass extends IHMInputOutputParamsAbstractClass |
665 | 665 | switch ($paramData->{'param-drawing-type'}) |
666 | 666 | { |
667 | 667 | case 'serie' : |
668 | + case 'orbit-serie' : | |
668 | 669 | //Unmarshall colored serie |
669 | 670 | if (count($paramColoredInfo['indexes']) == 0) |
670 | 671 | $coloredParamNode->addColorSerie($colorSerieId, -1); |
... | ... |