File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 42864286 < li > < a href ="/blazor/sparkline/user-interaction "> User Interaction</ a > </ li >
42874287 < li > < a href ="/blazor/sparkline/appearance "> Appearance</ a > </ li >
42884288 < li > < a href ="/blazor/sparkline/globalization "> Globalization</ a > </ li >
4289- < li > < a href ="/blazor/sparkline/localization "> Localization</ a > </ li >
42904289 < li > < a href ="/blazor/sparkline/accessibility "> Accessibility</ a > </ li >
42914290 < li > < a href ="/blazor/sparkline/events "> Events</ a > </ li >
42924291 < li > < a href ="/blazor/sparkline/methods "> Methods</ a > </ li >
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ The Sparkline Charts tooltip supports localization. The following example shows
1717
1818``` cshtml
1919
20+ @using Microsoft.JSInterop;
21+
2022<SfSparkline DataSource="@Numbers"
2123 Type="SparklineType.Line"
2224 Fill="#b2cfff"
@@ -45,7 +47,7 @@ The Sparkline Charts tooltip supports localization. The following example shows
4547
4648```
4749
48- ![ Sparkline Charts with localization] ( ./images/localization/Localization .png )
50+ ![ Sparkline Charts with localization] ( ./images/localization/blazor-sparkline-localization .png )
4951
5052## Rtl
5153
@@ -55,6 +57,8 @@ The following example shows the Sparkline Charts rendered in right-to-left mode.
5557
5658``` cshtml
5759
60+ @using Microsoft.JSInterop;
61+
5862<SfSparkline DataSource="@Numbers"
5963 Type="SparklineType.Line"
6064 Height="150px" Width="150px">
@@ -72,5 +76,3 @@ The following example shows the Sparkline Charts rendered in right-to-left mode.
7276}
7377
7478```
75-
76- ![ Sparkline Charts with Rtl] ( ./images/localization/Rtl.png )
You can’t perform that action at this time.
0 commit comments