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
User | Count |
---|---|
16 | |
6 | |
2 | |
2 | |
2 |