Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bwlang opened this issue Dec 8, 2017 · 0 comments
Open

Comments

@bwlang
Copy link

bwlang commented Dec 8, 2017

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant