We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0af183 commit 1b5459fCopy full SHA for 1b5459f
src/traces/heatmapgl/convert.js
@@ -1,5 +1,5 @@
1
/**
2
-* Copyright 2012-2015, Plotly, Inc.
+* Copyright 2012-2016, Plotly, Inc.
3
* All rights reserved.
4
*
5
* This source code is licensed under the MIT license found in the
src/traces/heatmapgl/index.js
@@ -24,7 +24,7 @@ HeatmapGl.basePlotModule = require('../../plots/gl2d');
24
HeatmapGl.categories = ['gl2d', '2dMap'];
25
HeatmapGl.meta = {
26
description: [
27
- 'HIGH PERFORMANCE HEATMAPS BABY !!!'
+ 'WebGL heatmap (beta)'
28
].join(' ')
29
};
30
0 commit comments