3

I am trying to integrate the ng2-Charts while compiling it is throwing the error on the console and browser.

As i took the reference of this question downgrading the version of the ng2-charts also throws the error in the console and the browser.

Error Browser Image

Console Warning

app.module.ts

import { ChartsModule } from 'ng2-charts'

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    ChartsModule,
    HttpClientModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})

I am using "ng2-charts": "^2.3.0", version of the charts now

Santhosh
  • 810
  • 2
  • 10
  • 28

0 Answers0