Change points labels in chartJS and Flask – Javascript
I want to change labels in a chart created in ChartJS in a Flask application. Namely: I render template and pass object results_lc with 3 attributes: date, points and time. Using chartJS I have created chart where on X axis…