Revert removal of x and y axes on single stat graphs

pull/10616/head
Jared Scheib 2017-06-21 18:31:40 -07:00
parent 5ea086e39c
commit 88c8f93716
1 changed files with 2 additions and 10 deletions

View File

@ -129,21 +129,13 @@ export default React.createClass({
labels,
connectSeparatedPoints: true,
labelsKMB: true,
axes: {
x: {
drawGrid: false,
drawAxis: false,
},
y: {
drawGrid: false,
drawAxis: false,
},
},
title,
rightGap: 0,
strokeWidth: 1.5,
drawAxesAtZero: true,
underlayCallback,
ylabel: _.get(queries, ['0', 'label'], ''),
y2label: _.get(queries, ['1', 'label'], ''),
...displayOptions,
highlightSeriesOpts: {
strokeWidth: 1.5,