Skip to content

Commit

Permalink
Merge pull request #2 from SyncfusionExamples/Chart_Sample
Browse files Browse the repository at this point in the history
Updated the KB URL in README
  • Loading branch information
Saravanan-Madhesh authored Nov 29, 2024
2 parents 5ca0a3a + 5f18c01 commit a6114f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<local:ChartViewModel/>
</ContentPage.BindingContext>

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

Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ If you encounter a "path too long" exception when building this example project,

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

- [How to Configure the Syncfusion Theme for .NET MAUI Cartesian Chart]()
- [How to Configure the Syncfusion Theme for .NET MAUI Circular Chart]()
- [How to Configure the Syncfusion Theme for .NET MAUI Pyramid Chart]()
- [How to Configure the Syncfusion Theme for .NET MAUI Funnel Chart]()
- [How to Configure the Syncfusion Theme for .NET MAUI Sunburst Chart]()
- [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)
- [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)
- [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 comments on commit a6114f5

Please sign in to comment.