Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Update donut.md #740

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion docs/flutter/example/pie_charts/donut.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class DonutPieChart extends StatelessWidget {
animate: animate,
// Configure the width of the pie slices to 60px. The remaining space in
// the chart will be left as a hole in the center.
defaultRenderer: new charts.ArcRendererConfig(arcWidth: 60));
defaultRenderer: charts.ArcRendererConfig<Object>(arcWidth: 60));
}

/// Create one series with sample hard coded data.
Expand Down