diff --git a/docs/dashboards/panels/table-charts.md b/docs/dashboards/panels/table-charts.md
index dc0875157a..71e0b2e8c0 100644
--- a/docs/dashboards/panels/table-charts.md
+++ b/docs/dashboards/panels/table-charts.md
@@ -30,7 +30,11 @@ To add a panel with a table chart:
To create a metrics query utilize the [Metrics Search](/docs/metrics/metrics-queries).
-1. Once the query runs you will need to flip the chart type to **Table**.
+1. Once the query runs, you will need to flip the chart type to **Table**.
+ 1. (Optional) **Missing Data Display**. Enter the text that needs to be displayed when data is missing.
+ 1. (Optional) **Font Size**. Font size of the text displayed. By default, `12` is set as font size. You can change this based on your requirement.
+ 1. (Optional) **Decimals**. Sets the precision of units displayed. Select the number of decimals to show with a unit, up to 10.
+ 1. (Optional) **Rows Per Page**. Set the numbers of rows to display in the table.
1. [Modify the chart](./modify-chart.md) as desired.
1. Click the **Add to Dashboard** button on the top right of the window to add the panel to your dashboard.
diff --git a/static/img/dashboards/panels/table-charts/new-table-chart.png b/static/img/dashboards/panels/table-charts/new-table-chart.png
index 49d5ec228b..e00b470989 100644
Binary files a/static/img/dashboards/panels/table-charts/new-table-chart.png and b/static/img/dashboards/panels/table-charts/new-table-chart.png differ