From 882a2a3d9d3b7039826185dd64ccedbfee998fcb Mon Sep 17 00:00:00 2001
From: Blake Gearin <blakegearin@pm.me>
Date: Fri, 30 Dec 2022 11:20:33 +0000
Subject: [PATCH] Add option to remove filter on table charts

---
 exampleSite/content/docs/compose/graphs-charts-tables.md |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/exampleSite/content/docs/compose/graphs-charts-tables.md b/exampleSite/content/docs/compose/graphs-charts-tables.md
index 9f3b08a..65bc158 100644
--- a/exampleSite/content/docs/compose/graphs-charts-tables.md
+++ b/exampleSite/content/docs/compose/graphs-charts-tables.md
@@ -90,8 +90,14 @@
   {{< chart "dataset2" "pie,doughnut" "1" >}}
 {{< /grid >}}
 
-#### Show table only
+#### Show table with filter
 
 {{< grid "3" >}}
   {{< chart "dataset2" "table" >}}
-{{< /grid >}}
\ No newline at end of file
+{{< /grid >}}
+
+#### Show table only
+
+{{< grid "3" >}}
+  {{< chart "dataset2" "table,noFilter" >}}
+{{< /grid >}}

--
Gitblit v1.10.0