[Chartjs]-Change locale for Chart.js in React

0👍

in Vue I tried whit.

import Moment from 'moment';
import 'moment/locale/es';
import Chart from 'chart.js';
Moment.locale('es');

it worked for me.

I was looking in the chart.js code ant I see, they call moment as Moment not moment

Leave a comment