Skip to content

Commit 08321ae

Browse files
author
minjk-bl
committed
Fix code bug on Matplotlib app
1 parent 3d44c01 commit 08321ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

html/m_visualize/chart.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
<tr>
150150
<th>Marker</th>
151151
<td><select id="markerSelector" class="vp-select option-select vp-state">
152+
<option value="">Select option...</option>
152153
<option value="." data-img="m00.png" data-caption-id="point">.</option>
153154
<option value="," data-img="m01.png" data-caption-id="pixel">,</option>
154155
<option value="o" data-img="m02.png" data-caption-id="circle">o</option>
@@ -178,6 +179,7 @@
178179
<tr>
179180
<th>Line Style</th>
180181
<td><select id="linestyle" class="vp-select option-select vp-state">
182+
<option value="">Select option...</option>
181183
<option value="-">solid</option>
182184
<option value="--">dashed</option>
183185
<option value=":">dotted</option>
@@ -252,6 +254,7 @@
252254
<tr>
253255
<th>Legend Position</th>
254256
<td><select class="vp-select vp-state" id="legendLoc">
257+
<option value="">Select option...</option>
255258
<option value="best">best</option>
256259
<option value="upper right">upper right</option>
257260
<option value="upper left">upper left</option>

0 commit comments

Comments
 (0)