diff --git a/docs/nodes/widgets/ui-chart.md b/docs/nodes/widgets/ui-chart.md
index f3a3c83d2..d03f00249 100644
--- a/docs/nodes/widgets/ui-chart.md
+++ b/docs/nodes/widgets/ui-chart.md
@@ -19,6 +19,10 @@ props:
Y: Defines the key (which can be nested, e.g. 'nested.value'
) of the value that should be plotted onto the x-axis. This value is ignored if injecting single numerical values into the chart.
---
+
+
# Chart `ui-chart`
Provides configuration options to create the following chart types:
@@ -35,7 +39,7 @@ Provides configuration options to create the following chart types:
### Removing Data
-#### "Append" or "Replace"
+#### "Append" or "Replace"
The "Action" property on the chart allows you to control whether you:
diff --git a/package.json b/package.json
index dc1292cc6..6a8125a2a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@flowfuse/node-red-dashboard",
- "version": "0.11.2",
+ "version": "0.11.3",
"description": "A collection of Node-RED nodes that provide functionality to build your own UI applications (inc. forms, buttons, charts) within Node-RED.",
"keywords": [
"node-red"