Forum Discussion

AF's avatar
AF
New Member
9 years ago
Solved

Adding a static js script to a custom visualization

Hi,   I have followed the instructions on this page: https://github.com/Microsoft/PowerBI-visuals/blob/master/Tutorial/ExternalLibraries.md, i.e.:   * Created a folder external in the viz. folder...
  • v-chuncz-msft's avatar
    9 years ago

    AF,

     

    Based on my test, you could add a let statement as shown below.

    let d3 = (<any>window).d3;