When I open my-domain/piwik, I always see the data for the previous day.
The dashboard link even contains “date=yesterday”.
Is there a way to get a last visits graph for the current day only?
I.e., to be able to see how many users accessed the page during the last hours?
I find it confusing that the graph displays data for the last days when I select “day” next to the date selection in the center of the screen. I would expect it to display the hours of the day…
[quote=Marvin @ Nov 27 2009, 03:38 PM]1)
When I open my-domain/piwik, I always see the data for the previous day.
The dashboard link even contains “date=yesterday”.[/quote]
put row:
default_day=today
into your config file (/path/to/piwik/config/config.ini.php)
I’m afraid that i wont be able to help you with that…
im newbie to piwik either style_emoticons/<#EMO_DIR#>/rolleyes.gif
but as far as i know…request to get data for such graf contains period and date,
if date is something like last10 and period is day, you will get data for last 10 days
so logically to get data for last 10 hours you would have to set period to hours, but piwik doesnt offer this…
But maybe somebody more advanced does have solution…
Piwik does not currently summarize by hours. There’s an open ticket if someone wants to pursue it. (The main concern is the extra storage and archiving time.)
I still find it confusing, though, that when I select “Week” as the period, the last visits graph contains data since April.
That’s kind of a long week… style_emoticons/<#EMO_DIR#>/huh.gif
You have the widget Visits by local time, Visits by server time, that show the number visit by hour. If you select today in the calendar, it would show today’s visits by hour.