Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEO-177303-Flutter-downed-keywords-improvement #682

Open
wants to merge 1 commit into
base: hotfix/hotfix-v23.1.36
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Flutter/DateRangePicker/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Getting started with Flutter Date Range Picker widget | Syncfusion
description: Learn here about getting started with Syncfusion Flutter Date Range Picker (SfDateRangePicker) widget, its elements, and more.
title: Getting Started with Flutter DateRangePicker Widget | Syncfusion
description: Learn here all about getting started with Syncfusion Flutter DateRangePicker (SfDateRangePicker) widget, its elements, and more details.
platform: flutter
control: SfDateRangePicker
documentation: ug
Expand Down Expand Up @@ -72,7 +72,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}

![Initialize Date Range Picker](images/getting-started/initialize.png)
![Initialize Date Range Picker in Flutter.](images/getting-started/flutter-date-range-picker-initialize.png)

## Multiple picker views

Expand All @@ -93,7 +93,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}

![Multiple picker views Date Range Picker](images/getting-started/year-view.png)
![Multiple picker views Date Range Picker in Flutter](images/getting-started/flutter-date-range-picker-year-view.png)

## Change first day of week

Expand Down Expand Up @@ -146,7 +146,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}

![Date selection Date Range Picker](images/getting-started/range-selection.png)
![Date selection Date Range Picker in Flutter.](images/getting-started/flutter-date-range-picker-range-selection.png)

## Action buttons

Expand Down Expand Up @@ -181,7 +181,7 @@ You can display action buttons at the bottom of the date range picker by using t
{% endhighlight %}
{% endtabs %}

![showActionButtons](images/getting-started/confirm_and_cancel_buttons.png)
![showActionButtons in Flutter Date Range Picker.](images/getting-started/flutter-date-renge-picker-buttons.png)

## Today button
The today button can be displayed at the bottom of the date range picker by using the [showTodayButton](https://pub.dev/documentation/syncfusion_flutter_datepicker/latest/datepicker/SfDateRangePicker/showTodayButton.html) property of the `DateRangePicker`. It easily moves to the current date of the picker view.
Expand All @@ -202,7 +202,7 @@ Widget build(BuildContext context) {
{% endhighlight %}
{% endtabs %}

![todayButton](images/getting-started/todayButton.jpg)
![todayButton in Flutter Date Range Picker.](images/getting-started/flutter-date-range-picker-today-button.jpg)

## See also

Expand Down
File renamed without changes
64 changes: 32 additions & 32 deletions Flutter/cartesian-charts/axis-customization.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Axis customization in Flutter Cartesian Charts | Syncfusion
description: Learn here all about Axis customization feature of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more.
title: Axis Customization in Flutter Cartesian Charts | Syncfusion
description: Learn here all about axis customization feature of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget, it's elements and more details.
platform: flutter
control: Cartesian Charts
documentation: ug
Expand Down Expand Up @@ -39,7 +39,7 @@ Axis visibility can be controlled using the [`isVisible`](https://pub.dev/docume
{% endhighlight %}
{% endtabs %}

![Axis visibility](images/axis-customization/axis_visible.jpg)
![Axis visibility in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-axis-visible.jpg)

### Axis title

Expand Down Expand Up @@ -83,7 +83,7 @@ The [`title`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/cha
{% endhighlight %}
{% endtabs %}

![Axis title](images/axis-customization/axis_title.jpg)
![Axis title in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-axis-title.jpg)

### Axis label rotation

Expand Down Expand Up @@ -111,7 +111,7 @@ The [`labelRotation`](https://pub.dev/documentation/syncfusion_flutter_charts/la
{% endhighlight %}
{% endtabs %}

![Axis label rotation](images/axis-customization/label_rotation.jpg)
![Axis label rotation in Flutter Cartesian Chart.](images/axis-customization/flutter-cartesian-chart-label-rotation.jpg)

### Axis line customization

Expand Down Expand Up @@ -146,7 +146,7 @@ The [`labelRotation`](https://pub.dev/documentation/syncfusion_flutter_charts/la
{% endhighlight %}
{% endtabs %}

![Axis line](images/axis-customization/axis_line_custom.jpg)
![Axis line in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-axis-line-custom.jpg)

### Axis label customization

Expand Down Expand Up @@ -186,7 +186,7 @@ The [`labelStyle`](https://pub.dev/documentation/syncfusion_flutter_charts/lates
{% endhighlight %}
{% endtabs %}

![Axis label](images/axis-customization/label_custom.jpg)
![Axis label in Flutter Cartesian Chart.](images/axis-customization/flutter-cartesian-chart-label-custom.jpg)

### Axis border customization

Expand Down Expand Up @@ -239,7 +239,7 @@ The color and width of the axis border can be customized with [`borderColor`](ht
{% endhighlight %}
{% endtabs %}

![Axis border customization](images/axis-customization/axis_border_customization.jpg)
![Axis border customization in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-border-customization.jpg)

### Axis animation

Expand All @@ -261,7 +261,7 @@ On setting the [`enableAxisAnimation`](https://pub.dev/documentation/syncfusion_
{% endhighlight %}
{% endtabs %}

![Axis label](images/axis-customization/animatedAxis.gif)
![Axis label animation in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-animated-axis.gif)

### Formatting axis label content

Expand Down Expand Up @@ -349,7 +349,7 @@ Labels with long text at the edges of an axis may appear partially outside the c
{% endhighlight %}
{% endtabs %}

![Edge label placement](images/axis-customization/edge_label_placement.jpg)
![Edge label placement in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-edge-label-placement.jpg)

### Grid lines customization

Expand Down Expand Up @@ -386,7 +386,7 @@ The [`width`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/cha
{% endhighlight %}
{% endtabs %}

![Grid lines customization](images/axis-customization/gridLine.jpg)
![Grid lines customization in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-grid-lines.jpg)

### Tick lines customization

Expand Down Expand Up @@ -423,7 +423,7 @@ The [`majorTickLines`](https://pub.dev/documentation/syncfusion_flutter_charts/l
{% endhighlight %}
{% endtabs %}

![Tick lines customization](images/axis-customization/tickLine.jpg)
![Tick lines customization in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-tick-line.jpg)

### Inversing axis

Expand Down Expand Up @@ -451,7 +451,7 @@ Axis can be inversed using the [`isInversed`](https://pub.dev/documentation/sync
{% endhighlight %}
{% endtabs %}

![Inversing axis](images/axis-customization/inverse.jpg)
![Inversing axis in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-inverse.jpg)

### Placing axes at the opposite side

Expand Down Expand Up @@ -479,7 +479,7 @@ The [`opposedPosition`](https://pub.dev/documentation/syncfusion_flutter_charts/
{% endhighlight %}
{% endtabs %}

![Opposed axis](images/axis-customization/opposite.jpg)
![Opposed axis in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-opposite.jpg)

### Offset the rendering

Expand Down Expand Up @@ -507,7 +507,7 @@ The [`plotOffset`](https://pub.dev/documentation/syncfusion_flutter_charts/lates
{% endhighlight %}
{% endtabs %}

![Plot Offset](images/axis-customization/plot_offset.jpg)
![Plot Offset in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-plot-offset.jpg)

### Maximum number of labels per 100 logical pixels

Expand Down Expand Up @@ -612,7 +612,7 @@ Axis labels may overlap with each other based on chart dimensions and label size
{% endhighlight %}
{% endtabs %}

![Label intesect action](images/axis-customization/smartLabels.jpg)
![Label intesect action in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-smart-labels.jpg)

## Axis crossing

Expand Down Expand Up @@ -642,7 +642,7 @@ Axis can be positioned anywhere in the plot area using the [`crossesAt`](https:/
{% endhighlight %}
{% endtabs %}

![Axis crossing](images/axis-customization/axis_crossing.jpg)
![Axis crossing in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-axis-crossing.jpg)

### Crossing in category axis

Expand Down Expand Up @@ -670,7 +670,7 @@ For crossing in horizontal category axis, index value should be provided for the
{% endhighlight %}
{% endtabs %}

![Category crossing](images/axis-customization/category_crossing.jpg)
![Category crossing in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-category-crossing.jpg)

### Crossing in date-time axis

Expand Down Expand Up @@ -698,7 +698,7 @@ For crossing in horizontal date-time axis, date value should be provided for the
{% endhighlight %}
{% endtabs %}

![Datetime crossing](images/axis-customization/datetime_crossing.jpg)
![Datetime crossing in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-datetime-crossing.jpg)

### Positioning the axis labels when crossing

Expand Down Expand Up @@ -728,7 +728,7 @@ The [`placeLabelsNearAxisLine`](https://pub.dev/documentation/syncfusion_flutter
{% endhighlight %}
{% endtabs %}

![Datetime crossing](images/axis-customization/axis_crossing_labels.jpg)
![Positioning datetime crossing label in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-axis-crossing-labels.jpg)

## Plot bands

Expand All @@ -754,7 +754,7 @@ The following properties are used to configure the plot bands:
* [`isRepeatable`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/PlotBand/isRepeatable.html) - specifies the plot band need to be repeated in specified interval.
* [`textStyle`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/Legend/textStyle.html) - customizes the text style of plot band.

![Plotband](images/axis-customization/plotband.jpg)
![Plotband in Flutter- Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-plotband.jpg)

### Add plot band for category axis

Expand Down Expand Up @@ -785,7 +785,7 @@ Plot band can be added to the category axis by specifying index values to the [`
{% endhighlight %}
{% endtabs %}

![Category plotband](images/axis-customization/category_plotband.jpg)
![Category plotband in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-category-plotband.jpg)

### Add plot band for date-time axis

Expand Down Expand Up @@ -818,7 +818,7 @@ Plot band can be added to the date-time axis by specifying date values to the [`
{% endhighlight %}
{% endtabs %}

![DateTime plotband](images/axis-customization/datetime_plotband.jpg)
![DateTime plotband in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-datetime-plotband.jpg)

### Recursive plot band

Expand Down Expand Up @@ -859,7 +859,7 @@ The following code snippet and screenshot demonstrate this feature by highlighti
{% endhighlight %}
{% endtabs %}

![Recursive plotband](images/axis-customization/recursive_plotband.jpg)
![Recursive plotband in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-recursive-plotband.jpg)

### Segmented plot band

Expand Down Expand Up @@ -898,7 +898,7 @@ Suppose, you need to draw a plot band that should not stretch along its associat
{% endhighlight %}
{% endtabs %}

![Segement plotband](images/axis-customization/segment_plotband.jpg)
![Segement plotband in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-segment-plotband.jpg)

### Plot line

Expand Down Expand Up @@ -933,7 +933,7 @@ When you specify the same value for both [`start`](https://pub.dev/documentation
{% endhighlight %}
{% endtabs %}

![plotband_line](images/axis-customization/plotband_line.png)
![plotband line in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-plotband-line.png)

#### See Also

Expand Down Expand Up @@ -978,7 +978,7 @@ If [`verticalTextAlignment`](https://pub.dev/documentation/syncfusion_flutter_
{% endhighlight %}
{% endtabs %}

![plotband padding](images/axis-customization/plotband_padding.png)
![plotband padding in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-plotband-padding.png)

## Multiple axes

Expand Down Expand Up @@ -1062,7 +1062,7 @@ By default, the chart is rendered with primary x axis and primary y axis. But, t
{% endhighlight %}
{% endtabs %}

![Multiple axes](images/axis-customization/multiple_axis.jpg)
![Multiple axes in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-multiple-axes.jpg)

## Axis label alignment

Expand Down Expand Up @@ -1102,7 +1102,7 @@ Aligns the axis label to the center of the gridlines.
{% endhighlight %}
{% endtabs %}

![center](images/axis-customization/center.png)
![Center alignment in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-center.png)

### Start

Expand Down Expand Up @@ -1130,7 +1130,7 @@ If it is a horizontal axis, aligns the labels before the gridline and if it is a
{% endhighlight %}
{% endtabs %}

![start](images/axis-customization/start.png)
![Start axis alignment in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-start.png)

### End

Expand Down Expand Up @@ -1159,7 +1159,7 @@ If it is a horizontal axis, aligns the labels after the gridline and if it is a
{% endhighlight %}
{% endtabs %}

![end](images/axis-customization/end.png)
![end axis alignment in Flutter Cartesian Charts.](images/axis-customization/flutter-cartesian-chart-end.png)

## Auto range calculation
Determines the value axis range, based on the visible data points or based on the overall data points available in chart.
Expand Down Expand Up @@ -1457,7 +1457,7 @@ The [`NumericMultiLevelLabel`](https://pub.dev/documentation/syncfusion_flutter_
{% endhighlight %}
{% endtabs %}

![Multi-level labels](images/axis-customization/numeric_multi_level_label.jpg)
![Multi-level labels in Flutter Cartesian charts.](images/axis-customization/flutter-cartesian-chart-numeric-multi-level.jpg)

### Multi-level labels in category axis

Expand Down
12 changes: 6 additions & 6 deletions Flutter/cartesian-charts/chart-types/bar-chart.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Bar Chart in Flutter Cartesian Charts widget | Syncfusion
description: Learn here all about bar chart of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget and more.
title: Bar Chart in Flutter Cartesian Charts Widget | Syncfusion
description: Learn here all about bar chart of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget, it's elements and more details.
platform: flutter
control: Chart
documentation: ug
Expand Down Expand Up @@ -54,7 +54,7 @@ To render a bar chart, create an instance of [`BarSeries`](https://pub.dev/docum
{% endhighlight %}
{% endtabs %}

![Bar chart](cartesian-chart-types-images/bar.jpg)
![Bar chart in Flutter Cartesian Charts.](cartesian-chart-types-images/flutter-bar-chart.jpg)

## Bar width and spacing

Expand Down Expand Up @@ -98,7 +98,7 @@ The [`width`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/cha
{% endhighlight %}
{% endtabs %}

![Bar width and spacing](cartesian-chart-types-images/bar_width_spacing.jpg)
![Bar width and spacing in Flutter Cartesian Charts.](cartesian-chart-types-images/flutter-bar-chart-width-spacing.jpg)

## Rounded corners

Expand Down Expand Up @@ -137,7 +137,7 @@ The [`borderRadius`](https://pub.dev/documentation/syncfusion_flutter_charts/lat
{% endhighlight %}
{% endtabs %}

![Bar rounded corners](cartesian-chart-types-images/rounded_bar.jpg)
![Bar rounded corners in Flutter Cartesian Charts.](cartesian-chart-types-images/flutter-rounded-bar-chart.jpg)

## Track customization

Expand Down Expand Up @@ -182,7 +182,7 @@ You can render the bar chart with track. Track is a rectangular bar rendered fro
{% endhighlight %}
{% endtabs %}

![Bar track](cartesian-chart-types-images/track_bar.jpg)
![Bar track in Flutter Cartesian Charts.](cartesian-chart-types-images/flutter-track-bar-chart.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 bar series further.

Expand Down
File renamed without changes
Loading