From 6e5d349ae801fb4adf119e0a1452f6bd4e1dfcd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Mon, 31 May 2021 11:18:50 +0200 Subject: [PATCH] Explore: Fix show all series (#34968) --- public/app/features/explore/ExploreGraphNGPanel.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/app/features/explore/ExploreGraphNGPanel.tsx b/public/app/features/explore/ExploreGraphNGPanel.tsx index 0d477d805f7..c9ce1538fee 100644 --- a/public/app/features/explore/ExploreGraphNGPanel.tsx +++ b/public/app/features/explore/ExploreGraphNGPanel.tsx @@ -129,7 +129,10 @@ export function ExploreGraphNGPanel({ {`Showing only ${MAX_NUMBER_OF_TIME_SERIES} time series. `} setShowAllTimeSeries(true)} + onClick={() => { + structureChangesRef.current++; + setShowAllTimeSeries(true); + }} >{`Show all ${dataWithConfig.length}`} )}