Skip to content

Commit

Permalink
Merge pull request #269 from FlowFuse/zj-example-copy-pastable
Browse files Browse the repository at this point in the history
docs: Make example copy+paste able
  • Loading branch information
joepavitt authored Oct 13, 2023
2 parents c4043bb + 4600324 commit 017ae22
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/nodes/widgets/ui-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@ If you would like to pass in multiple data points at the same time into a chart,
msg = {
"topic": "line-1",
"payload": [{
x: 30,
y: 43
"x": 30,
"y": 43
}, {
x: 40,
y: 56
"x": 40,
"y": 56
}, {
x: 50,
y: 74
"x": 50,
"y": 74
}]
}
```
Expand Down

0 comments on commit 017ae22

Please sign in to comment.