Skip to main content

Mermaid Flowchart from Data Records

Overview

The Mermaid Flowchart from Data Records Plugin facilitates the creation of Mermaid flowcharts within Tadabase applications, visualizing connections between specified fields effortlessly. This plugin iterates through records, extracts data from designated fields, and dynamically generates flowchart elements to represent the connections. The resulting visualizations enhance data comprehension and analysis, offering valuable insights into relationships between different fields within the application.

Use Cases

  • This plugin is ideal for applications that require visual representation of data relationships, such as organizational charts, process flows, or any scenario where understanding connections between records is critical for data analysis and decision-making.

Installing the plugin

Prerequisites:

  1. The page must have a table component
  2. The table must have a connections field 
  3. Javascript must be enabled (applicable if your're on trial account)

Step-by-Step Installation:

  1. Navigate to the page with this table, this can be a parent or child page. 
  2. Click on the Plugins
  3. Find the Mermaid Flowchart from Data Records plugin
  4. Select the table
  5. Select the connections field

Removing the Plugin

To remove the plugin, find the Javascript code that is surrounted with a comment for the plugin name and delete the code. Do the same for the CSS as well.