Skip to content

Commit

Permalink
v0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joepavitt committed Jan 5, 2024
1 parent e633be4 commit 34faf64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/nodes/widgets/ui-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ props:
<b>Y:</b> Defines the key (which can be nested, e.g. <code>'nested.value'</code>) of the value that should be plotted onto the x-axis. This value is ignored if injecting single numerical values into the chart.
---

<script setup>
import AddedIn from '../../components/AddedIn.vue';
</script>

# Chart `ui-chart`

Provides configuration options to create the following chart types:
Expand All @@ -35,7 +39,7 @@ Provides configuration options to create the following chart types:

### Removing Data

#### "Append" or "Replace"
#### "Append" or "Replace" <AddedIn version="0.11.3" />

The "Action" property on the chart allows you to control whether you:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 34faf64

Please sign in to comment.