Vertical charts in AnyChart swap the axes so that categories run along the vertical Y axis and values extend horizontally, making them ideal for ranked or label-heavy comparisons.
This sample renders a bar chart of the top 10 cosmetic products sorted by revenue. Product names appear as X-axis labels along the vertical axis, and the horizontal Y axis displays revenue in dollars. The data is sorted in descending order so the highest-earning product sits at the top. Tooltips are positioned to the right of each bar and format values with grouped separators for readability, and by-x hover interaction highlights individual products.
See the Vertical Charts documentation for all configuration options.