Skip to content

Commit 085469b

Browse files
authored
docs(Gauges): polish examples and remove missing section (#2291)
1 parent 692960d commit 085469b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

components/gauges/arc/labels.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ You can customize the appearance of the labels rendered on the [scale]({%slug ar
2020

2121
* [Visible](#visible)
2222

23-
* [Position](#position)
24-
2523
* [Additional Customization](#additional-customization)
2624

2725
## Format
@@ -67,8 +65,6 @@ The center template allows you to take control of the rendering of the central s
6765
<ArcGaugeCenterLabel>
6866
<Template>
6967
@{
70-
var item = context;
71-
7268
var pointer = context.Pointers.FirstOrDefault();
7369
7470
<div style="font-weight: bold">@pointer.Value</div>

components/gauges/circular/labels.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ The center template allows you to take control of the rendering of the central s
6767
<CircularGaugeCenterLabel>
6868
<Template>
6969
@{
70-
GaugeCenterLabelTemplateContext item = context;
71-
7270
var pointer = context.Pointers.FirstOrDefault();
7371
7472
<div style="font-weight: bold">@pointer.Value</div>

0 commit comments

Comments
 (0)