@mui/x-charts
Version:
The community edition of the Charts components (MUI X).
16 lines (14 loc) • 591 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.enUSLocaleText = exports.enUS = exports.DEFAULT_LOCALE = void 0;
var _getChartsLocalization = require("./utils/getChartsLocalization");
// This object is not Partial<ChartsLocaleText> because it is the default values
const enUSLocaleText = exports.enUSLocaleText = {
// Overlay
loading: 'Loading data…',
noData: 'No data to display'
};
const DEFAULT_LOCALE = exports.DEFAULT_LOCALE = enUSLocaleText;
const enUS = exports.enUS = (0, _getChartsLocalization.getChartsLocalization)(enUSLocaleText);