Changed time_factor to 0.5, changed the stored tweets to 1000, changed the displayed tweets to 100

This commit is contained in:
2022-11-04 13:40:06 +01:00
parent a5d809eacc
commit bdc587901b
5 changed files with 6 additions and 6 deletions

View File

@@ -137,7 +137,7 @@
<script src="./lib/jquery.flot.pie.js"></script>
<script>
block("#latest").tweets({
memory: 20
memory: 100
});
block('#pie').piechart();
events.connect('pie', '#pie');