diff --git a/examples/graph/04_shapes.html b/examples/graph/04_shapes.html index 70b4cb12..25b3f3ea 100755 --- a/examples/graph/04_shapes.html +++ b/examples/graph/04_shapes.html @@ -8,7 +8,7 @@ font: 10pt arial; } #mygraph { - width: 780px; + width: 100%; height: 600px; border: 1px solid lightgray; } diff --git a/examples/graph/09_automatic_sizing.html b/examples/graph/09_sizing.html similarity index 98% rename from examples/graph/09_automatic_sizing.html rename to examples/graph/09_sizing.html index c7facdf9..67a48f8e 100644 --- a/examples/graph/09_automatic_sizing.html +++ b/examples/graph/09_sizing.html @@ -1,7 +1,7 @@ - Graph | Automatic sizing + Graph | Sizing +