Chartjs-Make Line Chart Dynamic From JSON File Using Chartjs

0👍

It is actually the other way round if you want to read the endpoint at a specific interval repeatedly

import {interval} from 'rxjs'
interval(5000).pipe(switchMap(()=>this.DataService.Data$)).subscribe(console.log)

Leave a comment