constant.js 429 B

123456789101112131415
  1. export var DEFAULT_INDICATOR_STYLE_PROPS = {
  2. backgroundFill: '#262626',
  3. backgroundLineCap: 'round',
  4. backgroundLineWidth: 1,
  5. backgroundStroke: '#333',
  6. backgroundZIndex: -1,
  7. formatter: function (val) { return val.toString(); },
  8. labelFill: '#fff',
  9. labelFontSize: 12,
  10. labelTextBaseline: 'middle',
  11. padding: [2, 4],
  12. position: 'right',
  13. zIndex: 999,
  14. };
  15. //# sourceMappingURL=constant.js.map