简体   繁体   中英

How to install a commercial version of “AmCharts” using npm

I am using AmCharts to build some charts for my app. I purchased the commercial version, but I'm unsure of how to install it using npm install .

On their docs they say: npm install amcharts/amcharts3 However, this installs the free version.

The only way I can figure out how to install the commercial version is by downloading it from my Account section on their website. But I want to manage my install through npm.

Does anyone know if there is some sort of key I should have that I can just "activate" the free version with? Or another way to install the commercial version through npm ?

There isn't a way to directly install the commercial version through npm. You'll need to contact AmCharts for instructions.

In this site informs to contact Support Center if you have purchase a Commercial Version.

在此处输入图片说明

From what gather, the commercial version is mostly of use if you want to modify source. Given that you are asking about using via npm I'd hazard a guess that is not what you want to do..

If you have purchased a license, and now simply want to remove the AmCharts branding:

您需要购买许可证密钥并将其添加到您的代码中吗?

amcore.addLicense("*license key*"); 

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM