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

Specify different perPage values for different panels #2642

Open
rc5hack opened this issue Mar 13, 2024 · 1 comment
Open

Specify different perPage values for different panels #2642

rc5hack opened this issue Mar 13, 2024 · 1 comment

Comments

@rc5hack
Copy link

rc5hack commented Mar 13, 2024

Is there a way to re-define perPage setting per panel?

E.g. for visitors panel set perPage=20, for browsers panel set perPage=5, for all others panels (default report-wide) set perPage=10?

This --html-prefs= doesn't work:

{"perPage":10,"showTables":true,"visitors":{"plot":{"perPage":20,"chartType":"area-spline"}}}

This doesn't work too:

{"perPage":10,"showTables":true,"visitors":{"perPage":20,"plot":{"chartType":"area-spline"}}}
@allinurl
Copy link
Owner

Right now, there isn't a setting for per-page per panel. The settings on the left-hand sidebar apply to the entire report. To have per-panel settings, we'd need to implement this as a separate option. Are you familiar with JS? it shouldn't be too difficult to add this feature, e.g., JS lines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants