Skip to content

Commit 1b5459f

Browse files
committed
fix header and meta description
1 parent f0af183 commit 1b5459f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/traces/heatmapgl/convert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2012-2015, Plotly, Inc.
2+
* Copyright 2012-2016, Plotly, Inc.
33
* All rights reserved.
44
*
55
* This source code is licensed under the MIT license found in the

src/traces/heatmapgl/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2012-2015, Plotly, Inc.
2+
* Copyright 2012-2016, Plotly, Inc.
33
* All rights reserved.
44
*
55
* This source code is licensed under the MIT license found in the
@@ -24,7 +24,7 @@ HeatmapGl.basePlotModule = require('../../plots/gl2d');
2424
HeatmapGl.categories = ['gl2d', '2dMap'];
2525
HeatmapGl.meta = {
2626
description: [
27-
'HIGH PERFORMANCE HEATMAPS BABY !!!'
27+
'WebGL heatmap (beta)'
2828
].join(' ')
2929
};
3030

0 commit comments

Comments
 (0)