Skip to content

Release 2.2.0

Latest
Compare
Choose a tag to compare
@adrogin adrogin released this 10 Mar 15:59
· 14 commits to master since this release
  • Introduced the Application Worksheet functionality in graph view:
    • Item ledger entries can be reapplied in the graph UI
  • New actions and events in the graph control (refer to the description in Scripts/index.js for details)
    • Supported actions:

      • AddNodes
      • AddEdges
      • CreateTextElements
      • CreateTooltips
      • DestroyContextMenu
      • DrawGraph
      • DrawGraphWithStyles
      • InitializeDefaultContextMenu
      • InitializeEdgeHandles
      • RemoveEdges
      • RemoveNodes
      • RequestGraphData
      • SetLayout
      • SetNodeData
      • SetNodeLabel
      • SetNodeTooltipText
      • SetTooltipTextOnMultipleNodes
      • SetEditModeEnabled
    • Supported events:

      • OnNodeClick
      • OnGraphDataReceived
      • OnEdgeDrawingStart
      • OnEdgeDrawingStop
      • OnEdgeDrawingDone
      • OnEdgeDrawingCanceled
      • OnNodeCreated
      • OnEdgeCreated
      • OnNodeRemoved
      • OnEdgeRemoved