fusioncharts / angular-fusioncharts

Angular Component for FusionCharts JavaScript Charting Library
https://fusioncharts.github.io/angular-fusioncharts/#/ex1
Other
55 stars 37 forks source link

How to enter license when using NPM and angular-fusioncharts? #131

Closed jonathanazulay closed 3 years ago

jonathanazulay commented 3 years ago

Hello, I cant find this documented anywhere, I have a license key and would like to activate it in my local environment

Thanks

jonathanazulay commented 3 years ago

nvm, just do

import * as FusionCharts from "fusioncharts"; //@ts-ignore FusionCharts.options.license()

The function is not there in the ts definition so you get an error, but it works.