constants.js 508 B

1234567891011121314151617181920212223
  1. /**
  2. * 仪表盘默认配置项
  3. */
  4. export var DEFAULT_OPTIONS = {
  5. percent: 0.2,
  6. innerRadius: 0.8,
  7. radius: 0.98,
  8. color: ['#FAAD14', '#E8EDF3'],
  9. statistic: {
  10. title: false,
  11. content: {
  12. style: {
  13. fontSize: '14px',
  14. fontWeight: 300,
  15. fill: '#4D4D4D',
  16. textAlign: 'center',
  17. textBaseline: 'middle',
  18. },
  19. },
  20. },
  21. animation: {},
  22. };
  23. //# sourceMappingURL=constants.js.map