You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knowledge-base/chart-axis-labels-units.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ I want to format and convert the Y-Axis labels to display either metric (mm) or
30
30
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:
31
31
32
32
````RAZOR
33
-
<TelerikChart Height="550px" Width="100%">
33
+
<TelerikChart Height="380px" Width="100%">
34
34
<ChartTitle Text="Charge current vs. charge time" />
0 commit comments