constant.js 551 B

123456789101112131415161718
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.DEFAULT_INDICATOR_STYLE_PROPS = void 0;
  4. exports.DEFAULT_INDICATOR_STYLE_PROPS = {
  5. backgroundFill: '#262626',
  6. backgroundLineCap: 'round',
  7. backgroundLineWidth: 1,
  8. backgroundStroke: '#333',
  9. backgroundZIndex: -1,
  10. formatter: function (val) { return val.toString(); },
  11. labelFill: '#fff',
  12. labelFontSize: 12,
  13. labelTextBaseline: 'middle',
  14. padding: [2, 4],
  15. position: 'right',
  16. zIndex: 999,
  17. };
  18. //# sourceMappingURL=constant.js.map