UNPKG

plotly.js

Version:

The open source javascript graphing library that powers plotly

15 lines (10 loc) 215 B
'use strict'; var Plotly = require('./core'); Plotly.register([ // traces require('./scattergeo'), require('./choropleth'), // components require('./calendars'), ]); module.exports = Plotly;