forked from visualpython/visualpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchartSetting.html
More file actions
15 lines (15 loc) · 871 Bytes
/
Copy pathchartSetting.html
File metadata and controls
15 lines (15 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<body>
<div class="vp-grid-border-box vp-grid-col-95">
<label for="figureWidth" class="">Figure size</label>
<div>
<input type="number" id="figureWidth" class="vp-input m vp-state" placeholder="width" value="12">
<input type="number" id="figureHeight" class="vp-input m vp-state" placeholder="height" value="8">
</div>
<label for="styleSheet" class="">Style sheet</label>
<input type="text" class="vp-input vp-state" id="styleSheet" placeholder="style name" value="">
<label for="fontName" class="">System font</label>
<input type="text" class="vp-input vp-state" id="fontName" placeholder="font name" value="">
<label for="fontSize" class="">Font size</label>
<input type="number" id="fontSize" class="vp-input vp-state" placeholder="size" value="10">
</div>
</body>