Liquid Chart
Introduction
liquid chart usually display data by filling a circle with dynamic water waves, and are often used to show real-time progress.
Chart composition
A liquid chart consists of liquid mark(liquid),liquidBackground mark(liquidBackground)and liquidOutline mark(liquidOutline).

The data fields and data maps of the liquid chart are configured as follows:
-
liquidChart.type: Chart type, the type of liquid chart -
liquidChart.data: Data source for graphing -
liquidChart.valueFieldThe attribute is declared as a value field configuration, used to represent the height of the water wave -
For more component configurations, seeVChart liquid configuration
Get started quickly
Key Options
- The
valueFieldattribute is declared as a value field configuration - The
maskShapeproperty is declared as an outline shape - The
outlineMarginattribute is declared as the padding between the outer outline and the region boundary - The
outlinePaddingattribute is declared as the padding between the inner outline and the outer outline - The
indicatorSmartInvertattribute declares whether to enable smart inversion of indicator values.
Liquid Chart
Data
- A
valuefield, such as:value, maps the height of the water wave primitive.
A set of progress data is defined as follows:
data: [ { values: [{ value: 0.5 }] } ];