| 123456789101112131415161718 |
- "use strict";
- Object.defineProperty(exports, "__esModule", { value: true });
- exports.DEFAULT_INDICATOR_STYLE_PROPS = void 0;
- exports.DEFAULT_INDICATOR_STYLE_PROPS = {
- backgroundFill: '#262626',
- backgroundLineCap: 'round',
- backgroundLineWidth: 1,
- backgroundStroke: '#333',
- backgroundZIndex: -1,
- formatter: function (val) { return val.toString(); },
- labelFill: '#fff',
- labelFontSize: 12,
- labelTextBaseline: 'middle',
- padding: [2, 4],
- position: 'right',
- zIndex: 999,
- };
- //# sourceMappingURL=constant.js.map
|