mirror of https://gitee.com/bigwinds/arangodb
issue #611: Implemented rerendering after collection switch.
This commit is contained in:
parent
a0bd8a850c
commit
c9006424cb
|
@ -386,7 +386,10 @@ function GraphViewerUI(container, adapterConfig, optWidth, optHeight, viewerConf
|
||||||
|
|
||||||
buttons.appendChild(configureDropDown);
|
buttons.appendChild(configureDropDown);
|
||||||
|
|
||||||
adapterUI.addControlChangeCollections(updateAttributeExamples);
|
adapterUI.addControlChangeCollections(function() {
|
||||||
|
updateAttributeExamples();
|
||||||
|
graphViewer.start();
|
||||||
|
});
|
||||||
adapterUI.addControlChangePriority();
|
adapterUI.addControlChangePriority();
|
||||||
nodeShaperUI.addControlOpticLabelAndColour(graphViewer.adapter);
|
nodeShaperUI.addControlOpticLabelAndColour(graphViewer.adapter);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue