File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ You can customize the appearance of the labels rendered on the [scale]({%slug ar
20
20
21
21
* [ Visible] ( #visible )
22
22
23
- * [ Position] ( #position )
24
-
25
23
* [ Additional Customization] ( #additional-customization )
26
24
27
25
## Format
@@ -67,8 +65,6 @@ The center template allows you to take control of the rendering of the central s
67
65
<ArcGaugeCenterLabel>
68
66
<Template>
69
67
@{
70
- var item = context;
71
-
72
68
var pointer = context.Pointers.FirstOrDefault();
73
69
74
70
<div style="font-weight: bold">@pointer.Value</div>
Original file line number Diff line number Diff line change @@ -67,8 +67,6 @@ The center template allows you to take control of the rendering of the central s
67
67
<CircularGaugeCenterLabel>
68
68
<Template>
69
69
@{
70
- GaugeCenterLabelTemplateContext item = context;
71
-
72
70
var pointer = context.Pointers.FirstOrDefault();
73
71
74
72
<div style="font-weight: bold">@pointer.Value</div>
You can’t perform that action at this time.
0 commit comments