OwlCyberSecurity - MANAGER
Edit File: getAltAxis.js
export default function getAltAxis(axis) { return axis === 'x' ? 'y' : 'x'; }