Skip to content

Commit

Permalink
Update src/plugins/vis_type_timeseries/public/application/components/…
Browse files Browse the repository at this point in the history
…index_pattern.js

Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>
  • Loading branch information
alexwizp and wylieconlon committed Nov 24, 2020
1 parent 6ffe8f6 commit 9eb3d51
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,11 @@ export const IndexPattern = ({
content={
<FormattedMessage
id="visTypeTimeseries.indexPattern.detailLevelHelpText"
defaultMessage="Intervals will be selected automatically based on the current timeframe and configuration property {histogramMaxBars}."
values={{ histogramMaxBars: UI_SETTINGS.HISTOGRAM_MAX_BARS }}
defaultMessage="Controls the auto interval based on the time range. The default interval is affected by the advanced settings {histogramTargetBars} and {histogramMaxBars}."
values={{
histogramTargetBars: UI_SETTINGS.HISTOGRAM_MAX_BARS,
histogramMaxBars: UI_SETTINGS.HISTOGRAM_BAR_TARGET,
}}
/>
}
type="questionInCircle"
Expand Down

0 comments on commit 9eb3d51

Please sign in to comment.