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 combines a bar series and a vertical line series with markers to compare actual versus optimal productivity across age ranges. Both series share a single dataset, with bars representing actual values and an orange line-with-markers overlay showing the optimal trend. A union tooltip triggered by by-x hover displays both metrics side by side, and the Y scale is fixed between 0 and 1 for easy relative comparison.
See the Vertical Charts documentation for all configuration options.