Skip to content

Commit 58eabb3

Browse files
author
Matthew Matz
committed
Graphing fix, force width of graph div
1 parent 067ff0e commit 58eabb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/editor/blocklyc.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<table>
140140
<tr>
141141
<td>
142-
<div id="serial_graphing" class="ct-chart ct-perfect-fourth"></div>
142+
<div id="serial_graphing" class="ct-chart ct-perfect-fourth" style="width:500px;"></div>
143143
<div id="graph_x-axis_label" align="center">Time (seconds)</div>
144144
</td>
145145
<td valign="top">

0 commit comments

Comments
 (0)