d3.js - dynamic data and dc.js -


i have 3 dc.js charts on page. make data consumes dynamic concurrent users might range 5 15 users. if use .csv , .json, physical file needs created on server , concurrency issue. there way pass in-memory data d3.js rendering charts? example/help appreciated.

thanks bv


Comments