Skip to content

Commit

Permalink
fix settings text
Browse files Browse the repository at this point in the history
  • Loading branch information
markov00 committed Oct 26, 2021
1 parent fa247a1 commit 7a216b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/management/advanced-options.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ Enables the legacy charts library for timelion charts in Visualize.
Maps values to specific colors in charts using the *Compatibility* palette.

[[visualization-uselegacytimeaxis]]`visualization:useLegacyTimeAxis`::
Enabled legacy time axis for charts in Lens, discover and TSVB
Enables the legacy time axis for charts in Lens, Discover, Visualize and TSVB

[[visualization-heatmap-maxbuckets]]`visualization:heatmap:maxBuckets`::
The maximum number of buckets a datasource can return. High numbers can have a negative impact on your browser rendering performance.
Expand Down
3 changes: 2 additions & 1 deletion src/plugins/charts/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ export class ChartsServerPlugin implements Plugin<object, object> {
description: i18n.translate(
'charts.advancedSettings.visualization.useLegacyTimeAxis.description',
{
defaultMessage: 'Enabled legacy time axis for charts in Lens, discover and TSVB',
defaultMessage:
'Enables the legacy time axis for charts in Lens, Discover, Visualize and TSVB',
}
),
category: ['visualization'],
Expand Down

0 comments on commit 7a216b4

Please sign in to comment.