fl_chart
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.
This adds the possibility to specify gradients through the PieChartSectionData.
   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(...
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...
 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
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.
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...
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...
Is there any way of designing the label with size, circular radius and so?