Fix typo in Graph/addDataPoint
This commit is contained in:
@@ -19,5 +19,5 @@ Sets a data point in the graph with specified value.
|
||||
```lua
|
||||
local mainFrame = basalt.createFrame()
|
||||
local aGraph = mainFrame:addGraph()
|
||||
aGraph:setDataPoint(13)
|
||||
aGraph:addDataPoint(13)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user