You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an abstract class that contains a Offset with x and y of touched point, there is some concrete classes to distinguish between touch behaviours,
currently we have these touch behaviors:
FlLongPressStart, FlLongPressMoveUpdate, FlLongPressEnd.
AxisChart (Line and Bar Charts)
FlGridData
PropName
Description
default value
show
determines to show or hide the background grid data
true
drawHorizontalGrid
determines to show or hide the horizontal grid lines
false
horizontalInterval
interval space of grid
1.0
getDrawingHorizontalGridLine
a function to get the line style of each grid line by giving the related axis value
defaultGridLine
checkToShowHorizontalGrid
a function to check whether to show or hide the horizontal grid by giving the related axis value
showAllGrids
drawVerticalGrid
determines to show or hide the vertical grid lines
false
verticalInterval
interval space of grid
1.0
getDrawingVerticalGridLine
a function to get the line style of each grid line by giving the related axis value
defaultGridLine
checkToShowVerticalGrid
a function to determine whether to show or hide the vertical grid by giving the related axis value
showAllGrids
FlSpot
PropName
Description
default value
x
represents x on the coordinate system (x starts from left)
null
y
represents y on the coordinate system (y starts from bottom)
null
FlLine
propName
Description
default valkue
color
determines the color of line
Colors.black
strokeWidth
determines the stroke width of the line
2
TouchTooltipData
PropName
Description
default value
tooltipBgColor
background color of the tooltip bubble
Colors.white
tooltipRoundedRadius
background corner radius of the tooltip bubble
4
tooltipPadding
padding of the tooltip
EdgeInsets.symmetric(horizontal: 16, vertical: 8)
tooltipBottomMargin
bottom margin of the tooltip (to the top of most top spot)
16
maxContentWidth
maximum width of the tooltip (if a text row is wider than this, then the text breaks to a new line