From cc3cc145a8cc38dcb2fc123b671fac0c39450a33 Mon Sep 17 00:00:00 2001
From: nnnjjj123 <494715143@qq.com>
Date: Fri, 06 Nov 2020 17:06:03 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 widgets/Plot/Widget.html |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/widgets/Plot/Widget.html b/widgets/Plot/Widget.html
new file mode 100644
index 0000000..85f53f9
--- /dev/null
+++ b/widgets/Plot/Widget.html
@@ -0,0 +1,18 @@
+<div>
+		<span class="xx">×</span>
+	<div class="plot-box">
+		<ul>
+			<li><button drawtype="point">点</button></li>
+			<li><button drawtype="billboard">图标点</button></li>
+			<li><button drawtype="polyline">线</button></li>
+			<li><button drawtype="polygon">面</button></li>
+			<li><button drawtype="circle">圆</button></li>
+			<li><button drawtype="rectangle">矩形</button></li>
+			<li><button drawtype="attack_arrow">进攻箭头</button></li>
+			<li><button drawtype="double_arrow">双箭头</button></li>
+			<li><button drawtype="fine_arrow">直箭头</button></li>
+			<li><button drawtype="tailed_attack_arrow">燕尾箭头</button></li>
+			<li><button drawtype="gathering_place">聚集地</button></li>
+		</ul>
+	</div>
+</div>
\ No newline at end of file

--
Gitblit v1.9.3