mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Typo fixes in various descriptions. (#8992)
Affects table_vis, metric_vis, timelion, and settings.
This commit is contained in:
parent
838b16eda5
commit
446cf1f4ed
4 changed files with 6 additions and 6 deletions
|
@ -21,7 +21,7 @@ function MetricVisProvider(Private) {
|
|||
name: 'metric',
|
||||
title: 'Metric',
|
||||
description: 'One big number for all of your one big number needs. Perfect for showing ' +
|
||||
'a count of hits, or the exact average a numeric field.',
|
||||
'a count of hits, or the exact average of a numeric field.',
|
||||
icon: 'fa-calculator',
|
||||
template: metricVisTemplate,
|
||||
params: {
|
||||
|
|
|
@ -32,7 +32,7 @@ function TableVisTypeProvider(Private) {
|
|||
title: 'Data table',
|
||||
icon: 'fa-table',
|
||||
description: 'The data table provides a detailed breakdown, in tabular format, of the results of a composed ' +
|
||||
'aggregation. Tip, a data table is available from many other charts by clicking grey bar at the bottom of the chart.',
|
||||
'aggregation. Tip, a data table is available from many other charts by clicking the grey bar at the bottom of the chart.',
|
||||
template: tableVisTemplate,
|
||||
params: {
|
||||
defaults: {
|
||||
|
|
|
@ -19,7 +19,7 @@ define(function (require) {
|
|||
title: 'Timeseries',
|
||||
icon: 'fa-clock-o',
|
||||
description: 'Create timeseries charts using the timelion expression language. ' +
|
||||
'Perfect for computing and combining timeseries set with functions suchs as derivatives and moving averages',
|
||||
'Perfect for computing and combining timeseries sets with functions such as derivatives and moving averages',
|
||||
template: require('plugins/timelion/vis/timelion_vis.html'),
|
||||
params: {
|
||||
editor: require('plugins/timelion/vis/timelion_vis_params.html')
|
||||
|
|
|
@ -73,7 +73,7 @@ export default function defaultSettingsProvider() {
|
|||
'doc_table:highlight': {
|
||||
value: true,
|
||||
description: 'Highlight results in Discover and Saved Searches Dashboard.' +
|
||||
'Highlighing makes request slow when working on big documents.',
|
||||
'Highlighting makes requests slow when working on big documents.',
|
||||
},
|
||||
'courier:maxSegmentCount': {
|
||||
value: 30,
|
||||
|
@ -94,11 +94,11 @@ export default function defaultSettingsProvider() {
|
|||
},
|
||||
'histogram:barTarget': {
|
||||
value: 50,
|
||||
description: 'Attempt to generate around this many bar when using "auto" interval in date histograms',
|
||||
description: 'Attempt to generate around this many bars when using "auto" interval in date histograms',
|
||||
},
|
||||
'histogram:maxBars': {
|
||||
value: 100,
|
||||
description: 'Never show more than this many bar in date histograms, scale values if needed',
|
||||
description: 'Never show more than this many bars in date histograms, scale values if needed',
|
||||
},
|
||||
'visualization:tileMap:maxPrecision': {
|
||||
value: 7,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue