fl_chart icon indicating copy to clipboard operation
fl_chart copied to clipboard

FL Chart is a highly customizable Flutter chart library that supports Line Chart, Bar Chart, Pie Chart, Scatter Chart, and Radar Chart.

Results 452 fl_chart issues
Sort by recently updated
recently updated
newest added

This adds the possibility to specify gradients through the PieChartSectionData.

![Screenshot_1650639973](https://user-images.githubusercontent.com/40334082/164742593-a75236bd-76ce-4f51-8aa2-9061b1b51321.png) ![Screenshot_1650639979](https://user-images.githubusercontent.com/40334082/164742606-917605e9-d962-4ca2-9bbd-0e2578f9d84b.png) ![Screenshot_1650639981](https://user-images.githubusercontent.com/40334082/164742609-6da13151-0825-413b-8913-47053702539f.png) g? ``` Container( padding: EdgeInsets.only( top: 10.h, left: 8.w, bottom: 10.h, right: 20.w), height: 205.h, width: 379.w, decoration: BoxDecoration( borderRadius: BorderRadius.circular(18.r), color: const Color(0xffFFFFFF), boxShadow: [ BoxShadow(...

Needs Reproducible Code
Lack of Information

Hello, I have problems using static sideTitle at bottom axis. I want to use static titles e.g. 0 to 60 with interval of 5, for 60 seconds datas. If list...

question
Line Chart

![WhatsApp Image 2022-04-25 at 1 09 34 PM](https://user-images.githubusercontent.com/69303422/165253661-5d98e6f4-c33a-46c7-8ecb-606a8580bfb7.jpeg) The above example is what I want to achieve. This was done using normal linear gradient class. But instead I want to...

I need a feature to set box shadow for each BarChartRod. This would help to shine the selected bar charts by giving it elevation using box shadow

enhancement
Bar Chart

Maybe Im wrong, but it is currently not possible to draw a tooltip for a single BarChartRodStackItem. It would be great to have this feature.

enhancement
Bar Chart

For my application I need to display specific informations for each point of the LineChart. In my case, I use the LineChart as a map Elevation View and I would...

enhancement
Line Chart

I would like the bars to start at zero and then animate into their actual positions for the initial set of data. Please see this example of what I would...

enhancement
Fundamental

Is there any way of designing the label with size, circular radius and so?

enhancement
Line Chart