[Time Conductor] Added support for loading and persisting time conductor bounds in URL. Fixes #1231

This commit is contained in:
Henry
2016-11-09 16:25:54 -08:00
committed by Pete Richards
parent 79b4f9a0f4
commit efed5f68af
3 changed files with 28 additions and 7 deletions

View File

@ -283,6 +283,8 @@ define(
new PlotAxis("ranges", [], AXIS_DEFAULTS[1])
];
changeDisplayBounds(undefined, conductor.bounds(), conductor.follow());
// Watch for changes to the selected axis
$scope.$watch("axes[0].active.key", domainRequery);
$scope.$watch("axes[1].active.key", rangeRequery);