A bar chart renders values as horizontal bars, with categories on the vertical axis and values on the horizontal axis. This layout is especially useful for ranking data and displaying long category labels without rotation.
This single-series bar chart sample ranks the top 10 cosmetic products by revenue in dollars. Product names appear as axis labels along the vertical X axis, while the horizontal Y axis shows revenue. Point-positioned tooltips display the exact dollar amount on hover.
Follow the step-by-step Bar Chart Tutorial to learn how such charts are built. See the Bar Chart documentation for all configuration options.