Tooltip
28 Jun 2017 / 1 minute to read
Tooltip can be enabled by using the e-enableTooltip
property.
NOTE
By default, this property is set to “false”.
<div ng-controller="PivotGaugeCtrl">
<div id="PivotGauge1" ej-pivotgauge e-enableTooltip="true" />
</div>
Tooltip appearance can be customized by overriding its CSS class.
.e-pivotgauge-tooltip {
background-color: aqua!important;
border: 2 px solid red!important;
color: black!important;
border-radius: 18 px!important;
margin-top: 20 px;
text-align: left;
font: 12 px Segoe UI;
line-height: 20 px;
}
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page