Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Plugin] Compare two dates visits hourly #2486

Closed
anonymous-matomo-user opened this issue Jun 12, 2011 · 3 comments
Closed

[Plugin] Compare two dates visits hourly #2486

anonymous-matomo-user opened this issue Jun 12, 2011 · 3 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.

Comments

@anonymous-matomo-user
Copy link

Hiya,

I wrote this simple plugin which compares two dates visits hourly and shows it on a graph.

Thought someone might be interested too.

Tested on 1.5-rc7
Keywords: third-party-plugin

@anonymous-matomo-user
Copy link
Author

Attachment:
Plugin_CompareTwoDaysVisits.rar

@anonymous-matomo-user
Copy link
Author

Thanks a lot, that feature was really missing!
I made some changes to the Controller.php file to see the whole day at once.

CHANGE:
$view = Piwik_ViewDataTable::factory( 'graphVerticalBar');

ADD (before return command):
$view->setSortedColumn( 'label', 'asc' );
$view->setLimit( 24 );
$view->setGraphLimit( 24 );
$view->disableExcludeLowPopulation();
$view->disableOffsetInformationAndPaginationControls();

@halfdan
Copy link
Member

halfdan commented Feb 12, 2013

@boosis, can you put this plugin up on Github?

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

2 participants