ProcFu Help
Search
📊

Dashboard

Dashboard screens allow you to show graphical charts and graphs from various data sources.

Code Events

Please refer to 📜Code Events for more details.

Options

Dashboard widgets each have 2 options fields which accept JSON data.

Card Options

Eg: {"color":"blue","background":"#f8f8f8"}

Text Info Options

Eg: {"color":"red"}

Simple Value Options

Eg: {"color":"red","font-size":"3em"}

Progress Bar and Gauge Options

Eg: {"color":"red"}

Bar Chart and Line Chart Options

Eg: {"color":"red"}

Widget Table Options

Eg: {"total_label":"Overall Sum","decimals":1}

Table Options


Conditional Colouring

Most card and widget color and background options allow of conditional colouring by providing comma-separated ranges.

Eg: {"color":"red"} will show everything as red

But: {"color":"<2=red,2-10=blue,10+=red"} will show green if the value is less than 2, red if it's greater than 10, and blue if it's between.

Note that conditional colouring can only be used where it makes sense, eg progress bar, value, gauge, or bar chart.

(c) 2024 ProcFu for Podio - by Globi | Join the Discussion in our Podio Workspace.