diff --git a/en/application-dev/reference/arkui-ts/ts-basic-components-gauge.md b/en/application-dev/reference/arkui-ts/ts-basic-components-gauge.md index 0be44b9d723e09f7ab281788a062528f7be0d42a..9870c5d4d64ba6058fe26ec9b4ccbd2a0c8e14ad 100644 --- a/en/application-dev/reference/arkui-ts/ts-basic-components-gauge.md +++ b/en/application-dev/reference/arkui-ts/ts-basic-components-gauge.md @@ -5,7 +5,7 @@ > This component is supported since API version 8. Updates will be marked with a superscript to indicate their earliest API version. -Data gauge chart widget, which is used to display data in a ring chart. +This component is used to create a data gauge chart widget that displays data in a ring chart. ## Required Permissions @@ -22,7 +22,7 @@ None Gauge(value:{value: number, min?: number, max?: number}) -- Parameter +- Parameters | Name | Type | Mandatory | Default Value | Description | | -------- | -------- | -------- | -------- | -------- | | value | number | Yes | - | Current data value. | @@ -35,9 +35,9 @@ Gauge(value:{value: number, min?: number, max?: number}) | Name | Type | Default Value | Description | | -------- | -------- | -------- | -------- | | value | number | 0 | Sets the value of the current data chart. | -| startAngle | Angle | -150 | Set the start angle. Clock 0 indicates 0 degree, and the clockwise direction indicates the positive angle. | +| startAngle | Angle | -150 | Sets the start angle. Clock 0 indicates 0 degree, and the clockwise direction indicates the positive angle. | | endAngle | Angle | 150 | Sets the end angle position. The clock 0 point is 0 degree, and the clockwise direction is the positive angle. | -| colors | Color \| Array<ColorStop> | - | Set the color of the chart. You can set the pure color or segmental gradient color. | +| colors | Color \| Array<ColorStop> | - | Sets the color of the chart. You can set the pure color or segmental gradient color. | | strokeWidth | Length | - | Sets the ring thickness of a ring chart. |