Handle rotated y label

pull/10616/head
Andrew Watkins 2017-05-12 16:34:00 -07:00
parent bf131c43db
commit 15cb878643
1 changed files with 2 additions and 0 deletions

View File

@ -118,8 +118,10 @@
border-bottom: 2px solid $g4-onyx !important;
}
.dygraph-ylabel {
transform: rotate(-90deg);
}
.dygraph-y2label {
transform: rotate(90deg);
}
.graph--hasYLabel {