Skip to content

Commit

Permalink
Add tooltip to long title. (elastic#14378)
Browse files Browse the repository at this point in the history
On visualization title ellipsis() is applied and full title is not readable. Display tooltip title.
Past versions were displaying tooltips (cf. elastic#2401 (comment)).
  • Loading branch information
fxprunayre authored and thomasneirynck committed Oct 27, 2017
1 parent f5274c1 commit 4bed1d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core_plugins/kibana/public/dashboard/panel/panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<span
data-test-subj="dashboardPanelTitle"
class="panel-title"
tooltip="{{::savedObj.title}}"
aria-label="{{:: 'Dashboard panel: ' + savedObj.title }}"
>
{{::savedObj.title}}
Expand Down

0 comments on commit 4bed1d7

Please sign in to comment.