DEV Community

Discussion on: Glitch free 1,000,000 record data processing in TypeScript with js-coroutines

Collapse
 
jwp profile image
John Peters • Edited

Mike,

Would it be possible to show the charts dynamically updating? After they are done to then show the table?

Excellent work!

BTW I really like the format of your API on the site? What tool was that?

Collapse
 
miketalbot profile image
Mike Talbot ⭐

As it rolled through? Yes that would be possible, you'd just need to be passing the records through to them too I guess.

Collapse
 
miketalbot profile image
Mike Talbot ⭐

Oh on the API - I used JSDoc and "docdash" for the formatting. Having looked at the code I will post a different version which automatically updates the charts as the search proceeds, it's too different to make the version with this article. It's quite easy, but involves doing the charts "inline"