Revert removal of x and y axes on single stat graphs
parent
5ea086e39c
commit
88c8f93716
|
@ -129,21 +129,13 @@ export default React.createClass({
|
||||||
labels,
|
labels,
|
||||||
connectSeparatedPoints: true,
|
connectSeparatedPoints: true,
|
||||||
labelsKMB: true,
|
labelsKMB: true,
|
||||||
axes: {
|
|
||||||
x: {
|
|
||||||
drawGrid: false,
|
|
||||||
drawAxis: false,
|
|
||||||
},
|
|
||||||
y: {
|
|
||||||
drawGrid: false,
|
|
||||||
drawAxis: false,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
title,
|
title,
|
||||||
rightGap: 0,
|
rightGap: 0,
|
||||||
strokeWidth: 1.5,
|
strokeWidth: 1.5,
|
||||||
drawAxesAtZero: true,
|
drawAxesAtZero: true,
|
||||||
underlayCallback,
|
underlayCallback,
|
||||||
|
ylabel: _.get(queries, ['0', 'label'], ''),
|
||||||
|
y2label: _.get(queries, ['1', 'label'], ''),
|
||||||
...displayOptions,
|
...displayOptions,
|
||||||
highlightSeriesOpts: {
|
highlightSeriesOpts: {
|
||||||
strokeWidth: 1.5,
|
strokeWidth: 1.5,
|
||||||
|
|
Loading…
Reference in New Issue