MCPcopy
hub / github.com/plotly/plotly.js / objectToArray

Function objectToArray

test/jasmine/tests/scatterternary_test.js:296–300  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

294 });
295
296 function objectToArray(obj) {
297 return Object.keys(obj).map(function(k) {
298 return obj[k];
299 });
300 }
301});
302
303describe('scatterternary plot and hover', function() {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…