From 7df4b5b5cdf5dd244ed6d147b590e44644b3bec3 Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Wed, 29 Mar 2023 14:32:07 +0530 Subject: [PATCH] SEO-3439-semrush-report-issues --- aspnet-core/SunburstChart/Legend.md | 2 +- aspnet-core/SunburstChart/Tooltip.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/aspnet-core/SunburstChart/Legend.md b/aspnet-core/SunburstChart/Legend.md index 7efe1b0b..c1805b0d 100644 --- a/aspnet-core/SunburstChart/Legend.md +++ b/aspnet-core/SunburstChart/Legend.md @@ -7,7 +7,7 @@ control: SunburstChart documentation: ug --- -## Legend +# Legend in ASP.NET Core SunburstChart The legend is used to represent the first level of items in the Sunburst Chart.The **e-sunburstchart-legend** can be initialized using the below code snippet {% highlight cshtml %} diff --git a/aspnet-core/SunburstChart/Tooltip.md b/aspnet-core/SunburstChart/Tooltip.md index 2c495638..887dcf92 100644 --- a/aspnet-core/SunburstChart/Tooltip.md +++ b/aspnet-core/SunburstChart/Tooltip.md @@ -1,13 +1,13 @@ --- layout: post -title: Tooltip -description: Learn how to add Tooltip to Sunburstchart . +title: Tooltip support in ASP.NET Core SunburstChart Control | Syncfusion +description: Learn how to add Tooltip support in Syncfusion Essential ASP.NET Core SunburstChart Control, its elements, and more. platform: aspnet-core control: Sunburst Chart documentation: ug --- -## Tooltip +# Tooltip in ASP.NET Core SunburstChart ToolTip allows you to display any information over a sunburst segment. It appears when mouse hovered over or touch any chart segment. By default, it displays the corresponding segment category name and its value @@ -19,7 +19,7 @@ ToolTip allows you to display any information over a sunburst segment. It appear {% endhighlight %} -![](Tooltip_images/Tooltip_img1.png) +![ASP.NET Core SunburstChart tooltip template](Tooltip_images/Tooltip_img1.png) ## Tooltip Template @@ -45,7 +45,7 @@ HTML elements can be displayed in the tooltip by using the *Template* property o {% endhighlight %} -![](Tooltip_images/Tooltip_img2.png) +![ASP.NET Core SunburstChart appearance of tooltip](Tooltip_images/Tooltip_img2.png) ## Customize the appearance of tooltip