From 88a32b26abe5e6885899914612f853d9a655b495 Mon Sep 17 00:00:00 2001 From: pipeline Date: Tue, 9 Nov 2021 14:24:40 +0530 Subject: [PATCH] Latest source merged from Syncfusion --- Flutter/cartesian-charts/chart-types/area-chart.md | 2 ++ Flutter/cartesian-charts/chart-types/bar-chart.md | 2 ++ Flutter/cartesian-charts/chart-types/box-and-whisker-chart.md | 2 +- Flutter/cartesian-charts/chart-types/bubble-chart.md | 2 ++ Flutter/cartesian-charts/chart-types/candle-chart.md | 2 +- Flutter/cartesian-charts/chart-types/column-chart.md | 4 +++- Flutter/cartesian-charts/multiple-charts.md | 2 ++ Flutter/circular-charts/chart-types/doughnut-chart.md | 4 +++- 8 files changed, 16 insertions(+), 4 deletions(-) diff --git a/Flutter/cartesian-charts/chart-types/area-chart.md b/Flutter/cartesian-charts/chart-types/area-chart.md index d19bfe2..2d8c1fa 100644 --- a/Flutter/cartesian-charts/chart-types/area-chart.md +++ b/Flutter/cartesian-charts/chart-types/area-chart.md @@ -194,3 +194,5 @@ The [`isTransposed`](https://pub.dev/documentation/syncfusion_flutter_charts/lat {% endhighlight %} ![Vertical area chart](cartesian-chart-types-images/vertical_area.png) + +N> You can refer to our [Flutter Area Chart](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/area-chart) feature tour page for its groundbreaking feature representations. You can also explore our [Flutter Area Chart example](https://flutter.syncfusion.com/#/cartesian-charts/chart-types/area/default-area-chart) that shows how to easily configure with built-in support for creating stunning visual effects. \ No newline at end of file diff --git a/Flutter/cartesian-charts/chart-types/bar-chart.md b/Flutter/cartesian-charts/chart-types/bar-chart.md index 7e220bc..f99d6a1 100644 --- a/Flutter/cartesian-charts/chart-types/bar-chart.md +++ b/Flutter/cartesian-charts/chart-types/bar-chart.md @@ -148,6 +148,8 @@ You can render the bar chart with track. Track is a rectangular bar rendered fro Also refer, [color palette](./series-customization#color-palette), [color mapping](./series-customization#color-mapping-for-data-points), [animation](./series-customization#animation), [gradient](./series-customization#gradient-fill) and [empty points](./series-customization#empty-points) for customizing the bar series further. +N> You can refer to our [Flutter Bar Chart](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/bar-chart) feature tour page for its groundbreaking feature representations. You can also explore our [Flutter Bar Chart example](https://flutter.syncfusion.com/#/cartesian-charts/chart-types/bar/default-bar-chart) that shows how to easily configure with built-in support for creating stunning visual effects. + ### See Also * [Create vertical bar chart](https://www.syncfusion.com/kb/12348/how-to-create-vertical-bar-chart-in-flutter-using-cartesian-charts-widget-sfcartesianchart) diff --git a/Flutter/cartesian-charts/chart-types/box-and-whisker-chart.md b/Flutter/cartesian-charts/chart-types/box-and-whisker-chart.md index 083977a..08a362b 100644 --- a/Flutter/cartesian-charts/chart-types/box-and-whisker-chart.md +++ b/Flutter/cartesian-charts/chart-types/box-and-whisker-chart.md @@ -9,7 +9,7 @@ documentation: ug # Box and Whisker Chart in Flutter Cartesian Charts (SfCartesianChart) -The Box and Whisker charts can be used to visualize a group of numerical data through their quartiles. It is also referred as box plot. Box plots may also have lines extending vertically from the boxes (whiskers) indicating variability outside the upper and lower quartiles. +The [Flutter Box and Whisker charts](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/box-and-whisker-chart) can be used to visualize a group of numerical data through their quartiles. It is also referred as box plot. Box plots may also have lines extending vertically from the boxes (whiskers) indicating variability outside the upper and lower quartiles. To render a Box and Whisker chart, create an instance of [`BoxAndWhiskerSeries`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/BoxAndWhiskerSeries-class.html), and add it to the [`series`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/series.html) collection property of [`SfCartesianChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/SfCartesianChart.html). The following properties to customize the appearance. diff --git a/Flutter/cartesian-charts/chart-types/bubble-chart.md b/Flutter/cartesian-charts/chart-types/bubble-chart.md index a576945..f6e6685 100644 --- a/Flutter/cartesian-charts/chart-types/bubble-chart.md +++ b/Flutter/cartesian-charts/chart-types/bubble-chart.md @@ -217,3 +217,5 @@ Using the [`datasource`](https://pub.dev/documentation/syncfusion_flutter_charts {% endhighlight %} ![Bubble nultiple series](cartesian-chart-types-images/bubble_with_multiple.png) + +N> You can refer to our [Flutter Bubble Chart](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/bubble-chart) feature tour page for its groundbreaking feature representations. You can also explore our [Flutter Bubble Chart example](https://flutter.syncfusion.com/#/cartesian-charts/chart-types/bubble/default-bubble-chart) that shows how to easily configure with built-in support for creating stunning visual effects. \ No newline at end of file diff --git a/Flutter/cartesian-charts/chart-types/candle-chart.md b/Flutter/cartesian-charts/chart-types/candle-chart.md index 0835fed..462ca64 100644 --- a/Flutter/cartesian-charts/chart-types/candle-chart.md +++ b/Flutter/cartesian-charts/chart-types/candle-chart.md @@ -14,7 +14,7 @@ To create a Flutter candle chart quickly, you can check this video. -Candle series is similar to HiLo Open Close series, used to represent the low, high, open and closing price over time. +[Flutter Candle series](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/candle-chart) is similar to HiLo Open Close series, used to represent the low, high, open and closing price over time. To render a Candle chart, create an instance of [` CandleSeries`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/CandleSeries-class.html), and add it to the [`series`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/series.html) collection property of [`SfCartesianChart`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/SfCartesianChart.html). The following properties can be used to customize the appearance: diff --git a/Flutter/cartesian-charts/chart-types/column-chart.md b/Flutter/cartesian-charts/chart-types/column-chart.md index 14bd437..94a2778 100644 --- a/Flutter/cartesian-charts/chart-types/column-chart.md +++ b/Flutter/cartesian-charts/chart-types/column-chart.md @@ -195,4 +195,6 @@ Renders column with track. Track is a rectangular bar rendered from the start to ![Track](cartesian-chart-types-images/track_column.jpg) -Also refer, [color palette](./series-customization#color-palette), [color mapping](./series-customization#color-mapping-for-data-points), [animation](./series-customization#animation), [gradient](./series-customization#gradient-fill) and [empty points](./series-customization#empty-points) for customizing the column series further. \ No newline at end of file +Also refer, [color palette](./series-customization#color-palette), [color mapping](./series-customization#color-mapping-for-data-points), [animation](./series-customization#animation), [gradient](./series-customization#gradient-fill) and [empty points](./series-customization#empty-points) for customizing the column series further. + +N> You can refer to our [Flutter Column Chart](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/column-chart) feature tour page for its groundbreaking feature representations. \ No newline at end of file diff --git a/Flutter/cartesian-charts/multiple-charts.md b/Flutter/cartesian-charts/multiple-charts.md index 172e6c0..af4c5dc 100644 --- a/Flutter/cartesian-charts/multiple-charts.md +++ b/Flutter/cartesian-charts/multiple-charts.md @@ -109,3 +109,5 @@ Also refer [multiple axes](./axis-customization#multiple-axes) for customizing t * Cartesian type series cannot be combined with circular series (pie, doughnut, and radial bar). >**NOTE**:`chartData` in the above code snippets is a class type list and holds the data for binding to the chart series. Refer [Bind data source](https://help.syncfusion.com/flutter/cartesian-charts/getting-started#bind-data-source) topic for more details. + +N> You can refer to our [Flutter Combination Chart](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/combination-chart) feature tour page for its groundbreaking feature representations. \ No newline at end of file diff --git a/Flutter/circular-charts/chart-types/doughnut-chart.md b/Flutter/circular-charts/chart-types/doughnut-chart.md index 0073670..f3574b8 100644 --- a/Flutter/circular-charts/chart-types/doughnut-chart.md +++ b/Flutter/circular-charts/chart-types/doughnut-chart.md @@ -371,4 +371,6 @@ The small segments in the doughnut chart can be grouped into **others** category {% endhighlight %} -![Doughnut grouping](circular-chart-types-images/doughnut_grouping.jpg) \ No newline at end of file +![Doughnut grouping](circular-chart-types-images/doughnut_grouping.jpg) + +N> You can refer to our [Flutter Doughnut Chart](https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/doughnut-chart) feature tour page for its groundbreaking feature representations. \ No newline at end of file