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 (
|
return (
|
||||||
<div className="dygraph-child" onMouseLeave={this.deselectCrosshair}>
|
<div className="dygraph-child" onMouseLeave={this.deselectCrosshair}>
|
||||||
{this.dygraph &&
|
{this.dygraph &&
|
||||||
<div>
|
<div className="dygraph-addons">
|
||||||
<Annotations
|
<Annotations
|
||||||
dygraph={this.dygraph}
|
dygraph={this.dygraph}
|
||||||
annotationsRef={this.handleAnnotationsRef}
|
annotationsRef={this.handleAnnotationsRef}
|
||||||
|
|
Loading…
Reference in New Issue