The Flutter column chart which is also known as the vertical bar chart uses vertical bars to display different values of one or more items. Column chart is the most common chart types that are being used. It is like a bar chart except that here the bars are vertical and not horizontal. Points from adjacent series are drawn as bars next to each other. You can create beautiful, animated, real-time and high-performance column chart that also supports the interactive features such as zooming and panning, trackball, crosshair, tooltip and selection.
Compare two different types of relational values using the Flutter column chart that overlap one another.
Applies gradient colors to visualize data in different colors, improving the readability and appearance of the chart.
Modernize the UI by applying rounded corners to the Flutter vertical bar chart.
Use multiple axes to plot different data sets that widely vary from one other.