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

Make it easier to analyze overlay reports. #10447

Closed
phoob opened this issue Aug 26, 2016 · 7 comments
Closed

Make it easier to analyze overlay reports. #10447

phoob opened this issue Aug 26, 2016 · 7 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone

Comments

@phoob
Copy link
Contributor

phoob commented Aug 26, 2016

Hello! Please see attached code – I have implemented this in my Piwik to make the Overlay reports more useful, but not sure if they meet Piwik coding standards...

(it is a replacement for /plugins/Overlay/client/followingpages.js)

followingpages.js.txt

What it does is basically adding some css to the number bubbles based on which links are the most clicked. The link that is clicked the most often gets opacity:1 and zoom:2, while the least clicked link gets opacity:0.5 and zoom:1. The position of the bubble is also adjusted according to the zoom factor.

@phoob
Copy link
Contributor Author

phoob commented Aug 26, 2016

screen shot of result:

skjermbilde 2016-08-26 kl 14 38 45

@hpvd
Copy link

hpvd commented Aug 26, 2016

looks interesting!

@phoob
Copy link
Contributor Author

phoob commented Sep 9, 2016

I'd like to bump this issue.. Is there anything I can do to speed this up?

@sgiehl
Copy link
Member

sgiehl commented Sep 9, 2016

Feel free to create a pull request so someone can have a look at it and test it.

In general: If you are interested in speeding things up and/or sponsoring a feature you may get in touch with our support in order to get a quote how much it would cost. See https://piwik.org/development/

@phoob
Copy link
Contributor Author

phoob commented Sep 9, 2016

Well, I don't have a piwik development setup with Git, so therefore I supplied the full replacement js file – it is just a drop in replacement for /plugins/Overlay/client/followingpages.js . Is it not possible for you to test that? (I have never sent in a pull request before, so to me it seems overly difficult for this kind of issue).

@mattab
Copy link
Member

mattab commented Sep 27, 2016

Hi @phoob
Thanks for your suggestion. Created pull request here: #10580
we'll review it for 3.0.0-beta2

@mattab mattab added this to the 3.0.0-b2 milestone Sep 27, 2016
@mattab mattab added the Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. label Sep 27, 2016
@mattab
Copy link
Member

mattab commented Oct 30, 2016

Thanks @phoob, your nice improvement was merged!

@mattab mattab closed this as completed Oct 30, 2016
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.
Projects
None yet
Development

No branches or pull requests

4 participants