• Open in:

Strip Plot

A strip plot displays a distribution of many values across some categories.

Key implementation details

In this demo we use LineSeries to create a line chart (with CategoryAxis on the left) with an invisible line (strokeOpacity: 0) and use its bullets to display our data points. We apply heat rules to the bullets to set the circles’ radii based on the data items value.

Related tutorials

Build this chart with AI

The prompt below can be used to build this chart with AI. For best coding results, use the most advanced AI models, like Claude Opus 4.6 and GPT-5.3-Codex. For more info and tips, check out amCharts AI docs.

Create a strip plot with circular data points scattered horizontally. The vertical axis lists social media platforms (Twitter, Facebook, Instagram, WhatsApp, YouTube, Pinterest, Snapchat, LinkedIn, Reddit, Digg, Telegram, Vine) with corresponding brand-colored icons on the left. The horizontal axis runs from 0 to 110. Each platform has multiple data points scattered horizontally, with circle sizes scaled proportionally by value. Color each platform's circles with its brand color (e.g., Twitter blue, Facebook blue) with white borders and slightly transparent fills. Show tooltips with formatted values. Add horizontal and vertical scrollbars. Enable pan, zoom, and mouse-wheel scrolling. Animate on load. Use amCharts 5 library.

Demo source