InfographicsLayout.js 541 B

123456789101112131415161718192021222324
  1. 'use strict';
  2. /**
  3. * Licensed Materials - Property of IBM
  4. * IBM Cognos Products: BI Cloud (C) Copyright IBM Corp. 2017, 2020
  5. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. */
  7. define([], function () {
  8. return {
  9. layout: {
  10. type: 'genericPage',
  11. layoutPositioning: 'relative',
  12. pageSize: {
  13. width: 512,
  14. height: 1024
  15. },
  16. showGrid: false,
  17. snapGrid: false,
  18. snapObjects: false
  19. }
  20. };
  21. });
  22. //# sourceMappingURL=InfographicsLayout.js.map