From 702388e4a36c27f8e43dbaa896edf01a337afa55 Mon Sep 17 00:00:00 2001 From: Bob Monteverde Date: Fri, 21 Sep 2012 16:24:30 -0400 Subject: [PATCH] made x axis max and min anchor to the middle --- src/nv.d3.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/nv.d3.css b/src/nv.d3.css index 1fc0648..2b88790 100644 --- a/src/nv.d3.css +++ b/src/nv.d3.css @@ -168,6 +168,13 @@ svg .title { font-weight: bold; } +.nvd3 .x .nv-axis .nv-axisMaxMin text, +.nvd3 .x2 .nv-axis .nv-axisMaxMin text, +.nvd3 .x3 .nv-axis .nv-axisMaxMin text { + text-anchor: middle +} + + /********** * Brush