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

Allow pivoting on API call level (enable RowEvolutions for pivoted columns) #6308

Open
mgazdzik opened this issue Sep 26, 2014 · 2 comments
Open
Labels
c: Performance For when we could improve the performance / speed of Matomo. c: Platform For Matomo platform changes that aren't impacting any of our APIs but improve the core itself. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.

Comments

@mgazdzik
Copy link
Contributor

Currently pivot feature is available only in UI (via configureViewDataTable), while it would be great to also give such possibility in API. Very useful use-case would be to use such feature to allow row-evolution graphs for pivoted columns. Each label to plot would be another pivoted column. Also there could be "other" and "total" column to visualize how each of columns evolve.

Please let me know if this ticket description is sufficent or should I elaborate more on this concept ?

@diosmosis
Copy link
Member

It's possible do pivot-ing in the API (otherwise the export functions wouldn't work w/ pivoted data). I don't know about row evolution w/ pivotted tables, though, I haven't tried that. If it does work, it will likely be slow.

@mattab mattab added Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. c: Platform For Matomo platform changes that aren't impacting any of our APIs but improve the core itself. labels Sep 26, 2014
@mattab mattab added this to the Short term milestone Sep 26, 2014
@mattab mattab assigned mattab and unassigned mattab Sep 26, 2014
@mattab mattab modified the milestones: Mid term, Short term Oct 12, 2014
@mattab mattab added the c: Performance For when we could improve the performance / speed of Matomo. label Oct 12, 2014
@mattab
Copy link
Member

mattab commented Dec 1, 2014

see also #4776 and #6227

@mattab mattab modified the milestones: Long term, Mid term Dec 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Performance For when we could improve the performance / speed of Matomo. c: Platform For Matomo platform changes that aren't impacting any of our APIs but improve the core itself. 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

3 participants