UNPKG

plotly.js

Version:

The open source javascript graphing library that powers plotly

20 lines (15 loc) 342 B
'use strict'; var Plotly = require('./core'); Plotly.register([ // traces require('./scatter3d'), require('./surface'), require('./isosurface'), require('./volume'), require('./mesh3d'), require('./cone'), require('./streamtube'), // components require('./calendars'), ]); module.exports = Plotly;