From 7888c1c61429ea154e939a7d40b350f9bae07988 Mon Sep 17 00:00:00 2001 From: Matt Toback Date: Thu, 12 Nov 2015 12:35:45 -0500 Subject: [PATCH] Update singlestat.md --- docs/sources/reference/singlestat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/reference/singlestat.md b/docs/sources/reference/singlestat.md index a982871a5cd..91724e89882 100644 --- a/docs/sources/reference/singlestat.md +++ b/docs/sources/reference/singlestat.md @@ -68,7 +68,7 @@ To fix your singlestat panel: - Edit your panel by clicking the Panel Title and selecting *Edit*. - Do you have multiple queries in the metrics tab? - - Solution: Select a single query to vizualize. You can toggle whether a query is vizualized by clicking the eye icon on each line. If the error persists, continue to the next solution. + - Solution: Select a single query to visualize. You can toggle whether a query is visualized by clicking the eye icon on each line. If the error persists, continue to the next solution. - Do you have one query? - Solution: This likely means your query is returning multiple series. You will want to reduce this down to a single series. This can be accomplished in many ways, depending on your data source. Some common practices include summing the series, averaging or any number of other functions. Consult the documentation for your data source for additional information.