UNPKG

@mui/x-charts

Version:

The community edition of the Charts components (MUI X).

7 lines 234 B
import { getChartsLocalization } from "./utils/getChartsLocalization.js"; export const frFRLocalText = { // Overlay loading: 'Chargement…', noData: 'Pas de données' }; export const frFR = getChartsLocalization(frFRLocalText);