Tooltip in EJ 1 Angular PivotGauge
28 Sep 2017 / 1 minute to read
Tooltip can be enabled by using the enableTooltip
property.
NOTE
By default, this property is set to “false”.
<ej-pivotgauge [enableTooltip]="true">
</ej-pivotgauge>
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