diff options
author | Richard Wall <richard@aziz> | 2010-04-18 08:11:34 +0100 |
---|---|---|
committer | Richard Wall <richard@aziz> | 2010-04-18 08:11:34 +0100 |
commit | 92c40097f503341bc53531743ee5419838ef7d2b (patch) | |
tree | 6011f7a2933c19a0fd28cd95d73b12409831f681 /index.html | |
parent | 5325e54e84a394ae8127785f757d0c7c2c4065f0 (diff) |
a thinner graph border
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -14,10 +14,9 @@ } .range-preview { - width: 700px; + width: 800px; height:50px; margin: 0 auto 0 auto; - left: 50px; position: relative; } @@ -26,8 +25,12 @@ height:200px; margin: 50px auto 50px auto; } + + .chart canvas { + } + .tickLabel { - width:100px; + width:50px; overflow:hidden; } </style> @@ -44,8 +47,14 @@ <script type="text/javascript"> var baseOptions = { + grid: { - clickable: true + clickable: true, + borderWidth: 1, + borderColor: "#000", + color: "#000", + backgroundColor: "#fff", + tickColor: "#eee" }, selection: { mode: 'x' |