Forum Discussion
Inherit from other visuals?
- 7 years ago
import ChicletSlicer = powerbi.extensibility.visual.ChicletSlicer;
Have you tried such an import?
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
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
That doesn't sound like its terribly complicated but I'm afraid I don't understand. Could you give a more detailed answer?
- v-viig7 years agoCommunity Champion
What custom visual do you want to inherit?
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- bfialkoff7 years agoFrequent VisitorChiclet Slicer.
- v-viig7 years agoCommunity Champion
You just need to install Chiclet Slicer as a dependency via NPM. After that please add TS files into your tsconfig.json. Please do the same for externalJS from pbiviz.json.
After these steps you will be able to import Chiclet Slicer to inherit it.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals