Skip to content

Commit 772dad3

Browse files
Tsvetomir-HrTsvetomir-Hr
authored andcommitted
kb(Chart): example polish
1 parent 10cd42f commit 772dad3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

knowledge-base/chart-remove-excess-whitespace.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: How to Reduce the Excessive WhiteSpace Around the Chart
3-
description: Learn how to adjust the padding and legend position of a Chart and remove unnecessary whitespace.
2+
title: How to Reduce the Excessive Whitespace Around the Chart
3+
description: Learn how to adjust the padding and legend position of a Chart and remove unnecessary white space.
44
type: how-to
5-
page_title: How to Reduce the Excessive WhiteSpace Around the Chart
5+
page_title: How to Reduce the Excessive Whitespace Around the Chart
66
slug: chart-kb-remove-excess-whitespace
77
tags: chart, padding
88
res_type: kb
@@ -25,7 +25,7 @@ ticketid: 1663179, 1559824
2525
This KB article answers the following questions:
2626

2727
- How to adjust the padding of a Chart in Blazor?
28-
- How to reduce whitespace around the Chart that is within a Telerik Card?
28+
- How to reduce white space around the Chart that is within a Telerik Card?
2929
- How to make the Chart more compact?
3030

3131
## Solution
@@ -54,7 +54,6 @@ To reduce the whitespace around a Chart, use the `Padding` parameter of the Char
5454
</TelerikCard>
5555
5656
@code {
57-
5857
private List<MyPieChartModel> pieData = new List<MyPieChartModel>
5958
{
6059
new MyPieChartModel
@@ -73,6 +72,7 @@ To reduce the whitespace around a Chart, use the `Padding` parameter of the Char
7372
SegmentValue = 4
7473
}
7574
};
75+
7676
public class MyPieChartModel
7777
{
7878
public string SegmentName { get; set; }

0 commit comments

Comments
 (0)