This commit is contained in:
Evgeny
2021-08-09 16:08:12 +03:00
parent 0c47e5f465
commit 520cd7511c
2 changed files with 13 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
function on_resume()
local points = {
{ 1, 1 },
{ 2, 2 },
{ 3, 1 },
{ 1628501740654, 123 },
{ 1628503740654, 300 },
{ 1628505740654, 175 },
}
ui:show_chart("Test", points, true, "Folded", "Copyright")
ui:show_chart("Test", points, "MM.dd")
end