UNPKG

217 BPlain TextView Raw
1export const DEFAULT_Y = 0; // 默认的 y 的值
2
3// 偏移之后,间距
4export const MARGIN_RATIO = 1 / 2;
5export const DODGE_RATIO = 1 / 2;
6
7// 散点分开之后,距离边界的距离
8export const GAP = 0.05;