diff --git a/public/app/features/explore/Graph.tsx b/public/app/features/explore/Graph.tsx index 89e48b9d5d1..e29abdbd194 100644 --- a/public/app/features/explore/Graph.tsx +++ b/public/app/features/explore/Graph.tsx @@ -159,7 +159,7 @@ class Graph extends Component { } return (
- {this.props.data.length > 20 && + {this.props.data.length > MAX_NUMBER_OF_TIME_SERIES && !this.state.showAllTimeSeries && (