Skip to content

Commit 4866920

Browse files
Merge pull request #321 from Syncfusion-Content/hotfix/hotfix-v21.1.35
DOCINFRA-2341_merged_using_automation
2 parents 826ca15 + 73b394a commit 4866920

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

aspnet-core/SunburstChart/Legend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ control: SunburstChart
77
documentation: ug
88
---
99

10-
## Legend
10+
# Legend in ASP.NET Core SunburstChart
1111
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
1212

1313
{% highlight cshtml %}

aspnet-core/SunburstChart/Tooltip.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Tooltip
4-
description: Learn how to add Tooltip to Sunburstchart .
3+
title: Tooltip support in ASP.NET Core SunburstChart Control | Syncfusion
4+
description: Learn how to add Tooltip support in Syncfusion Essential ASP.NET Core SunburstChart Control, its elements, and more.
55
platform: aspnet-core
66
control: Sunburst Chart
77
documentation: ug
88
---
99

10-
## Tooltip
10+
# Tooltip in ASP.NET Core SunburstChart
1111

1212
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
1313

@@ -19,7 +19,7 @@ ToolTip allows you to display any information over a sunburst segment. It appear
1919

2020
{% endhighlight %}
2121

22-
![](Tooltip_images/Tooltip_img1.png)
22+
![ASP.NET Core SunburstChart tooltip template](Tooltip_images/Tooltip_img1.png)
2323

2424
## Tooltip Template
2525

@@ -45,7 +45,7 @@ HTML elements can be displayed in the tooltip by using the *Template* property o
4545

4646
{% endhighlight %}
4747

48-
![](Tooltip_images/Tooltip_img2.png)
48+
![ASP.NET Core SunburstChart appearance of tooltip](Tooltip_images/Tooltip_img2.png)
4949

5050
## Customize the appearance of tooltip
5151

0 commit comments

Comments
 (0)