Skip to content

2.2.6

Compare
Choose a tag to compare
@arawinters arawinters released this 23 Nov 19:52
a4b0b54

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