Add expository class name

Doesn’t have any associated styles but feels more organized
pull/10616/head
Alex P 2018-03-12 12:32:17 -07:00
parent 515c452903
commit d1207d2f03
1 changed files with 1 additions and 1 deletions

View File

@ -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}