Peter Holmberg před 7 roky
rodič
revize
327cdf34d5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      public/app/features/explore/Graph.tsx

+ 1 - 1
public/app/features/explore/Graph.tsx

@@ -159,7 +159,7 @@ class Graph extends Component<any, any> {
     }
     return (
       <div>
-        {this.props.data.length > 20 &&
+        {this.props.data.length > MAX_NUMBER_OF_TIME_SERIES &&
           !this.state.showAllTimeSeries && (
             <div className="time-series-disclaimer">
               <i className="fa fa-fw fa-warning disclaimer-icon" />