[Chartjs]-Echars can not render a smooth line when it process alot of data

2👍

If you need to get the smooth line then inserted data is incorrect. Try to change data to the simple array, i.e. you data should be like [1,2,3,4,5…].

Leave a comment