Skip to content

Commit a6f86db

Browse files
committed
first steps for scatterpolargl
1 parent 45f9003 commit a6f86db

File tree

7 files changed

+1270
-118
lines changed

7 files changed

+1270
-118
lines changed

lib/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ Plotly.register([
4848
require('./ohlc'),
4949
require('./candlestick'),
5050

51-
require('./scatterpolar')
51+
require('./scatterpolar'),
52+
require('./scatterpolargl')
5253
]);
5354

5455
// transforms

lib/scatterpolargl.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/**
2+
* Copyright 2012-2018, Plotly, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the MIT license found in the
6+
* LICENSE file in the root directory of this source tree.
7+
*/
8+
9+
'use strict';
10+
11+
module.exports = require('../src/traces/scatterpolargl');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"regl": "^1.3.0",
103103
"regl-error2d": "^2.0.3",
104104
"regl-line2d": "^2.1.0",
105-
"regl-scatter2d": "^2.1.6",
105+
"regl-scatter2d": "^2.1.9",
106106
"right-now": "^1.0.0",
107107
"robust-orientation": "^1.1.3",
108108
"sane-topojson": "^2.0.0",

0 commit comments

Comments
 (0)