diff --git a/css/index.css b/css/index.css index 425fc1d..204cce6 100644 --- a/css/index.css +++ b/css/index.css @@ -7,7 +7,7 @@ padding: 0; } .main { - height: 900px; + height: 920px; margin: 10px auto; padding: 20px; position: relative; @@ -15,7 +15,7 @@ #chart { cursor: pointer; - height: 100%; + height: 880px; left: 540px; position: absolute; top: 20px; @@ -61,8 +61,15 @@ .tick-line { stroke: #f0f0f0; } +#chart3 { + border: 1px solid #f00; + height: 260px; + left: 20px; + position: absolute; + top: 640px; + width: 500px; } + #map { - background: #e8fbfe; border: 1px solid #e8e8e8; height: 600px; position: relative; @@ -73,8 +80,8 @@ width: 100%; } .feature { - fill: #dffbb8; - stroke: #bde484; } + fill: #f7f7f7; + stroke: #ccc; } .reticle { cursor: move; diff --git a/index.html b/index.html index b94a64b..55bea35 100644 --- a/index.html +++ b/index.html @@ -28,20 +28,26 @@
+ +
- MAP harbors -- DATA remove less informative stations - - + + + + + + + @@ -50,6 +56,15 @@