update wikipedia widget

This commit is contained in:
Evgeny
2021-08-11 14:35:56 +03:00
parent 6d642629b5
commit bf0d9a5f4f
4 changed files with 14 additions and 4 deletions

View File

@@ -4,5 +4,5 @@ function on_resume()
{ 1628503740654, 300000000 },
{ 1628505740654, 987654321 },
}
ui:show_chart("Test", points, "x:date y:number")
ui:show_chart(points, "x:date y:number")
end

View File

@@ -8,7 +8,7 @@ end
function on_network_result(result)
tab = get_tab_ajson(result)
ui:show_chart("Covid", tab, "x:date y:number")
ui:show_chart(tab, "x:date y:number")
end
function totime(str)