UNPKG

plotly.js

Version:

The open source javascript graphing library that powers plotly

13 lines (9 loc) 251 B
'use strict'; module.exports = { moduleType: 'component', name: 'colorbar', attributes: require('./attributes'), supplyDefaults: require('./defaults'), draw: require('./draw').draw, hasColorbar: require('./has_colorbar') };