Changed time_factor to 0.5, changed the stored tweets to 1000, changed the displayed tweets to 100
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user