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}`} )}