Remove tooltip from legend in favour of title attr (#31245) (#31403)

This commit is contained in:
Marco Vettorello 2019-02-18 14:37:06 +01:00 committed by GitHub
parent 57fcd26ffa
commit 46250d0491
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,8 +29,7 @@
ng-click="showDetails = !showDetails"
ng-class="showDetails ? 'visLegend__valueTitle--full' : 'visLegend__valueTitle--truncate'"
class="visLegend__valueTitle"
tooltip="{{legendData.label}}"
tooltip-animation="false"
title="{{legendData.label}}"
aria-label="{{::'common.ui.vis.visTypes.legend.toggleOptionsButtonAriaLabel' | i18n: { defaultMessage: '{legendDataLabel}, toggle options', values: { legendDataLabel: legendData.label } } }}"
data-test-subj="legend-{{legendData.label}}"
>