Skip to content

Commit bcbe083

Browse files
authored
Merge pull request #258 from syncfusion-content/SEO-175659-Angularjs-Page-Not-Found-fix
SEO-175659 Angularjs Page Not Found UG link fix
2 parents fa9da1b + 3f5b498 commit bcbe083

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

angularjs/Sparkline/Tooltip.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
## Tooltip
1111

12-
A [`tooltip`](../api/ejsparkline#members:tooltip) follows the pointer movement and is used to indicate the value of a point. This feature is applicable for line, column, pie, and area Sparkline. You can enable the tooltip by setting it's [`visible`](../api/ejsparkline#members:tooltip-visible) property as **true**.
12+
A [`tooltip`](../api/js/ejsparkline#members:tooltip) follows the pointer movement and is used to indicate the value of a point. This feature is applicable for line, column, pie, and area Sparkline. You can enable the tooltip by setting it's [`visible`](../api/js/ejsparkline#members:tooltip-visible) property as **true**.
1313

1414
{% highlight html %}
1515

@@ -36,7 +36,7 @@ A [`tooltip`](../api/ejsparkline#members:tooltip) follows the pointer movement a
3636

3737
## Tooltip Customization
3838

39-
You can customize the tooltip [`fill color`](../api/ejsparkline#members:tooltip-fill), [`border`](../api/ejsparkline#members:tooltip-border) properties [`border color`](../api/ejsparkline#members:tooltip-border-color), [`border width`](../api/ejsparkline#members:tooltip-border-width) and [`font`](../api/ejsparkline#members:tooltip-font) properties [`color`](../api/ejsparkline#members:tooltip-font-color), [`font family`](../api/ejsparkline#members:tooltip-font-fontfamily), [`font style`](../api/ejsparkline#members:tooltip-font-fontstyle), [`font weight`](../api/ejsparkline#members:tooltip-font-fontweight), [`opacity`](../api/ejsparkline#members:tooltip-font-opacity), [`size`](../api/ejsparkline#members:tooltip-font-size)
39+
You can customize the tooltip [`fill color`](../api/js/ejsparkline#members:tooltip-fill), [`border`](../api/js/ejsparkline#members:tooltip-border) properties [`border color`](../api/js/ejsparkline#members:tooltip-border-color), [`border width`](../api/js/ejsparkline#members:tooltip-border-width) and [`font`](../api/js/ejsparkline#members:tooltip-font) properties [`color`](../api/js/ejsparkline#members:tooltip-font-color), [`font family`](../api/js/ejsparkline#members:tooltip-font-fontfamily), [`font style`](../api/js/ejsparkline#members:tooltip-font-fontstyle), [`font weight`](../api/js/ejsparkline#members:tooltip-font-fontweight), [`opacity`](../api/js/ejsparkline#members:tooltip-font-opacity), [`size`](../api/js/ejsparkline#members:tooltip-font-size)
4040

4141
{% highlight html %}
4242

@@ -77,7 +77,7 @@ You can customize the tooltip [`fill color`](../api/ejsparkline#members:tooltip-
7777

7878
## Tooltip Template
7979

80-
HTML elements can be displayed in the tooltip by using the [`template`](../api/ejsparkline#members:tooltip-template) option of the tooltip. The template option takes the value of the id attribute of the HTML element. You can use the **#point.x#** and **#point.y#** as place holders in the HTML element to display the x and y values of the corresponding point.
80+
HTML elements can be displayed in the tooltip by using the [`template`](../api/js/ejsparkline#members:tooltip-template) option of the tooltip. The template option takes the value of the id attribute of the HTML element. You can use the **#point.x#** and **#point.y#** as place holders in the HTML element to display the x and y values of the corresponding point.
8181

8282
{% highlight html %}
8383

0 commit comments

Comments
 (0)