Skip to content

Commit a5ff7b0

Browse files
committed
FLUT-969263-[others][flutter]: Updated API link or missed API
1 parent 0f25126 commit a5ff7b0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Flutter/cartesian-charts/chart-appearance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ documentation: ug
1111

1212
## Chart sizing
1313

14-
Chart renders based on the parent widget's size. If you need the chart to be rendered in specific size, then set the size(width/height) to the parent widget.
14+
Chart renders based on the parent widget size. If you need the chart to be rendered in specific size, then set the size(width/height) to the parent widget.
1515

1616
You can also customize the following properties:
1717
* [`backgroundColor`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/backgroundColor.html) - used to change the background color of the chart.
18-
* [`borderWidth`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ChartSeries/borderWidth.html) - used to change the border width.
19-
* [`borderColor`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/BarSeries/borderColor.html) - used to change the color of the chart border.
18+
* [`borderWidth`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/borderWidth.html) - used to change the border width.
19+
* [`borderColor`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/SfCartesianChart/borderColor.html) - used to change the color of the chart border.
2020

2121
{% tabs %}
2222
{% highlight dart hl_lines="8 10" %}

Flutter/cartesian-charts/chart-types/histogram-chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For example, if the [`binInterval`](https://pub.dev/documentation/syncfusion_flu
1919

2020
If no value is specified for this property, then the interval will be calculated automatically based on the data points count and value.
2121

22-
You can hide the normal distribution curve using the [`showNormalDistributionCurve`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/HistogramSeries/showNormalDistributionCurve.html) property. You can use the following properties to customize the appearance.
22+
You can collapse the normal distribution curve using the [`showNormalDistributionCurve`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/HistogramSeries/showNormalDistributionCurve.html) property. You can use the following properties to customize the appearance.
2323

2424
* [`color`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ChartSeries/color.html) - changes the color of the series.
2525
* [`opacity`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/ChartSeries/opacity.html) - controls the transparency of the chart series.

0 commit comments

Comments
 (0)