UNPKG

395 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.GAP = exports.DODGE_RATIO = exports.MARGIN_RATIO = exports.DEFAULT_Y = void 0;
4exports.DEFAULT_Y = 0; // 默认的 y 的值
5// 偏移之后,间距
6exports.MARGIN_RATIO = 1 / 2;
7exports.DODGE_RATIO = 1 / 2;
8// 散点分开之后,距离边界的距离
9exports.GAP = 0.05;
10//# sourceMappingURL=constant.js.map
\No newline at end of file