Forum Discussion
rcyber
8 years agoResolver I
SyntaxError: export declarations may only appear at top level of a module
Hi all! I'm newbie in custom visuals development so sorry for a stupid question may be. I follow this instruction for creating a new custom visual. I created the new project using the same way ...
- 8 years ago
What version of d3 did you install?
Power BI Visuals Tools support d3v3 only.
We'd recommend to install d3v3:
npm i [email protected] @types/[email protected]
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
v-viig
8 years agoCommunity Champion
What version of d3 did you install?
Power BI Visuals Tools support d3v3 only.
We'd recommend to install d3v3:
npm i [email protected] @types/[email protected]
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- rcyber8 years agoResolver I
Hello Ignat!
Thank you so much! It works.
I think it will be good to update this section of tutorial on Github.
It contains an example of d3 version 4.9.1 installation.
Thank you once again!
Regards,
Alexander.
- v-viig8 years agoCommunity Champion
Hi Alexander,
Thank you for the feedback.
We're working on improving our documentation.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals