constants.js 576 B

1234567891011121314151617181920212223
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.DEFAULT_OPTIONS = void 0;
  4. var tslib_1 = require("tslib");
  5. var constants_1 = require("../tiny-line/constants");
  6. /**
  7. * 默认配置项
  8. */
  9. exports.DEFAULT_OPTIONS = {
  10. appendPadding: 2,
  11. tooltip: tslib_1.__assign({}, constants_1.DEFAULT_TOOLTIP_OPTIONS),
  12. // 默认样式
  13. color: 'l(90) 0:#E5EDFE 1:#ffffff',
  14. areaStyle: {
  15. fillOpacity: 0.6,
  16. },
  17. line: {
  18. size: 1,
  19. color: '#5B8FF9',
  20. },
  21. animation: {},
  22. };
  23. //# sourceMappingURL=constants.js.map