Anton Lee

Results 6 comments of Anton Lee

backgroundColor: 'rgba(255, 255, 255, 0)'

I'm doing i this way. First of all, I need to create AmChart in ngAfterViewInit ``` public ngAfterViewInit(): void { this.chart = this.AmCharts.makeChart('chartReturnDrawdown', this.options); } ``` Then wherever you need...

Hi there, I have similar error, may be not. I'm getting data from REST, about 3k points like this [ {x, y}, ... ] create amchart instance ``` public ngAfterViewInit():...

same problem, any fix or workaround for this? ok, if I add "autoWidth: true" it's seems ok, but when I scroll to the last item, the next one doesn't immediately...

Same problem for me. trying to do aot compilation with ngSemantic, getting error as TS