Statistics
Permalink
I noticed the dashboard tracks your # of visits over the past 5 days. Is there a way to customize this so that the information tracks over a longer period of time?
Thanks in advance,
Andy
Thanks in advance,
Andy
concrete/tools/dashboard/chart_handler.php
You could change line 19 to read:
This would show the last 10 days instead of the last 5 days.
You could also change the key labels at the bottom to list the name of each day with out skipping one although it starts to get cramped. You could change the last variable to a 1 instead of a 2 telling it to increment by one day of the week instead of two.