Skip to content

Commit

Permalink
Update line_chart.md
Browse files Browse the repository at this point in the history
Line chart data does not have axisTitleData, this is in response to this thread #1201
  • Loading branch information
abdulahmad586 authored and imaNNeo committed Jun 8, 2023
1 parent 872878b commit 3b2188d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion repo_files/documentations/line_chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ When you change the chart's state, it animates to the new state internally (usin
|lineBarsData| list of [LineChartBarData ](#LineChartBarData ) to show the chart's lines, they stack and can be drawn on top of each other|[]|
|betweenBarsData| list of [BetweenBarsData](#BetweenBarsData ) to fill the area between 2 chart lines|[]|
|titlesData| check the [FlTitlesData](base_chart.md#FlTitlesData)| FlTitlesData()|
|axisTitleData| check the [FlAxisTitleData](base_chart.md#FlAxisTitleData)| FlAxisTitleData()|
|extraLinesData| [ExtraLinesData](base_chart.md#ExtraLinesData) object to hold drawing details of extra horizontal and vertical lines. Check [ExtraLinesData](base_chart.md#ExtraLinesData)|ExtraLinesData()|
|lineTouchData| [LineTouchData](#linetouchdata-read-about-touch-handling) holds the touch interactivity details| LineTouchData()|
|rangeAnnotations| show range annotations behind the chart, check [RangeAnnotations](base_chart.md#RangeAnnotations) | RangeAnnotations()|
Expand Down

0 comments on commit 3b2188d

Please sign in to comment.