-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Create annotations in the Graphs and list all Text notes for a given date range #1253
Comments
I think the emphasis of this ticket should be on the creation of a Piwik Calendar - as per PeterB's original suggestion. The ability to annotate the calendar with known events is an addon feature. Can I suggest that the name of ticket (Summary field) be changed to reflect this? |
This feature would be really handy. A good starting point for the UI component might be Adam Shaw's fullcalendar jQuery plugin. It is a pretty nice calendaring interface with good documentation and a flexible api. |
See also the request in: http://forum.piwik.org/read.php?3,79114 |
I second Adam Shaw's plugin. It's amazing, we have worked with it forever. This is a really great potential feature. I constantly run into cases where this would be worth it's digital weight in gold. |
capedfuzz, what would be your take on this one? |
This would be a good feature for me. |
This specification is very similr to the google analytics implementation of annotations, simply because -- once more -- Google has done a great job at the UI and integration into the graph. I'm sure they havent invented it neither, but we shall copy their idea and extend it with Piwik features in mind! Here are the specifications for the actually-very-useful Annotations feature. Annotations, Specification Data structure & features:
Permissions: Ability for View & Admin (non anonymous) users to view, create, edit, delete Annotations.
API: Annotations can be added, updated, deleted via a New Annotations API.
Annotations availability in the UI:
|
(In [7612]) Fixes #1253, added annotations plugin that allows attaching notes to different days. Notes:
|
(In [7617]) Refs #1253 Change API call because format=php is broken (temporarily) |
(In [7619]) Refs #1253, fix regression in PHP DataTable renderer. |
(In [7624]) Refs #1253, add integration test for PHP renderer w/ array value. |
(In [7626]) Refs #1253, remove svn:executable. |
(In [7628]) Refs #1253, if provider determined via GeoIP plugin, display link to startpage in reports and visitor log. |
Bug report:
-> It is not possible to add annotations in the recent days as the marker will not display on the right part of the axis. |
|
(In [7650]) Fixes #1253, fix bug where resizing element does not reposition evolution icons and tweak translation keys. |
(In [7700]) Refs #1253, display annotation text in tooltip when hovering over evolution icon if only one annotation for date range, and when hovering over an annotation, make the corresponding evolution icon bounce. |
An annotation is a Text note set a specific date. Add the ability in Piwik to annotate reports, e.g., a spike in traffic attributed to a slashdot story.
These annotation would appear with a marker on the Graph, and would be listed below the graph on click on "Annotations" button, and could also be created/queried via the API.
The text was updated successfully, but these errors were encountered: