MCPcopy Index your code
hub / github.com/plotly/plotly.js / getOpacity

Function getOpacity

test/jasmine/tests/scatter_test.js:26–26  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

24var supplyAllDefaults = require('../assets/supply_defaults');
25
26var getOpacity = function(node) { return Number(node.style.opacity); };
27var getFillOpacity = function(node) { return Number(node.style['fill-opacity']); };
28var getColor = function(node) { return node.style.fill; };
29var getMarkerSize = function(node) {

Callers 1

formatColorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…