Added
SzEntityDetailGraphComponent
showZoomControl
input setter for whether or not to show zoom controls.
showZoomControl
getter for whether or not zoom controls are shown.
zoomControlPosition
input setter for where the zoom control shows up on the embedded graph.
zoomControlPosition
getter for where the zoom control shows up on the embedded graph.
graphZoom
input setter for the current zoom level of the graph.
graphZoom
getter for the current zoom level of the graph.
onGraphZoom()
handler for proxying zoom state of graph component to local scope.
zoomIn()
zooms the graph in.
zoomOut()
zooms the graph out.
SzStandaloneGraphComponent
showZoomControl
input setter for whether or not to show zoom controls.
showZoomControl
getter for whether or not zoom controls are shown.
zoomControlPosition
input setter for where the zoom control shows up on the embedded graph.
zoomControlPosition
getter for where the zoom control shows up on the embedded graph.
graphZoom
input setter for the current zoom level of the graph.
graphZoom
getter for the current zoom level of the graph.
onGraphZoom()
handler for proxying zoom state of graph component to local scope.
zoomIn()
zooms the graph in.
zoomOut()
zooms the graph out.
SzEntityDetailComponent
graphZoomControlPosition
input setter for where the zoom control shows up on the embedded graph.
graphShowZoomControl
input setter for whether or not to show zoom controls on embedded graph.
relevant tickets: #245 #240