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
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>
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
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>
You can’t perform that action at this time.
0 commit comments