We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d4e96a commit 1c7558dCopy full SHA for 1c7558d
1 file changed
docs/objects/Graph/addDataPoint.md
@@ -19,5 +19,5 @@ Sets a data point in the graph with specified value.
19
```lua
20
local mainFrame = basalt.createFrame()
21
local aGraph = mainFrame:addGraph()
22
-aGraph:setDataPoint(13)
+aGraph:addDataPoint(13)
23
```
0 commit comments