rename files for stat
This commit is contained in:
parent
2811117211
commit
02ca989ee8
4 changed files with 6759 additions and 3 deletions
|
@ -123,7 +123,7 @@ def main():
|
|||
userGlobal = createElement( 'global', 'red', uniqueUserGlobal)
|
||||
usersGlobal.append(userGlobal)
|
||||
|
||||
save(info, "channelsstat")
|
||||
save(info, "chat_stat_monthly")
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
|
@ -11,7 +11,7 @@
|
|||
<canvas id="usersGlobal"></canvas>
|
||||
<script>
|
||||
|
||||
$.getJSON("../../data/channelsstat.json", function (datas){
|
||||
$.getJSON("../../data/chat_stat_monthly.json", function (datas){
|
||||
updated = datas['updated']
|
||||
|
||||
labels = datas['labels'];
|
||||
|
|
File diff suppressed because one or more lines are too long
6757
site/data/chat_stat_monthly.json
Normal file
6757
site/data/chat_stat_monthly.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue