This commit is contained in:
Evgeny
2021-08-09 17:38:57 +03:00
parent 520cd7511c
commit bfa224ea1b
2 changed files with 13 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
function on_resume()
local points = {
{ 1628501740654, 123 },
{ 1628503740654, 300 },
{ 1628505740654, 175 },
{ 1628501740654, 123456789 },
{ 1628503740654, 300000000 },
{ 1628505740654, 987654321 },
}
ui:show_chart("Test", points, "MM.dd")
ui:show_chart("Test", points, "x:date y:number")
end