All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.index-gl3d.js Maven / Gradle / Ivy

The newest version!
'use strict';

var Plotly = require('./core');

Plotly.register([
    // traces
    require('./scatter3d'),
    require('./surface'),
    require('./isosurface'),
    require('./volume'),
    require('./mesh3d'),
    require('./cone'),
    require('./streamtube'),

    // transforms
    require('./aggregate'),
    require('./filter'),
    require('./groupby'),
    require('./sort'),

    // components
    require('./calendars'),
]);

module.exports = Plotly;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy