Skip to content

Commit 91993cf

Browse files
authored
Update README.md
1 parent 6b8b488 commit 91993cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,8 @@ Finally, we add the custom tooltip template to the Circular Chart by setting the
146146
**XAML**
147147
```XAML
148148
<!-- XAML Circular Chart -->
149-
<chart:PieSeries ShowDataLabels="True" TooltipTemplate="{StaticResource tooltipTemplate}"
149+
<chart:PieSeries TooltipTemplate="{StaticResource tooltipTemplate}"
150150
GroupTo="10"
151-
PaletteBrushes="{Binding CustomBrushes}"
152151
ItemsSource="{Binding GroupToData}" XBindingPath="Name" YBindingPath="Value">
153152
</chart:PieSeries>
154153

@@ -163,3 +162,5 @@ Finally, we add the custom tooltip template to the Circular Chart by setting the
163162

164163
If you are facing a path too long exception when building this example project, close Visual Studio and rename the repository to a shorter name before building the project.
165164

165+
For more details, refer to the KB on [how to bind the .NET MAUI Circular Chart tooltip to the values of the others categorys]()
166+

0 commit comments

Comments
 (0)