Forum Discussion
JeanPierre
9 years agoFrequent Visitor
Is it possible to custom visualization based on echarts?
Hi everyone, I want to create a visualization based on the echarts, however I don't know if is it possible, because the power Bi custom visualization is in typescript and the code of echarts is ...
v-viig
9 years agoCommunity Champion
Hello JeanPierre,
This's possible. You just need to include all of necessary JavaScript files using externalJS property of the pbiviz.json file.
After that, you will be able to use the library with TypeScript. However, you might need to find TS typings to simplify development process and get IntelliSense.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals