Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
Qpixel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Answers
Qpixel
Merge requests
!81
Fix the number of searches graph
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Fix the number of searches graph
analytics-fix-optimization
into
eip-develop
Overview
0
Commits
20
Pipelines
0
Changes
3
Merged
Fix the number of searches graph
Taico Aerts
requested to merge
analytics-fix-optimization
into
eip-develop
Dec 15, 2023
Overview
0
Commits
20
Pipelines
0
Changes
3
0
0
Merge request reports
Compare
eip-develop
eip-develop (base)
and
latest version
latest version
6bd16661
20 commits,
Dec 15, 2023
3 files
+
23
−
14
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
app/controllers/analytics_dashboard_controller.rb
+
1
−
0
View file @ 6bd16661
Edit in single-file editor
Open in Web IDE
Show full file
@@ -58,6 +58,7 @@ class AnalyticsDashboardController < ApplicationController
@@ -58,6 +58,7 @@ class AnalyticsDashboardController < ApplicationController
def
searches_per_tag_chart
def
searches_per_tag_chart
options
=
{
options
=
{
tags:
params
[
:tags
].
presence
,
start_date:
params
[
:start_date
].
presence
,
start_date:
params
[
:start_date
].
presence
,
end_date:
params
[
:end_date
].
presence
,
end_date:
params
[
:end_date
].
presence
,
top_n:
params
[
:top_n
].
presence
&
.
to_i
top_n:
params
[
:top_n
].
presence
&
.
to_i
Loading