diff --git a/public/app/features/explore/Graph/ExploreGraph.tsx b/public/app/features/explore/Graph/ExploreGraph.tsx index 86af63d3d4e..20fff365c49 100644 --- a/public/app/features/explore/Graph/ExploreGraph.tsx +++ b/public/app/features/explore/Graph/ExploreGraph.tsx @@ -1,4 +1,4 @@ -import { css, cx } from '@emotion/css'; +import { css } from '@emotion/css'; import { identity } from 'lodash'; import React, { useEffect, useMemo, useState } from 'react'; @@ -159,7 +159,7 @@ export function ExploreGraph({ return ( {data.length > MAX_NUMBER_OF_TIME_SERIES && !showAllTimeSeries && ( -
+
Showing only {MAX_NUMBER_OF_TIME_SERIES} time series.