The Flutter area chart is like a line chart that represents time-dependent data and shows the trends at equal intervals, but it fills the area. It can be configured with numeric, category, or date time axis for the graph. You can create beautiful, animated, real-time and high-performance area chart that also supports the interactive features such as zooming and panning, trackball, crosshair, tooltip and selection.
Rotate the area chart to plot data in the vertical direction and view data from a different perspective.
The Flutter area chart handles empty or null data points elegantly.
Customize the color and border of the Flutter area chart using built-in APIs to make it visually unique.
Marks data points with built-in shapes such as circles, rectangles, vertical lines, horizontal lines, diamonds, triangles, inverted triangles and pentagons. In addition to these shapes, use images to make the point more attractive.
Use multiple axes to plot different data sets that widely vary from one other.