mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
16763d4848
commit
c9dece8055
1 changed files with 6 additions and 0 deletions
|
@ -39,6 +39,12 @@ uiModules
|
|||
$scope.groupNameLabel = aggGroupNameMaps()[$scope.groupName];
|
||||
$scope.$bind('group', 'state.aggs.bySchemaGroup["' + $scope.groupName + '"]');
|
||||
$scope.$bind('schemas', 'vis.type.schemas["' + $scope.groupName + '"]');
|
||||
// We use `editorState` to access the state of the editor in the options panels.
|
||||
// There are some aggregations (dot size metric) that needs to set parameters on the
|
||||
// editorState too. Since we have the editor state here available as `state`, we're just
|
||||
// binding it to the same name `editorState` so the controls look the same if they are in
|
||||
// the data tab or within any other options tab.
|
||||
$scope.$bind('editorState', 'state');
|
||||
|
||||
$scope.$watchMulti([
|
||||
'schemas',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue