Default to having a Ylabel class
parent
f2014bbe0b
commit
c2e38c1ea2
|
@ -199,7 +199,7 @@ export default React.createClass({
|
|||
const dygraph = this.dygraphRef
|
||||
|
||||
if (!dygraph) {
|
||||
return ''
|
||||
return 'graph--hasYLabel'
|
||||
}
|
||||
|
||||
const label = dygraph.querySelector('.dygraph-ylabel')
|
||||
|
|
Loading…
Reference in New Issue