C3 AI Documentation Home

Change log for uiGraphComponent

All notable changes to the package uiGraphComponent made in master are documented here.

Version 8.9.0

Bug Fixes

  • UiSdlGraphVisualization
    • Disable export button when there is GeoJson data in the graph.

Version 8.8

  • UiSdlGraphVisualization
    • Added two new actions NODES_POSITIONS_CHANGED and GRAPH_VIEW_CHANGED. These new actions publish the nodes data and the graph view data in the payload, you can then consume the data and perform async backend actions or store the data in an application state.

Version 8.4

  • UiSdlGraphVisualization
    • Added a new option for packing options in UiSdlGraphVisualizationLayoutPackingOptions to allow the 2 subgraphs to appear at the same level. Also changed the default packing value in UiSdlGraphVisualizationLayout to ALIGNED to be the default behavior. You can continue to choose between the different packing options.
Was this page helpful?