Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
'use strict';
var Plotly = require('./core');
Plotly.register([
// traces
require('./bar'),
require('./pie'),
// transforms
require('./aggregate'),
require('./filter'),
require('./groupby'),
require('./sort'),
// components
require('./calendars'),
]);
module.exports = Plotly;