From 34faf642f6f64c785b2a36aefa89c4bc2f69be03 Mon Sep 17 00:00:00 2001 From: Joe Pavitt Date: Fri, 5 Jan 2024 14:56:09 +0000 Subject: [PATCH] v0.11.3 --- docs/nodes/widgets/ui-chart.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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"