Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello,
I try to create my first custom visual on power pi, using highcharts library
I've tried to install it from npm (npm install), try to use typings (typings install) but when I start my visual, "Hightcharts" is undefined (error on my visual.ts).
Has anyone ever used this library to enrich power bi charts?
Thanks
Solved! Go to Solution.
You could add a let statement as shown below.
let Highcharts = (<any>window).Highcharts;
You could add a let statement as shown below.
let Highcharts = (<any>window).Highcharts;