cns-iu / ngx-dino

A visualization framework and component library for Angular 7+
MIT License
5 stars 0 forks source link

Add Streaming Data Simulator #8

Open GagsdName opened 6 years ago

GagsdName commented 6 years ago

Add a Streaming Data Simulator with the following options on the UI -

1) Play, Pause and Clear functions. (possibly using material button groups) 2) # of entries per second setter function. (possibly using slider) Default Range could be 0.5 - 10 3) Probability of 'insert', 'update', 'replace', 'remove' operation selections. (possibly using sliders) 4) Max # of entries. (possibly using form input)

The data needs to be generated using 'casual-browserify' from a global data service which would be common to all visualizations.