@@ -185,7 +185,8 @@ <h3 style="display: inline;font-weight:700;margin-left:10px;color: #eeeeee">Desc
185185 < div id ="selFlat "> </ div >
186186
187187 < div style ="display: flex; ">
188- < div id ="inVisHolder " style ="width: calc(100% - 35px);position: relative;background-color:#fff; ">
188+ < div id ="inVisHolder "
189+ style ="width: calc(100% - 35px);position: relative;background-color:#fff;max-height: 80vh; ">
189190
190191 < canvas id ="inVis "
191192 style ="width: 100%;height: 100%;border-radius: 5px;border: solid 1px #555; "> </ canvas >
@@ -236,11 +237,11 @@ <h3 style="display: inline;font-weight:700;margin-left:10px;color: #eeeeee">Desc
236237 < div style ="" class ="sideContent ">
237238 < div >
238239 < p style ="margin: 0;font-size:16pt;font-weight: 600; "> Dataset</ p >
239- < select id ="availableData "> </ select >
240- < button onclick =""> Import CSV</ button >
240+ <!-- < select id="availableData"> </select>-- >
241+ <!-- < button onclick="">Import CSV</button>-- >
241242 < h5 > Data Columns</ h5 >
242243
243- < div id ="datasetInfo " style ="border-top: solid 1px #424242 " > </ div >
244+ < div id ="datasetInfo " style ="border-top: solid 1px #424242; " > </ div >
244245 </ div >
245246
246247
@@ -253,20 +254,27 @@ <h5>Data Columns</h5>
253254 </ div >
254255
255256 <!-- <div id="fakePreview">-->
256- <!-- <div>
257- <button style="border: darkred solid 1px" onclick="switchForce()"> Force Layout</button>
258- <button onclick="switchGrid()"> Grid Layout</button>
257+ <!-- <div>
258+ <button style="border: darkred solid 1px" onclick="switchForce()"> Force Layout</button>
259+ <button onclick="switchGrid()"> Grid Layout</button>
259260
260- </div>-->
261+ </div>-->
261262 < svg style ="background-color:#fff; " id ="fakePreviewSvg "> </ svg >
262263
263- < div id ="datasetContainer " style ="width: 100% ">
264- < div id ="sandboxControls " style ="width: 100% "> < h4 > Dataset </ h4 > </ div >
264+ < div id ="datasetContainer "
265+ style ="width: 98%; padding: 20px;display: flex;justify-content: space-around;flex-direction: column; ">
266+ < div id ="sandboxControls " style ="width: 100%;display: flex;justify-content: center; ">
267+ < h4 style ="margin-right: 15px "> Dataset </ h4 >
268+ < select id ="availableData " style ="margin-right: 15px "> </ select >
269+ < button onclick =""> Import CSV</ button >
265270
266- < table id ="newDataTable ">
267- <!-- <tr> <th>Id</th><th>Category</th><th>x</th><th>y</th></tr>-->
268- </ table >
271+ </ div >
269272
273+ < div style ="width: 100%;height: 320px;overflow-y: scroll; ">
274+ < table id ="newDataTable " style ="height: 250px;display: table;width: 100% ">
275+ <!-- <tr> <th>Id</th><th>Category</th><th>x</th><th>y</th></tr>-->
276+ </ table >
277+ </ div >
270278 </ div >
271279
272280 <!-- </div>-->
0 commit comments