2

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?

Caleb
  • 95
  • 3
  • 10

4 Answers4

2

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

xorspark
  • 15,749
  • 2
  • 29
  • 38
1

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

enter image description here

Sayuri Mizuguchi
  • 5,250
  • 3
  • 26
  • 53
  • Yes, I did see that. But I was wondering if anyone else has found a way to install the commercial version through npm, not their download center. – Caleb Dec 14 '16 at 21:41
1

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:

danwild
  • 1,886
  • 1
  • 26
  • 31
0

You need to purchase the license key and add it into your code?

amcore.addLicense("*license key*"); 
sql_dummy
  • 715
  • 8
  • 23