UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

16 lines (15 loc) 308 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.invertTextAnchor = invertTextAnchor; function invertTextAnchor(textAnchor) { switch (textAnchor) { case 'start': return 'end'; case 'end': return 'start'; default: return textAnchor; } }