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

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

The newest version!
'use strict';

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

Plotly.register([
    // traces
    require('./scattergeo'),
    require('./choropleth'),

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

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

module.exports = Plotly;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy