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

package.src.traces.heatmap.style.js Maven / Gradle / Ivy

The newest version!
'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;
        });
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy