d3plus/d3plus-viz

maintain URL loading order for data formatter

Closed this issue · 0 comments

For example, if I have 2 URLs:

.data(["url-1", "url-2"])

Depending on which URL finishes first, the resp array in the dataFormat currently gets either [data1, data2] or [data2, data1].