made x axis max and min anchor to the middle
This commit is contained in:
parent
cfb84209f2
commit
702388e4a3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user