Commit 73fd2e71eefb3d707d6a43c6cb7d5b856f9296d2
1 parent
32175950
Exists in
master
and in
111 other branches
stackplot
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
php/classes/AmdaAction.php
... | ... | @@ -272,7 +272,7 @@ class AmdaAction { |
272 | 272 | $isSpectra = true; |
273 | 273 | $isScatter = false; |
274 | 274 | } |
275 | - else if ($child->getAttribute('display_type') == 'stack') { | |
275 | + else if ($child->getAttribute('display_type') == 'stackplot') { | |
276 | 276 | $isStack = true; |
277 | 277 | $isScatter = false; |
278 | 278 | } |
... | ... |