made x axis max and min anchor to the middle

This commit is contained in:
Bob Monteverde 2012-09-21 16:24:30 -04:00
parent cfb84209f2
commit 702388e4a3

View File

@ -168,6 +168,13 @@ svg .title {
font-weight: bold; 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 * Brush