Skip to content

seo-206704-Angular-H1-tag-Missing-hotfix #300

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: hotfix/hotfix-v30.1.37
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion angularjs/Autocomplete/textbox-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ control: Autocomplete
documentation: ug
---

## Textbox Customization
# Textbox Customization

### Auto-fill support

Expand Down
4 changes: 2 additions & 2 deletions angularjs/Rotator/thumbnail.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ control: rotator
documentation: ug
---

## Thumbnail
# Thumbnail

This feature implements Thumbnail in Rotator control. You can view or access any of the Rotator items instantly. All the images are given as Thumb Element to use this feature.

Expand Down Expand Up @@ -44,5 +44,5 @@ You can refer the following code example of Thumbnail in Rotator.



![](thumbnail_images\previewthumbnail_img1.png)
![thumbnail in rotator component.](thumbnail_images\previewthumbnail_img1.png)

6 changes: 3 additions & 3 deletions angularjs/SunburstChart/Tooltip.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ control: Sunburst Chart
documentation: ug
---

## Tooltip
# Tooltip

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

Expand All @@ -18,7 +18,7 @@ ToolTip allows you to display any information over a sunburst segment. It appear

{% endhighlight %}

![](Tooltip_images/Tooltip_img1.png)
![mouse hovered over or touch any chart segment.](Tooltip_images/Tooltip_img1.png)

## Tooltip Template

Expand All @@ -45,7 +45,7 @@ You can add a <div> element to set the `background` for the Sunburst chart and a

{% endhighlight %}

![](Tooltip_images/Tooltip_img2.png)
![to display the x and y values of the corresponding point.](Tooltip_images/Tooltip_img2.png)

## Customize the appearance of tooltip

Expand Down