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