Increase breathing room of Y axes

pull/1600/head
Alex P 2017-06-13 15:34:52 -07:00
parent 8b53fdfd2d
commit 7a3a1ca981
2 changed files with 3 additions and 3 deletions

View File

@ -116,7 +116,7 @@ export default React.createClass({
title, title,
rightGap: 0, rightGap: 0,
yRangePad: 10, yRangePad: 10,
axisLabelWidth: 38, axisLabelWidth: 60,
drawAxesAtZero: true, drawAxesAtZero: true,
underlayCallback, underlayCallback,
ylabel: _.get(queries, ['0', 'label'], ''), ylabel: _.get(queries, ['0', 'label'], ''),

View File

@ -128,10 +128,10 @@
.graph--hasYLabel { .graph--hasYLabel {
.dygraph-axis-label-y { .dygraph-axis-label-y {
padding: 0 1px 0 10px !important; padding: 0 1px 0 16px !important;
} }
.dygraph-axis-label-y2 { .dygraph-axis-label-y2 {
padding: 0 10px 0 1px !important; padding: 0 16px 0 1px !important;
} }
} }