Skip to content

error in chrome console when loading large data set, no UI displayed #237

@bwlang

Description

@bwlang

This dataset does load just fine in firefox.
also fails in safari.

I ran it like this:
nohup python -m http.server
server logs are identical no matter which client is used.

the dataset contains
198186 lines and about 40 columns

{
	"file": "data/tpm_gt_1/TPM_all.csv",
	"name": "TPM > 1",
	"header": 0,
	"separator": ",",
	"skip": 0,
	"meta": [
		{ "type": "id", "index": 0, "name": "Name" }
	],
	"sets": [
		{ "format": "binary", "start": 13, "end": 24 }
	]
}

heres the stack trace from chrome:

dataLoading.js:465 Uncaught RangeError: Maximum call stack size exceeded
    at parseDataSet (dataLoading.js:465)
    at dataLoading.js:141
    at d3.v3.js:2085
    at Object.<anonymous> (d3.v3.js:2069)
    at Object.event (d3.v3.js:455)
    at XMLHttpRequest.respond (d3.v3.js:2021)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions