Forum Discussion
bfialkoff
7 years agoFrequent Visitor
Inherit from other visuals?
I want to make a small change to an existing visual but I dont want to have to worry about maintainence. I know that I can place the link to the git repo in my package.json. Is it then possible to in...
- 7 years ago
import ChicletSlicer = powerbi.extensibility.visual.ChicletSlicer;
Have you tried such an import?
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
v-viig
7 years agoCommunity Champion
Yes, it's possible. You just need to add another visual into compilition pipeline and import required dependencies.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- bfialkoff7 years agoFrequent Visitor
That doesn't sound like its terribly complicated but I'm afraid I don't understand. Could you give a more detailed answer?