React Flow Plugin Specialist

Hello, how are you? I need a graph to be created in plugin ReactFlow: Node-based Graph/Diagram Plugin | Bubble or another plugin if you know it to make graph. It’s very simple - graph should show parent Property on top and connected Meters listed in “connected meters” child data type.

Thank you, have a good day.

Hey! You could try this plugin: plugin link

Or actually this one’s pretty good for freehand style plugins : plugin link

I trying to find someone who knows the plugin already. First one is the same as react flow and second is not something i looking for

Ahh so a custom integration using react flow - understood!

If we jump on a video call I could create it for you.
Considering as a little freelance job if it works. No success, no pay.

Cheers,

Hi,

The graph itself is simple, one parent and a list of children. The part people usually get wrong with the React Flow plugin in Bubble is the data shaping: the plugin expects nodes and edges as separate lists in a specific format, and if you feed it the Property and its connected Meters directly, it either renders nothing or does not update when a meter is added or removed.

The clean way is a small workflow that builds the node list (one for the Property, one per Meter) and the edge list (Property to each Meter) from your existing data types, so the graph stays live as your data changes without manual refresh.

One question that decides the approach: do you need users to interact with the graph, drag nodes, click a meter to open it, or is this display only? If it is display only, React Flow is fine but there may be a lighter option that fits Bubble better. If interactive, React Flow is the right pick.

I have done data-driven visualisations in Bubble before, including tree and relationship views. This is a short job, happy to quote fixed once I see your data structure.