The Flutter Pie Chart is a circular graphic, which is ideal for displaying proportional values in different categories. You can create beautiful, animated, real-time and high-performance pie chart that also supports the interactive features such as explode, tooltip and selection. Key features Explode...
This widget includes the most popular and widely used charts like line, column, bar, pie, and doughnut. Rich feature set A vast range of features is available to customize the appearance of charts and render the desired outputs. Fluid animation Fluid animation represents data with smooth transiti...
Use SfCircularChart widget to render pie, doughnut, and radial bar charts. Use SfPyramidChart and SfFunnelChart to render pyramid and funnel charts respectively. Bind data source Based on data, initialize the appropriate axis type and series type. In the series, map the data source and the ...
Learn here all about introduction of Syncfusion Flutter Cartesian Charts (SfCartesianChart) widget, its features, and more.
@override Widget build(BuildContext context) { return Scaffold( body: Center( child: Container( child: SfCircularChart( series: <CircularSeries<ChartData,String>>[ // Render pie chart PieSeries<ChartData, String>( dataSource: chartData, pointColorMapper:(ChartData data, _) => data.color, x...
enableSmartLabels callback has been deprecated; instead, use LabelIntersectAction.shift callback in DataLabelSettings class for pie and doughnut series to position the data labels smartly when they intersect. ChartTextStyle class has been removed; instead, use the TextStyle class. In mobile devices...
Types of Gradient Support in Flutter Pie Chart Note:For more information, refer to thegradient fill demoanddocumentation. Mapping shaders for data points You can also fill different shader for each individual data point in a Chart. ThepointShaderMapperproperty allows you to map the shader field ...
Like the pie chart, but with an open space at the center. Intended for comparing the contribution of each data point to the whole. Learn more Radial bar chart Renders circular bars and compares it between various categories. Learn more ...
Chart Title Chart Types Pie Chart Doughnut Chart Radial bar Chart Series Customization Data label Legend Appearance Annotations Tooltip Selection Exporting Right to Left (RTL) Accessibility Public Methods Callbacks How to Pyramid Chart Funnel Chart ...
Use SfCircularChart widget to render pie, doughnut, and radial bar charts. Use SfPyramidChart and SfFunnelChart to render pyramid and funnel charts respectively. Bind data source Based on data, initialize the appropriate axis type and series type. In the series, map the data source and the ...