mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 04:38:15 +00:00
[Time Conductor] Update PlotAxis spec
...to reflect ability to change domain selection without reinstantiation, supporting integration of domain-driven formatting of X axis values in a plot.
This commit is contained in:
@ -92,7 +92,7 @@ define(
|
||||
if (!optionKeys[key] && !newOptions[key]) {
|
||||
toAdd.push(option);
|
||||
}
|
||||
newOptions[option.key] = true;
|
||||
newOptions[key] = true;
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user