UNPKG

cione-comp-lib

Version:

`$ yarn add cione-comp-lib` 或者 `$ npm i cione-comp-lib -S`

59 lines (58 loc) 1.61 kB
import { __extends } from "../../../../tslib/tslib.es6.mjs"; import ComponentModel from "../../model/Component.mjs"; var AxisPointerModel = function(_super) { __extends(AxisPointerModel2, _super); function AxisPointerModel2() { var _this = _super !== null && _super.apply(this, arguments) || this; _this.type = AxisPointerModel2.type; return _this; } AxisPointerModel2.type = "axisPointer"; AxisPointerModel2.defaultOption = { show: "auto", z: 50, type: "line", snap: false, triggerTooltip: true, value: null, status: null, link: [], animation: null, animationDurationUpdate: 200, lineStyle: { color: "#B9BEC9", width: 1, type: "dashed" }, shadowStyle: { color: "rgba(210,219,238,0.2)" }, label: { show: true, formatter: null, precision: "auto", margin: 3, color: "#fff", padding: [5, 7, 5, 7], backgroundColor: "auto", borderColor: null, borderWidth: 0, borderRadius: 3 }, handle: { show: false, icon: "M10.7,11.9v-1.3H9.3v1.3c-4.9,0.3-8.8,4.4-8.8,9.4c0,5,3.9,9.1,8.8,9.4h1.3c4.9-0.3,8.8-4.4,8.8-9.4C19.5,16.3,15.6,12.2,10.7,11.9z M13.3,24.4H6.7v-1.2h6.6z M13.3,22H6.7v-1.2h6.6z M13.3,19.6H6.7v-1.2h6.6z", size: 45, margin: 50, color: "#333", shadowBlur: 3, shadowColor: "#aaa", shadowOffsetX: 0, shadowOffsetY: 2, throttle: 40 } }; return AxisPointerModel2; }(ComponentModel); var AxisPointerModel$1 = AxisPointerModel; export { AxisPointerModel$1 as default };