UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

13 lines (11 loc) 414 B
import { getChartsLocalization } from "./utils/getChartsLocalization.js"; // This object is not Partial<ChartsLocaleText> because it is the default values export const enUSLocaleText = { // Overlay loading: 'Loading data…', noData: 'No data to display', zoomIn: 'Zoom in', zoomOut: 'Zoom out' }; export const DEFAULT_LOCALE = enUSLocaleText; export const enUS = getChartsLocalization(enUSLocaleText);