From a4304aafd0dcb4718eec7d84cfd24d438e88ca71 Mon Sep 17 00:00:00 2001 From: Edithabich Date: Tue, 7 May 2024 15:44:21 +0300 Subject: [PATCH 1/2] SEO-182838-flutter-Title-too-short-changes --- Flutter/calendar/getting-started.md | 4 ++-- Flutter/cartesian-charts/getting-started.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Flutter/calendar/getting-started.md b/Flutter/calendar/getting-started.md index fb02d24e3..a8821c47d 100644 --- a/Flutter/calendar/getting-started.md +++ b/Flutter/calendar/getting-started.md @@ -1,13 +1,13 @@ --- layout: post -title: Getting started with Flutter Event Calendar widget | Syncfusion +title: Getting Started with Flutter Event Calendar widget | Syncfusion description: Learn here about getting started with Syncfusion Event Calendar (SfCalendar) widget, its elements, and more. platform: flutter control: SfCalendar documentation: ug --- -# Getting started with Flutter Event Calendar (SfCalendar) +# Getting Started with Flutter Event Calendar This section explains the steps required to add the calendar widget and populate appointments to the calendar widget. This section covers only basic features needed to get started with Syncfusion calendar widget. To get start quickly with our [Flutter event calendar widget](https://www.syncfusion.com/flutter-widgets/flutter-calendar), you can check on this video. diff --git a/Flutter/cartesian-charts/getting-started.md b/Flutter/cartesian-charts/getting-started.md index fea2b6b04..4edecbbca 100644 --- a/Flutter/cartesian-charts/getting-started.md +++ b/Flutter/cartesian-charts/getting-started.md @@ -1,13 +1,13 @@ --- layout: post -title: Getting started with Flutter Cartesian Charts widget | Syncfusion +title: Getting Started with Flutter Cartesian Charts widget | Syncfusion description: Learn here about getting started with Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget, its elements, and more. platform: flutter control: Chart documentation: ug --- -# Getting started with Flutter Cartesian Charts (SfCartesianChart) +# Getting Started with Flutter Cartesian Charts (SfCartesianChart) This section explains the steps required to populate the chart with data, title, data labels, legend, and tooltips. This section covers only the minimal features needed to know to get started with the chart. From c3a62024cb669bb6144c4e59cd3dfdfc1d51059b Mon Sep 17 00:00:00 2001 From: Edithabich Date: Tue, 7 May 2024 15:57:12 +0300 Subject: [PATCH 2/2] fixed Ci issue --- Flutter/cartesian-charts/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flutter/cartesian-charts/getting-started.md b/Flutter/cartesian-charts/getting-started.md index 4edecbbca..1e8a81225 100644 --- a/Flutter/cartesian-charts/getting-started.md +++ b/Flutter/cartesian-charts/getting-started.md @@ -187,7 +187,7 @@ You can add a [`title`](https://pub.dev/documentation/syncfusion_flutter_charts/ ## Enable data labels -You can add data labels to improve the readability of the chart using the [`dataLabelSettings`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/CartesianSeries/dataLabelSettings.html) property. +You can add data labels to improve the readability of the chart using the [`dataLabelSettings`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ChartSeries/dataLabelSettings.html) property. {% tabs %} {% highlight dart %}