From 50b2f26d808e34dbdafbfc60fbae778cf94db6f0 Mon Sep 17 00:00:00 2001 From: crazyscience Date: Tue, 19 May 2020 23:17:27 -0700 Subject: [PATCH] Fixed grammar error (#24903) --- packages/grafana-ui/src/components/InfoBox/InfoBox.story.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grafana-ui/src/components/InfoBox/InfoBox.story.tsx b/packages/grafana-ui/src/components/InfoBox/InfoBox.story.tsx index faf649f9cda..e32a0fa9b63 100644 --- a/packages/grafana-ui/src/components/InfoBox/InfoBox.story.tsx +++ b/packages/grafana-ui/src/components/InfoBox/InfoBox.story.tsx @@ -70,7 +70,7 @@ export const featureInfoBox = () => { > Transformations allow you to join, calculate, re-order, hide and rename your query results before being visualized.
- Many transforms are not suitable if your using the Graph visualisation as it currently only supports time + Many transforms are not suitable if you're using the Graph visualisation as it currently only supports time series.
It can help to switch to Table visualisation to understand what a transformation is doing.