constants.js 616 B

1234567891011121314151617181920212223242526
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.DEFAULT_OPTIONS = void 0;
  4. /**
  5. * 仪表盘默认配置项
  6. */
  7. exports.DEFAULT_OPTIONS = {
  8. percent: 0.2,
  9. innerRadius: 0.8,
  10. radius: 0.98,
  11. color: ['#FAAD14', '#E8EDF3'],
  12. statistic: {
  13. title: false,
  14. content: {
  15. style: {
  16. fontSize: '14px',
  17. fontWeight: 300,
  18. fill: '#4D4D4D',
  19. textAlign: 'center',
  20. textBaseline: 'middle',
  21. },
  22. },
  23. },
  24. animation: {},
  25. };
  26. //# sourceMappingURL=constants.js.map