TimeSeries scale in ChartJS 3.0.2. brings error “This method is not implemented: either no adapter can be found or an incomplete integration was …”
You need to install and import an adapter, in your case it’s moment adapter for time series npm install moment chartjs-adapter-moment –save then import it in your component: import ‘chartjs-adapter-moment’; for more info about adapters, check this