This project explores novel ways to display rich and interactive content from big datasets with D3.js. The datasets are taken from the video captures of c.elegans worm behavior.
- Each point displays multiple attributes that can be finalized further
- Clear and smooth animation that helps to relate to the data better
- Select groups of data points from the toolbar
- Choose from displaying the entire dataset or a sample of it
- Easily change visualization colors from the toolbar
- Set your data file path in
DATA_PATH
- Set your sample size in
SAMPLE_SIZE
- Toggle whether heatmap displays the sampled version with
IS_SAMPLING_HEATMAP
Try it here! (future website)