I am working on a tooltip with ejs lineargauge, I have checked all the attributes whether in the documentation or in the internal classes, but none of the attributes is working. I want to change the content ; text color and background color
This is the part of the HTML code:
anycomponent.component.html
<ejs-lineargauge #axesActivite (tooltipRender)='tooltipRender($event)' [allowMargin]="false"
[axes]='axesAct'[tooltip]="tooltip"
This is the part of ts file anycomponent.component.ts After export class....
tooltip: Object = {
type: ['Range'],
enable: true,
position: 'Center',
fill: '#e5bcbc',
None of the attributes is working only Range and enable are working, all the others are not working whether fill or position.