forked from vignesh-subramaniam/react-plotly
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreact-plotly.js
More file actions
22 lines (14 loc) · 791 Bytes
/
react-plotly.js
File metadata and controls
22 lines (14 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var _factory = require('./factory');
var _factory2 = _interopRequireDefault(_factory);
var _core = require('plotly.js/lib/core');
var _core2 = _interopRequireDefault(_core);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
_core2.default.register([require('plotly.js/lib/pie'), require('plotly.js/lib/choropleth'), require('plotly.js/lib/bar'), require('plotly.js/lib/funnel'), require('plotly.js/lib/funnelarea'), require('plotly.js/lib/scatter'), require('plotly.js/lib/heatmap')]);
var PlotComponent = (0, _factory2.default)(_core2.default);
exports.default = PlotComponent;
module.exports = exports['default'];
//# sourceMappingURL=react-plotly.js.map