Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

see my plugin in "PowerBIVisualsPlayground" plugins list

Hi

How Can i see my plugin in "PowerBIVisualsPlayground" plugins list !

 

i have created a IVisua named icalender and as the already build it methods says ---

 

/* Creating IVisualPlugin that is used to represent IVisual. */
// Uncomment it to see your plugin in "PowerBIVisualsPlayground" plugins list
// Remember to finally move it to plugins.ts
//
module powerbi.visuals.plugins {
export var icalender: ivisualplugin = {
name: 'icalender',
capabilities: icalender.capabilities,
create: () => new icalender()
};
}

 

i have uncommented it but still i can not see my plugin name in the PowerBIVisualsPlayground" plugins list.

 

I have also tried to move my code to plugins.ts but still no result !!

 

 

export let icalender: IVisualPlugin = {
name: 'iCalender',
watermarkKey: 'iCalender',
capabilities: iCalender.capabilities,
create: () => new iCalender()
};

 

 

 

Do ayone knows what i am doing wrong !

 

Any kind of advice or help will be really appreciable ! Thanks 

0 REPLIES 0

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.