update wikipedia widget
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user