UNPKG

plotly.js

Version:

The open source javascript graphing library that powers plotly

9 lines (5 loc) 153 B
'use strict'; var Lib = require('../../lib'); module.exports = function hasColorbar(container) { return Lib.isPlainObject(container.colorbar); };