UNPKG

plotly.js

Version:

The open source javascript graphing library that powers plotly

11 lines (8 loc) 218 B
'use strict'; var d3 = require('@plotly/d3'); module.exports = function style(gd) { d3.select(gd).selectAll('.hm image') .style('opacity', function(d) { return d.trace.opacity; }); };