diff --git a/charts_flutter/example/lib/time_series_chart/time_series_gallery.dart b/charts_flutter/example/lib/time_series_chart/time_series_gallery.dart index ce8d9ed57..4ef775f91 100644 --- a/charts_flutter/example/lib/time_series_chart/time_series_gallery.dart +++ b/charts_flutter/example/lib/time_series_chart/time_series_gallery.dart @@ -42,9 +42,9 @@ const confidenceIntervalTimeSeriesChartTitle = // Chart subtitles const simpleTimeSeriesChartSubtitle = - 'Time series with a single series and default line point highlighter'; + 'Simple single time series chart'; const endPointsAxisTimeSeriesChartSubtitle = - 'Time series with first and last points highlighted'; + 'Time series chart with an end points axis'; const lineAnnotationTimeSeriesChartSubtitle = 'Time series chart with future line annotation'; const rangeAnnotationTimeSeriesChartSubtitle = @@ -52,11 +52,11 @@ const rangeAnnotationTimeSeriesChartSubtitle = const rangeAnnotationMarginLabelsTimeSeriesChartSubtitle = 'Time series chart with range annotations with labels in margins'; const symbolAnnotationTimeSeriesChartSubtitle = - 'Time series with annotations and custom symbols'; + 'Time series chart with annotation data below the draw area'; const timeSeriesChartWithBarsSubtitle = 'Time series chart using the bar renderer'; const confidenceIntervalTimeSeriesChartSubtitle = - 'Time series with confidence interval measures'; + 'Draws area around the confidence interval'; List buildGallery() => [ GalleryScaffold(