Skip to content

Commit

Permalink
Rename Visual Builder to TSVB (elastic#39125)
Browse files Browse the repository at this point in the history
* Rename Visual Builder to TSVB

* A, B, C, D, E, F, G ...
  • Loading branch information
timroes committed Jun 18, 2019
1 parent a5cdac6 commit 5766817
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function MetricsVisProvider(Private) {

return VisFactory.createReactVisualization({
name: 'metrics',
title: i18n.translate('tsvb.kbnVisTypes.metricsTitle', { defaultMessage: 'Timeseries' }),
title: i18n.translate('tsvb.kbnVisTypes.metricsTitle', { defaultMessage: 'TSVB' }),
description: i18n.translate('tsvb.kbnVisTypes.metricsDescription', {
defaultMessage: 'Build time-series using a visual pipeline interface',
}),
Expand Down
2 changes: 1 addition & 1 deletion test/functional/apps/visualize/_chart_types.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ export default function ({ getService, getPageObjects }) {
'Metric',
'Pie',
'Region Map',
'TSVB',
'Tag Cloud',
'Timelion',
'Timeseries',
'Vega',
'Vertical Bar',
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const RollupPrompt = () => (
<p>
Kibana&apos;s support for rollup index patterns is in beta. You might encounter
issues using these patterns in saved searches, visualizations, and dashboards.
They are not supported in advanced features, such as Timeseries, Timelion,
They are not supported in advanced features, such as TSVB, Timelion,
and Machine Learning.
</p>
<p>
Expand Down

0 comments on commit 5766817

Please sign in to comment.