Skip to content

Commit

Permalink
downscale a little to fit 2×2 on 1024×768
Browse files Browse the repository at this point in the history
  • Loading branch information
mirabilos committed Feb 16, 2023
1 parent 977380b commit 6ca0d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/synchronize.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script type="text/javascript" src="data.js"></script>

<style>
.chart { width: 500px; height: 300px; }
.chart { width: 450px; height: 270px; }
.chart-container { overflow: hidden; }
#div1 { float: left; }
#div2 { float: left; }
Expand Down

0 comments on commit 6ca0d71

Please sign in to comment.