From 327cdf34d5921cf836eec5e95450f6e55bc5627e Mon Sep 17 00:00:00 2001 From: Peter Holmberg Date: Thu, 27 Sep 2018 14:32:54 +0200 Subject: [PATCH] using constant --- public/app/features/explore/Graph.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && (