Skip to content

Commit 8cebe44

Browse files
authored
Merge pull request #1043 from MatzElectronics/demo
Graphing fix, force width of graph div
2 parents 87730e7 + 58eabb3 commit 8cebe44

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)