Network Graph Component

Overview

Display the connectivity/dependency/relationships between multiple objects in the graph representation.

Some example use cases:

  • Marketing Analytics – this component can be used to figure out the most influential people in your social network. Advertisers and marketers can estimate the biggest bang for the marketing buck by routing their message through the most influential people in your CRM application.
  • Banking Transactions – this component can be used to find unusual patterns helping in mitigating fraudulent transactions.
  • Supply Chain – this component help in identifying optimum routes for your delivery trucks and in identifying locations for warehouses and delivery centers.
  • Field Service – Companies having on-site field agents can optimize the routes of their agents using this component which helps in cutting costs and reducing the travel time.

Key Features & Functionality

  • Supports all configurations a network graph component has, as outlined on https://visjs.github.io/vis-network/docs/network/
  • Easily and quickly configure network graph objects & its edges (dependencies) in "low-code"
  • Having various options for setting edges, nodes, layout, physics, and interaction.
  • Apply different branding to your graphs with different icons, colors, image nodes, & style themes.
Anonymous
Parents Comment Children
  • Hi Seifeddine,
    Please find below the step-by-step installation instructions:

    1) Download the Network Graph plugin zip file from this AppMarket page using the "Download" button
    2) Extract the downloaded zip file
    3) Once you extract - you should find two zip files - A)"Network Graph Plugin Component_signed.zip" & B) "Network Graph Sample Application.zip"
    4) "A" file is the main plugin component file which needs to be deployed on the server plugins where rest of the plugins are generally deployed (/data/appian/_admin/plugins)
    5) Once the plugin is successfully installed, the function name should be available as usual on Appian interfaces. The name of the custom function is "networkGraphField."
    6) FYI - "B" is the sample application package that we have provided as part of this plugin, which, after you install the plugin component, you can deploy this as any other Appian application on your environment - this application has some sample interface created using this plugin.

    Thanks,