Skip to content

Commit 12093eb

Browse files
committed
#143 本次增加plot创建和编辑,暂时添加折线,曲线,弓形,圆绘制算法
1 parent 6f486fe commit 12093eb

18 files changed

Lines changed: 2664 additions & 1287 deletions

File tree

dist/HMap.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,4 +629,14 @@
629629
inset 0 0 3px #1b9de8,
630630
inset 0 0 6px #1b9de8;
631631
}
632+
}
633+
634+
.plot-helper-control-point-div {
635+
width: 10px;
636+
height: 10px;
637+
border: 1px solid #000;
638+
border-radius: 100%;
639+
background-color: #ffffff;
640+
opacity: 0.6;
641+
cursor: move;
632642
}

0 commit comments

Comments
 (0)