stack_chart library

Classes

Awesome
Checks if you are awesome. Spoiler: you are.
ChartData
ChartData Model collects and process the JSON based information To update the chart design
ChartLabel
ChartLabel Model collects and process the JSON based information To update the dynamic chart Labels
ChartText
ChartText Model collects and process the JSON based information To update the dynamic chart time difference between each stack and color for the stack to be filled
ConfettiController
ConfettiController is a ChangeNotifier that can be used to control
ConfettiWidget
ConfettiWidget is used to create Confetti.
DashArray
The dash array of the line.
LineChart
LineChart renders a line chart.
LineChartArea
Line chart area.
LineChartData
The data is required for LineChart.
LineChartDataBar
The bar data determines the appearances of the line.
LineChartGrid
The painter determines the appearance of the grid lines.
LineChartLabel
The label of the line chart.
LineChartLabelText
The label text of the line chart.
LineChartPoint
The data point for determining the appearance of data points.
LineChartRange
The range of the line chart.
LineChartSelectedSpotsPainter
LineChartSelectedSpotsPainter paints the selected spots on the line chart.
LineChartTooltip
The tooltip of the line chart.
LineChartTooltipDelegate
The delegate of the tooltip.
LineChartXLabel
The x-label of the line chart.
LineChartYLabel
The y-label of the line chart.
MacLineChartSpot
The spot of the line chart.
MacLineChartXAxis
The x-axis for the line chart.
MacLineChartYAxis
The y-axis for the line chart.
MacStackChart
Creates Stack Chart chartData, chartLabel, chartTitle & chartText must be provided and must not be null
MaLineChartTooltipStyle
The style of the tooltip.
NormalizedLineChartData
The normalized data of LineChartData for smooth animation.
NormalizedLineChartDataTween
The tween for use in animation.
ParticlePainter
CustomPainter for the ParticleSystem.

Enums

BlastDirectionality
This Dart code snippet defines an enumeration called BlastDirectionality with two possible values: directional and explosive. Enumerations in Dart are used to define a fixed set of constants. In this case, BlastDirectionality is used to represent different types of blast directions, such as directional blasts or explosive blasts.
ConfettiControllerState
The enum ConfettiControllerState is defining an enumeration in Dart called ConfettiControllerState with two possible values: playing and stopped. This enumeration is used to represent different states that a confetti controller can be in, such as when it is actively playing confetti or when it has been stopped. Enumerations in Dart are useful for defining a fixed set of constants that can be used to represent different states or options in your code.
LineChartPointType
The data point type.
LineChartXLabelAlignment
The alignment of the x-axis labels.
MacLineChartTooltipDismissCondition
The condition to dismiss the tooltip.