Skip to content

Commit cc3885a

Browse files
Update knowledge-base/chart-axis-labels-units.md
Co-authored-by: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com>
1 parent 65f5607 commit cc3885a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/chart-axis-labels-units.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ I want to format and convert the Y-Axis labels to display either metric (mm) or
3030
Use the [`Template` parameter of the `ChartYAxisLabels`](slug:components/chart/label-template-format) to apply custom formatting and conversion logic. Below is an example implementation:
3131

3232
````RAZOR
33-
<TelerikChart Height="550px" Width="100%">
33+
<TelerikChart Height="380px" Width="100%">
3434
<ChartTitle Text="Charge current vs. charge time" />
3535
<ChartTooltip Visible="true" Shared="true" />
3636
<ChartLegend Position="ChartLegendPosition.Bottom" />

0 commit comments

Comments
 (0)