UNPKG

plotly.js

Version:

The open source javascript graphing library that powers plotly

10 lines (5 loc) 195 B
'use strict'; var basePlot = require('./base_plot'); var reglPrecompiled = require('./regl_precompiled'); Object.assign(basePlot.reglPrecompiled, reglPrecompiled); module.exports = basePlot;