Skip to content

Commit

Permalink
Change default value on tooltip dropdown for the focused series option
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula committed Jun 8, 2020
1 parent a435467 commit 05a7bc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class TimeseriesPanelConfigUi extends Component {
{
label: intl.formatMessage({
id: 'visTypeTimeseries.timeseries.tooltipOptions.showFocused',
defaultMessage: 'Show single value',
defaultMessage: 'Show focused values',
}),
value: 'show_focused',
},
Expand Down

0 comments on commit 05a7bc4

Please sign in to comment.