Skip to content

Commit 88c9c45

Browse files
Update the summary
1 parent af31936 commit 88c9c45

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

maui/src/Charts/Series/ChartSeries.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,6 +1737,12 @@ internal virtual void GenerateSegments(SeriesView seriesView)
17371737
{
17381738
}
17391739

1740+
/// <summary>
1741+
/// Updates the tooltip appearance including background, text color, and font size.
1742+
///
1743+
/// ChartTooltipBehavior Background with AppThemeBinding · Issue #159 · syncfusion/maui-toolkit
1744+
/// Resolved the issue where tooltip background doesn't update dynamically by changing the theme when using AppThemeBinding.
1745+
/// </summary>
17401746
internal void UpdateTooltipAppearance(TooltipInfo info, ChartTooltipBehavior tooltipBehavior)
17411747
{
17421748
if (Chart is ChartBase chart)

maui/tests/Syncfusion.Maui.Toolkit.UnitTest/Chart/Features/SegmentUnitTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System.Data;
22
using Syncfusion.Maui.Toolkit.Charts;
33

4-
namespace Syncfusion.Maui.Toolkit.UnitTest
4+
namespace Syncfusion.Maui.Toolkit.UnitTest.Charts
55
{
66
public class SegmentUnitTests : BaseUnitTest
77
{

0 commit comments

Comments
 (0)