diff --git a/ui/src/shared/components/dygraph/Dygraph.tsx b/ui/src/shared/components/dygraph/Dygraph.tsx index 8f3938ad1a..45869289a3 100644 --- a/ui/src/shared/components/dygraph/Dygraph.tsx +++ b/ui/src/shared/components/dygraph/Dygraph.tsx @@ -165,7 +165,7 @@ class Dygraph extends Component { {legendData && ( )} - {!!hoverTime && ( + {!!hoverTime && !!this.dygraph && ( )} {this.nestedGraph}