Maximum Data File Size for D3.js
What is the limiting factor with data file size for D3js? Is it just how long it takes for the file to load from the server to the client? I'm trying to create a road map of Chicago, where you can hover over the road to get it's name and highlight it. The file size was 125 MB from the city. I stripped it down to 30 MB by removing unnecessary information, and then converted it to a TopoJSON file bringing it down to 5.1MB. Is this an unruly file size? There are three limiting factors when working with large amounts of data: The size of the file to load and the connection speed of the server