Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi,
Iam trying to add tool tip for my custom visual. I am facing an error TS2304: Cannot find name 'ItooltipServiceWrapper' on the below line of code. I did ran the command npm i powerbi-visuals-utils-tooltiputils --save
private tooltipServiceWrapper: ItooltipServiceWrapper;
Can you please help me in identifying what is missing here.
Solved! Go to Solution.
Hi @Anonymous,
Did you import ITooltipServiceWrapper into your TypeScript file?
import {
ITooltipServiceWrapper
} from 'powerbi-visuals-utils-tooltiputils';
I noticed that you're using a lower case 't' in 'ITooltipServiceWrapper'; the casing should match exactly.
Regards,
Daniel
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Hi @Anonymous,
Did you import ITooltipServiceWrapper into your TypeScript file?
import {
ITooltipServiceWrapper
} from 'powerbi-visuals-utils-tooltiputils';
I noticed that you're using a lower case 't' in 'ITooltipServiceWrapper'; the casing should match exactly.
Regards,
Daniel
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Thanks for helping again. Yes i imported the ITooltipServiceWrapper into myTypeScript file. You are right. I missed to notice that iam using the lower case.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |