Skip to content

Commit b3aec6e

Browse files
flut-590-[feature][flutter]: review changes
1 parent d924f5b commit b3aec6e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Flutter/cartesian-charts/callbacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ Triggers when the error bar is being rendered. In this `onRenderDetailsUpdate` c
992992

993993
Used to create the renderer for custom series.This is applicable only when the custom series is defined in the sample and for built-in series types, it is not applicable.
994994

995-
Renderer created in this will hold the series state and this should be created for each series. [onCreateRenderer](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/CartesianSeries/onCreateRenderer.html) callback function should return the renderer class and should not return null.
995+
Renderer created in this will hold the series state and this should be created for each series. [`onCreateRenderer`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/CartesianSeries/onCreateRenderer.html) callback function should return the renderer class and should not return null.
996996

997997
Series state will be created only once per series and will not be created again when we update the series.
998998

Flutter/circular-charts/callbacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ the data points and legend. For further reference on this callback, Check the [`
411411

412412
Used to create the renderer for custom series.This is applicable only when the custom series is defined in the sample and for built-in series types, it is not applicable.
413413

414-
Renderer created in this will hold the series state and this should be created for each series. [onCreateRenderer](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/CircularSeries/onCreateRenderer.html) callback function should return the renderer class and should not return null.
414+
Renderer created in this will hold the series state and this should be created for each series. [`onCreateRenderer`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/CircularSeries/onCreateRenderer.html) callback function should return the renderer class and should not return null.
415415

416416
Series state will be created only once per series and will not be created again when we update the series.
417417

Flutter/funnel-chart/callbacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Triggers when long press on the series point. The [`onPointLongPress`](https://p
312312

313313
Used to create the renderer for custom series. This is applicable only when the custom series is defined in the sample and for built-in series types, it is not applicable.
314314

315-
Renderer created in this will hold the series state and this should be created for each series. [onCreateRenderer](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/FunnelSeries/onCreateRenderer.html) callback function should return the renderer class and should not return null.
315+
Renderer created in this will hold the series state and this should be created for each series. [`onCreateRenderer`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/FunnelSeries/onCreateRenderer.html) callback function should return the renderer class and should not return null.
316316

317317
Series state will be created only once per series and will not be created again when we update the series.
318318

Flutter/pyramid-chart/callbacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ Triggers when long press on the series point. The [`onPointLongPress`](https://p
315315

316316
Used to create the renderer for custom series. This is applicable only when the custom series is defined in the sample and for built-in series types, it is not applicable.
317317

318-
Renderer created in this will hold the series state and this should be created for each series. [onCreateRenderer](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/PyramidSeries/onCreateRenderer.html) callback function should return the renderer class and should not return null.
318+
Renderer created in this will hold the series state and this should be created for each series. [`onCreateRenderer`](https://pub.dev/documentation/syncfusion_flutter_charts/latest/charts/PyramidSeries/onCreateRenderer.html) callback function should return the renderer class and should not return null.
319319

320320
Series state will be created only once per series and will not be created again when we update the series.
321321

0 commit comments

Comments
 (0)