From 3b2188d3f2aeb3aeaa0ed90ff0c7ea0d57cd4419 Mon Sep 17 00:00:00 2001 From: Abdulraheem Ahmad Date: Sat, 3 Jun 2023 09:19:49 +0100 Subject: [PATCH] Update line_chart.md Line chart data does not have axisTitleData, this is in response to this thread https://github.com/imaNNeo/fl_chart/issues/1201 --- repo_files/documentations/line_chart.md | 1 - 1 file changed, 1 deletion(-) diff --git a/repo_files/documentations/line_chart.md b/repo_files/documentations/line_chart.md index d59b7e643..7a0f41cd9 100644 --- a/repo_files/documentations/line_chart.md +++ b/repo_files/documentations/line_chart.md @@ -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()|