A Stick Chart is a slim variant of a column chart where each data point is drawn as a thin vertical line whose height corresponds to its value. The minimal visual weight makes stick charts especially effective for datasets with many categories.
This sample ranks the 20 largest cities in the world by population, with each stick representing one city. Rotated X-axis labels keep the category names readable, and tooltips display exact population figures on hover.
Follow the step-by-step Column Chart Tutorial to learn how such charts are built. See the Column Chart documentation for all configuration options.