Add expository class name
Doesn’t have any associated styles but feels more organizedpull/10616/head
parent
515c452903
commit
d1207d2f03
|
@ -331,7 +331,7 @@ class Dygraph extends Component {
|
|||
return (
|
||||
<div className="dygraph-child" onMouseLeave={this.deselectCrosshair}>
|
||||
{this.dygraph &&
|
||||
<div>
|
||||
<div className="dygraph-addons">
|
||||
<Annotations
|
||||
dygraph={this.dygraph}
|
||||
annotationsRef={this.handleAnnotationsRef}
|
||||
|
|
Loading…
Reference in New Issue