MCPcopy
hub / github.com/dc-js/dc.js / loadColorFixture2

Function loadColorFixture2

spec/helpers/fixtures.js:67–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67function loadColorFixture2 () {
68 return JSON.parse("[" +
69 "{\"colData\":\"3\", \"rowData\": \"3\", \"colorData\": \"5\"}," +
70 "{\"colData\":\"3\", \"rowData\": \"4\", \"colorData\": \"5\"}," +
71 "{\"colData\":\"4\", \"rowData\": \"5\", \"colorData\": \"6\"}," +
72 "{\"colData\":\"4\", \"rowData\": \"6\", \"colorData\": \"6\"}," +
73 "{\"colData\":\"5\", \"rowData\": \"3\", \"colorData\": \"7\"}," +
74 "{\"colData\":\"5\", \"rowData\": \"4\", \"colorData\": \"7\"}," +
75 "{\"colData\":\"6\", \"rowData\": \"5\", \"colorData\": \"8\"}," +
76 "{\"colData\":\"6\", \"rowData\": \"6\", \"colorData\": \"8\"}" +
77 "]");
78}
79
80function loadIrisFixture () {
81 return d3.csvParse(

Callers 1

heatmap-spec.jsFile · 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…