We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83aa7fa commit a003a16Copy full SHA for a003a16
html/m_visualize/seaborn.html
@@ -91,11 +91,11 @@
91
<label for="title" class="vp-bold">Title</label>
92
<input type="text" id="title" class="vp-input vp-state wp100" placeholder="Title for the chart" />
93
<div class="vp-grid-col-p50">
94
- <div>
+ <div class="vp-grid-box">
95
<label for="x_label" class="vp-bold">X Label</label>
96
<input type="text" id="x_label" class="vp-input vp-state" placeholder="Type X Label" />
97
</div>
98
99
<label for="y_label" class="vp-bold">Y Label</label>
100
<input type="text" id="y_label" class="vp-input vp-state" placeholder="Type Y Label" />
101
0 commit comments