Liquid Gauges

Demo to preview the plugin:

Introduction

Are you thinking about getting a stylish progress visualization in percents for your Bubble app? Try this no-code Liquid Gauges plugin and use customizable gauge elements for that.
Image without caption

How to setup

  1. Add the Liquid Gauge element to the page
      • Search for the Liquid Gauge element and drag it onto your page.
  1. Configure the properties
    1. Adjust the following parameters as needed:
      • Value: Set the initial value of the gauge.
      • Wave Height, Speed, Color: Customize the appearance of the animation.
      • Text Color: Adjust the color of the number displayed inside the gauge.
  1. Update the Gauge Dynamically
    1. To change the gauge value in real time, use the Update Gauge A Liquid Gauge action within a workflow.
      Example Usage
    2. Add a button labeled "Update Gauge" to your page.
    3. Go to the Workflows tab and create a new event "When the button is clicked".
    4. Add the Update Gauge A Liquid Gauge action.
    5. Select the Liquid Gauge element you want to update.
    6. Set a New Value (e.g., Input's value to use the value from a numeric input).

Plugin Element Properties

Liquid Gauge

Element properties → Liquid Gauge.
Element properties → Liquid Gauge.
Fields:
Title
Description
Type
Value
The value to display
Number
Circle Color
The gauges circle color.
Color
Text Color
The gauges font color.
Color
Wave Text Color
The wave text color.
Color
Wave Color
The wave color.
Color
Circle Thickness
The circle thickness.
Number
Vertical Text Position
The vertical text position.
Number
Wave Animate Time
The wave animation time.
Number
Wave Count
The number of waves.
Number
Display Percent
Adds a % symbol to the gauge
Checkbox (yes/no)

Element Actions

  1. Update Gauge - Updates the gauge.
    1. Title
      Description
      Type
      New Value
      The new value to display.
      Number
Image without caption

Changelogs