mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Changing the label
This commit is contained in:
parent
74dc57f460
commit
95e58b0c86
1 changed files with 2 additions and 2 deletions
|
@ -15,10 +15,10 @@ export default function MetricsVisProvider(Private) {
|
|||
// Vis object of this type.
|
||||
return new TemplateVisType({
|
||||
name: 'metrics',
|
||||
title: 'Time Series Metrics',
|
||||
title: 'Timeseries: Visual Builder',
|
||||
icon: 'fa-area-chart',
|
||||
description: `Create a time series based visualization for metrics. Perfect
|
||||
for createing visualizations for time series based metrics using the
|
||||
for creating visualizations for time series based metrics using the
|
||||
powerful pipeline aggs Elasticsearch feature`,
|
||||
template: require('plugins/metrics/vis/vis.html'),
|
||||
params: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue