-
-
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
Add a Select list in the graph footer, to select periods to plot: 30, 100, 365 #2159
Comments
Nice we could now reuse the new UI element (to select number of rows) that would, when an evolution graph is displayed, change the number of days/weeks/months plotted on the graph from the default 30. That would be beautiful!! |
This will be awesome in the widgets on dashboard, in all evolution graphs in reports (including Row Evolution!) |
Attachment: Patch for this issue. |
I've uploaded a patch for this issue. Let me know what you think of it. Some notes:
|
(In [7068]) Fixes #2159, allow limit dropdown to be used with evolution graphs (including row evolution). Notes:
|
(In [7070]) Refs #2159 fixing notice |
Very nice new little feature & commit, kuddos Benaka! PS: I am still curious as to why the smarty notices don't display in your server, hopefully we find the solution in the future as to prevent these NOTICEs! |
Questions:
My understanding was that in the UI we would not work on multiple periods ? |
(In [7075]) Refs #2159
|
Replying to matt:
It's a sanity check to cover the case if multiple dates are passed instead of a single date + evolution_{$period}_last_n. |
(In [7425]) fixes regression: exporting below the graph should export all periods displayed in the graph (using the rewritten &date=) |
It would be nice to view in the graph, the number of visits for the last 300 days for example. Currently the graphs only show last 30 days / weeks / months / years.
All pages supporting sparklines + graph (overview type pages) would benefit from this new feature, as well as widgets in the dashboard.
This could be implemented as a Select list / legend next to the icons.
This is similar to the ticket "add a select list to choose which column to plot" in #1820
refs #3110
The text was updated successfully, but these errors were encountered: