DEV Community

Cover image for Alphaswarm Charts: JavaScript Library for Distribution Visualization
jQueryScript
jQueryScript

Posted on

Alphaswarm Charts: JavaScript Library for Distribution Visualization

Alphaswarm Charts, a JavaScript library that creates distribution visualizations.

It's great for when you need to show individual data points and statistical summaries like mean/median in the same chart.

Key features:

  • Individual data point visibility
  • Statistical overlays (mean/median)
  • Adjustable opacity and jitter
  • Responsive and customizable

It's a great alternative to box plots when you don't want to hide the underlying data distribution.

๐Ÿ‘‰ Blog Post

๐Ÿ‘‰ GitHub Repo

๐Ÿ‘‰ Live Demo

Top comments (0)