diff --git a/docs/data-visualizer.md b/docs/data-visualizer.md
index 3dc516c7a4..9599e6af79 100644
--- a/docs/data-visualizer.md
+++ b/docs/data-visualizer.md
@@ -32,6 +32,7 @@ For each visualization type there is a brief description with suggestions about
| Single value | Displays a single value in a dashboard friendly way. If the dimension displayed has an indicator type assigned, a % symbol or a string (per thousand, per hundred thousand, etc...) is appended to the value.
If an icon is assigned to the dimension in the Maintenance app, it can be shown on the side of the value, the icon can be toggled in the Options panel.
Layout restrictions: same as Gauge. |
| Pivot table | Summarizes the data of a more extensive table and might include sums, averages, or other statistics, which the pivot table groups together in a meaningful way.
Layout restrictions: none. |
| Scatter | Scatter plots enable users to chart organisational units as points against two variables for a single fixed or relative period.
Layout restrictions: exactly 1 item each as vertical and horizontal, data dimension is locked to vertical and horizontal, organisation unit is locked to points. |
+| Outlier table | Displays a list of outliers based on historical data.
Layout restrictions: organisation unit, period and data dimensions are locked to columns, no other dimensions can be added. |
### Select dimensions
@@ -171,6 +172,7 @@ The display of a visualization can be changed by enabling/disabling and configur
| Hide empty categories | Hides the category items with no data from the visualization.
**Before first**: hides missing values only before the first value
**After last**: hides missing values only after the last value
**Before first and after last**: hides missing values only before the first value and after the last value
**All**: hides all missing values
This is useful for example when you create Column and Bar visualizations. |
| Hide empty columns | Hides empty columns from a Pivot table. This is useful when you look at large tables where a large portion of the dimension items don't have data in order to keep the table more readable. |
| Hide empty rows | Hides empty rows from a Pivot table. This is useful when you look at large tables where a large portion of the dimension items don't have data in order to keep the table more readable. |
+| Max results | Sets the maximum number of rows to display in a Outlier table. The allowed range is 1 to 500. |
| Number type | Sets the type of value you want to display in a Pivot table: Value, Percentage of row or Percentage of column.
The options Percentage of row and Percentage of column mean that you'll display values as percentages of row total or percentage of column total instead of the aggregated value. This is useful when you want to see the contribution of data elements, categories or organisation units to the total value. |
| Only include completed events | Includes only completed events in the aggregation process. This is useful for example to exclude partial events in indicator calculations. |
| Row sub-totals | Displays sub-totals in a Pivot table for each dimension.
If you only select one dimension, sub-totals will be hidden for those rows. This is because the values will be equal to the sub-totals. |
@@ -180,7 +182,7 @@ The display of a visualization can be changed by enabling/disabling and configur
| Target line | Displays a horizontal line at the given domain value. Useful for example when you want to compare your performance to the current target. |
| Trend line | Displays the trend line that visualizes how your data evolves over time. For example if performance is improving or deteriorating. Useful when periods are selected as category. |
| Value labels | Shows the values above the series in the visualization. |
-| | Axes tab |
+| | **Axes tab** |
| Axis range | Defines the maximum and minimum value that will be visible on the range axis. |
| Axis title | Type a title here to display a label next to the x or y axis. Useful when you want to give context information to the visualization, for example about the unit of measure.
`Auto generated from axis items` provides a title based on the content of the axis.
None removes the title.
`Custom` allows you to type a custom title. |
| Decimals | Defines the number of decimals that will be used for range axis values. |
@@ -308,14 +310,14 @@ Saving your visualizations makes it easy to find them later. You can also choose
2. Click **Delete**.
+![](resources/images/data-visualizer-delete-dialog.png)
+
### Get the link to the visualization
1. Click **File** \> **Get Link**.
2. The URL can be copied via the browser's context menu that opens when right clicking on the link.
-![](resources/images/data-visualizer-delete-dialog.png)
-
## Visualization interpretations
When viewing a saved visualization, you can expand the interpretations on the right side by clicking on the Interpretations button in the upper right corner. The visualization description will also be shown. The description supports rich text format.
diff --git a/docs/resources/images/data-visualizer-delete-dialog.png b/docs/resources/images/data-visualizer-delete-dialog.png
index 458dccf908..772c1c7ce1 100644
Binary files a/docs/resources/images/data-visualizer-delete-dialog.png and b/docs/resources/images/data-visualizer-delete-dialog.png differ
diff --git a/docs/resources/images/data-visualizer-file-open.png b/docs/resources/images/data-visualizer-file-open.png
deleted file mode 100644
index 56e711b42d..0000000000
Binary files a/docs/resources/images/data-visualizer-file-open.png and /dev/null differ
diff --git a/docs/resources/images/data-visualizer-open-dialog.png b/docs/resources/images/data-visualizer-open-dialog.png
index 07a7b901ab..d1a996bc8d 100644
Binary files a/docs/resources/images/data-visualizer-open-dialog.png and b/docs/resources/images/data-visualizer-open-dialog.png differ
diff --git a/docs/resources/images/data-visualizer-share-dialog.png b/docs/resources/images/data-visualizer-share-dialog.png
index 30899fae37..6c3ae96243 100644
Binary files a/docs/resources/images/data-visualizer-share-dialog.png and b/docs/resources/images/data-visualizer-share-dialog.png differ
diff --git a/docs/resources/images/data-visualizer-view-interpretation.png b/docs/resources/images/data-visualizer-view-interpretation.png
index 736f0871e2..a4ac0ec523 100644
Binary files a/docs/resources/images/data-visualizer-view-interpretation.png and b/docs/resources/images/data-visualizer-view-interpretation.png differ
diff --git a/docs/resources/images/data-visualizer-visualization-type.png b/docs/resources/images/data-visualizer-visualization-type.png
index 60e15134e3..3d946c1dd4 100644
Binary files a/docs/resources/images/data-visualizer-visualization-type.png and b/docs/resources/images/data-visualizer-visualization-type.png differ