From c98a4a1c4efa882c82c3762179535db410db4332 Mon Sep 17 00:00:00 2001 From: Pete Harverson Date: Tue, 8 Nov 2016 10:49:34 +0000 Subject: [PATCH] Corrected minor typo in visualization description. --- public/prelert_swimlane_vis.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/prelert_swimlane_vis.js b/public/prelert_swimlane_vis.js index c6530fb..d3d4b58 100644 --- a/public/prelert_swimlane_vis.js +++ b/public/prelert_swimlane_vis.js @@ -36,7 +36,7 @@ define(function(require) { title : 'Swimlane', icon : 'fa-bars', description : 'Swimlane visualization displaying the behavior of a metric ' + - 'over time across a field from the results.' + + 'over time across a field from the results. ' + 'Each lane displays a different value of the field, with the ' + 'relative size of the metric over each interval indicated ' + 'by the color of the symbol at that time. ' +