Undo debug mode on graph spinner
parent
e92ec85c60
commit
9080f86652
|
@ -101,7 +101,7 @@ export default React.createClass({
|
|||
|
||||
return (
|
||||
<div className={classNames({"graph--hasYLabel": !!(options.ylabel || options.y2label)})}>
|
||||
{this.renderSpinner()}
|
||||
{isRefreshing ? this.renderSpinner() : null}
|
||||
<Dygraph
|
||||
containerStyle={{width: '100%', height: '100%'}}
|
||||
overrideLineColors={overrideLineColors}
|
||||
|
|
Loading…
Reference in New Issue