Increase breathing room of Y axes
parent
8b53fdfd2d
commit
7a3a1ca981
|
@ -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'], ''),
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue