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

“Available metrics” not visible in “Evolution of multiple rows” #11735

Closed
ferfebles opened this issue May 24, 2017 · 2 comments
Closed
Labels
worksforme The issue cannot be reproduced and things work as intended.

Comments

@ferfebles
Copy link

As created by finner in the piwik forum: https://forum.piwik.org/t/available-metrics-not-visible-in-evolution-of-multiple-rows/23276

In Actions > Pages > Evolution on multiple rows, the usual dropdown with the options Pageviews, Unique Pageviews, Avg. time on page, Bounce Rate, Exit rate, Avg. generation time does not show up.

But I can see the heading "Available metrics" and I can see the dropdown in the code:

  <div class="metric-selectbox">
        <h2>Available metrics</h2>
        <select name="metric" class="multirowevoltion-metric">
                                <option value="nb_hits" selected="selected">
                    Pageviews
                </option>
                                <option value="nb_visits">
                    Unique Pageviews
                </option>
                                <option value="avg_time_on_page">
                    Avg. time on page
                </option>
                                <option value="bounce_rate">
                    Bounce Rate
                </option>
                                <option value="exit_rate">
                    Exit rate
                </option>
                                <option value="avg_time_generation">
                    Avg. generation time
                </option>
                        </select>
     </div>

Piwik: 3.0.1
Chrome: 56.0.2924.76 (64-bit)
Firefox: 51.0.1 (64-bit)
Arch Linux 4.9.6-1 ARCH
Cinnamon 3.2.8

@ferfebles
Copy link
Author

I've experienced the same error:

Server
Piwik version: 3.0.1
MySQL version: 5.5.5
PHP version: 7.1.4

Client
Windows 10
Firefox 47.0.2
Chrome 58.0.3029.96

@sgiehl
Copy link
Member

sgiehl commented Nov 2, 2021

This seems to be fixed meanwhile.

@sgiehl sgiehl closed this as completed Nov 2, 2021
@sgiehl sgiehl added the worksforme The issue cannot be reproduced and things work as intended. label Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

2 participants