From e0aeb2ebc0c1d240db5b3e8f995b9d6ec2de7218 Mon Sep 17 00:00:00 2001 From: Igor Babuschkin Date: Sat, 2 Aug 2014 15:25:49 +0200 Subject: [PATCH] Add css for histograms --- css/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/css/style.css b/css/style.css index 266c6e5..b6552b9 100644 --- a/css/style.css +++ b/css/style.css @@ -7,3 +7,18 @@ body { cursor: pointer; width: 200px; } + +.bar rect { + fill: steelblue; + shape-rendering: crispEdges; +} + +.bar text { + fill: #fff; +} + +.axis path, .axis line { + fill: none; + stroke: #000; + shape-rendering: crispEdges; +}