Liquid Chart

A liquid chart is a visualization that uses a liquid fill effect to represent a numerical proportion. Typically using a circular container as the carrier, it intuitively displays the current progress or proportion of a metric through the liquid level height and wave animation. The liquid height represents the percentage value, and the wave effect enhances visual appeal. It is well-suited for displaying the completion or status of a single metric.

Use Cases

  • Used to display the progress or proportion of a metric, such as task completion, resource usage, KPI achievement rate, etc.
  • Suitable for highlighting the current status of a single value

Visual Examples

Server CPU Usage at 72%, Circle Liquid Chart

Project Completion Progress 88%, Pin Shape, Custom Colors

System Availability 99.9%, Rectangle Liquid Chart, Custom Palette

Options

Configuration Options

PropertyTypeRequiredDescription
typestringrequiredValue must be "liquid".
percentnumberrequiredFill percentage, range 0~1.
shape'rect' | 'circle' | 'pin' | 'triangle'optionalChart shape, default is "circle".
titlestringoptionalChart title.
theme'default' | 'dark' | 'academy'optionalChart theme, default is "default".
styleObjectoptionalChart style.
style.backgroundColorstringoptionalMust be a valid color value.
style.palettestring[]optionalMust be an array of valid color values.