How do you get amcharts5 to work on nuxt?

39 Views Asked by At

How do you setup amcharts5 to work on nuxt?

1

There are 1 best solutions below

0
On

Figured out answer after posting the question!

On nuxt.config.js add:

build: {
  transpile: ['@amcharts/amcharts5'],
}