Radial Gauge
The Radial Gauges are part of the Charts components which the Unite UX supports.
Usage
- The RadialGauge represents a value on a circular arc.
- The difference between Arc and Radial gauges is that in ArcGauges the value is represented by a value range on the arc instead of a pointer indicating a specific value.
Properties of Interest
- HTML Wrapper—Template of the HTML that would wrap the component.
-
Pointers—The configuration options for the RadialGauge pointer.
- Value—The pointer value.
- Model—The data model that is associated with this component. For more information, refer to the article on using data source instances.
Include any custom code for this component in the
[view-name].view.component.ts
file for Angular which is located in the\app\src\modules\[module-name]\[view-name]
folder or[view-name].tsx
file for React which is located in the\app\src\components\[module-name]\[view-name]
folder. For more information, refer to the article on custom code.