[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:
Victor Woeltjen
2015-10-27 16:18:13 -07:00
parent 8ba112498b
commit 55745d281f
2 changed files with 33 additions and 7 deletions

View File

@ -92,7 +92,7 @@ define(
if (!optionKeys[key] && !newOptions[key]) {
toAdd.push(option);
}
newOptions[option.key] = true;
newOptions[key] = true;
});
});