Skip to content

Commit

Permalink
minor update to vis description
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiec20 committed May 31, 2016
1 parent 160235d commit 58a6f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/prelert_swimlane_vis.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ define(function(require) {
'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. ' +
'Created by Prelert Behavioral Analytics www.prelert.com',
'Created by Prelert for Behavioral Analytics www.prelert.com',
template : require('plugins/prelert_swimlane_vis/prelert_swimlane_vis.html'),
params : {
editor : require('plugins/prelert_swimlane_vis/prelert_swimlane_vis_params.html'),
Expand Down Expand Up @@ -93,4 +93,4 @@ define(function(require) {
// export the provider so that the visType can be required with Private()
return PrelertSwimlaneVisProvider;

});
});

0 comments on commit 58a6f09

Please sign in to comment.