Skip to content

Commit a6114f5

Browse files
Merge pull request #2 from SyncfusionExamples/Chart_Sample
Updated the KB URL in README
2 parents 5ca0a3a + 5f18c01 commit a6114f5

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

ChartControlsThemeDemo/ChartControlsThemeDemo/SunburstChart/SunburstChartDemo.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<local:ChartViewModel/>
1010
</ContentPage.BindingContext>
1111

12-
<chart:SfSunburstChart x:Name="sunburstChart" ItemsSource="{Binding SunburstData}"
12+
<chart:SfSunburstChart x:Name="sunburstChart" ItemsSource="{Binding SunburstData}" EnableTooltip="True"
1313
ValueMemberPath="Sales" ShowLabels="True" PaletteBrushes="{Binding CustomBrush}"
1414
InnerRadius="0.2" Margin="0,20,0,0">
1515

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ If you encounter a "path too long" exception when building this example project,
3636

3737
For a step-by-step procedure, refer to the following knowledge base articles:
3838

39-
- [How to Configure the Syncfusion Theme for .NET MAUI Cartesian Chart]()
40-
- [How to Configure the Syncfusion Theme for .NET MAUI Circular Chart]()
41-
- [How to Configure the Syncfusion Theme for .NET MAUI Pyramid Chart]()
42-
- [How to Configure the Syncfusion Theme for .NET MAUI Funnel Chart]()
43-
- [How to Configure the Syncfusion Theme for .NET MAUI Sunburst Chart]()
39+
- [How to Configure the Syncfusion Theme for .NET MAUI Cartesian Chart](https://support.syncfusion.com/kb/article/17481/how-to-configure-the-syncfusion-theme-for-net-maui-chartsfcartesianchart)
40+
- [How to Configure the Syncfusion Theme for .NET MAUI Circular Chart](https://support.syncfusion.com/kb/article/18041/how-to-configure-the-syncfusion-theme-for-net-maui-chartsfcircularchart)
41+
- [How to Configure the Syncfusion Theme for .NET MAUI Sunburst Chart](https://support.syncfusion.com/kb/article/18211/how-to-configure-the-syncfusion-theme-for-net-maui-sunburst-chart)

0 commit comments

Comments
 (0)