Skip to content

Commit 23d3dbc

Browse files
committed
docs(arc): improve overview based on feedback:
1 parent 9f60eac commit 23d3dbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/gauges/arc/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ The labels are rendered on the scale of the component to give information to the
5353
| `Class` | `string` | Renders a custom CSS class to the `<div class="k-arcgauge">` element. |
5454
| `Width` | `string` | Controls the width of the Arc Gauge. You can read more information in the [Dimensions]({%slug common-features/dimensions%}) article.|
5555
| `Height` | `string` | Controls the height of the Arc Gauge. You can read more information in the [Dimensions]({%slug common-features/dimensions%}) article. |
56+
| `Transitions` | `bool?` | Controls if the animation transitions must be rendered. |
5657

5758
You can also set the Gauge size in percentage values so it occupies its container when it renderes. If the parent container size changes, you must call the gauge's `Refresh()` C# [method](#methods) after the DOM has been redrawn and the new container dimensions are rendered.
5859

0 commit comments

Comments
 (0)