Hi to all :
All I need to learn is : Is that possible to make chart of a log which comes with separate sheet and updates itself every lets say 30 sec.?
If yes , can you please provide a example ?
lets say my log has these information and keeping in document named " try.json" (this file updates itself ever 30 sec.)
[ { "year": "2000", "sales": 200 },
{ "year": "2001", "sales": 450 },
{ "year": "2002", "sales": 300 },
{ "year": "2003", "sales": 125 }
]
All I need to learn is : Is that possible to make chart of a log which comes with separate sheet and updates itself every lets say 30 sec.?
If yes , can you please provide a example ?
lets say my log has these information and keeping in document named " try.json" (this file updates itself ever 30 sec.)
[ { "year": "2000", "sales": 200 },
{ "year": "2001", "sales": 450 },
{ "year": "2002", "sales": 300 },
{ "year": "2003", "sales": 125 }
]