Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4025abac
Commit
4025abac
authored
Nov 10, 2020
by
Martin Wortschack
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MR Analytics: Fix overlapping chart tooltip
parent
04dedd27
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
app/assets/javascripts/vue_shared/components/filtered_search_bar/filtered_search_bar_root.vue
...mponents/filtered_search_bar/filtered_search_bar_root.vue
+6
-0
changelogs/unreleased/280811-mr-analytics-chart-tooltip-overlays-filter-dropdown.yml
...1-mr-analytics-chart-tooltip-overlays-filter-dropdown.yml
+5
-0
ee/app/assets/javascripts/analytics/merge_request_analytics/components/filter_bar.vue
...alytics/merge_request_analytics/components/filter_bar.vue
+1
-0
No files found.
app/assets/javascripts/vue_shared/components/filtered_search_bar/filtered_search_bar_root.vue
View file @
4025abac
...
...
@@ -75,6 +75,11 @@ export default {
type
:
String
,
required
:
true
,
},
suggestionsListClass
:
{
type
:
String
,
required
:
false
,
default
:
''
,
},
},
data
()
{
let
selectedSortOption
=
this
.
sortOptions
[
0
]?.
sortDirection
?.
descending
;
...
...
@@ -315,6 +320,7 @@ export default {
:placeholder=
"searchInputPlaceholder"
:available-tokens=
"tokens"
:history-items=
"filteredRecentSearches"
:suggestions-list-class=
"suggestionsListClass"
class=
"flex-grow-1"
@
history-item-selected=
"handleHistoryItemSelected"
@
clear-history=
"handleClearHistory"
...
...
changelogs/unreleased/280811-mr-analytics-chart-tooltip-overlays-filter-dropdown.yml
0 → 100644
View file @
4025abac
---
title
:
'
MR
Analytics:
Fix
chart
tooltip
covering
filter
dropdown'
merge_request
:
47274
author
:
type
:
changed
ee/app/assets/javascripts/analytics/merge_request_analytics/components/filter_bar.vue
View file @
4025abac
...
...
@@ -169,6 +169,7 @@ export default {
:search-input-placeholder=
"__('Filter results')"
:tokens=
"tokens"
:initial-filter-value=
"initialFilterValue"
suggestions-list-class=
"gl-z-index-9999"
@
onFilter=
"handleFilter"
/>
<url-sync
:query=
"query"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment