Pauan

Results 1228 comments of Pauan

@wushan We'll consider it. However, nobody on the AmCharts team uses Vue, so we'll have a hard time supporting it.

@marcelobaez Could you please show me the `` code that you're using to create the charts?

The problem is that `Object.assign({}, amChartCfg)` creates a *shallow* copy of the configuration, but AmCharts requires a *deep* copy of the configuration. There are three ways to create a deep...

@lucabonvinigug Since you're using Angular, have you tried using the [the `` tag](https://angular.io/guide/deployment#the-base-tag) to control the loaded URL?

@lucabonvinigug I tried following [our Angular tutorial](https://www.amcharts.com/docs/v5/getting-started/integrations/angular/). I used `npm run build` to create a production build and then tested it, everything worked fine. It sounds like you have some...

@BlandLi I'm very sorry for the delay. Is this still a problem with version `1.2.1`?

@cemremengu That isn't possible, because the AmCharts export plugin dynamically loads files at runtime, which is why you must use `` tags. If you do not want to use our...

I would just like to point out that we have released V4, which has excellent built-in support for npm/Webpack/React: https://www.amcharts.com/javascript-charts/ https://www.amcharts.com/docs/v4/getting-started/integrations/using-react/ We will still support V3 for a while, but...

Hi @sfalise, Sorry for taking so long to get back to you on this. There was a bug in `amcharts3-angular2` that caused the `listeners` to not work. This bug has...

@sfalise Try deleting the `node_modules/amcharts3-angular2` folder and then run `npm install` again. Npm sometimes has issues with upgrading git repositories.