Python Combination Chart lets you display different chart types in a single chart. Library supports combining line, column, area, range, financial charts, etc. & render them in a single chart. They are also referred to as Combo / Mixed Charts.
Combination of Python Range & Line Charts are typically used to show range (high & low values) along with their average simultaneously. Similarly, in case of financial charts like Candlestick & OHLC, Line & Column Charts are used in showing technical indicators.
Combination Charts are formed by combining multiple chart types in a single chart.
Most commonly used features in Python Combination Charts include showing legends, hiding / unhiding dataseries on legend click, colors, etc.