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

**Describe the bug** The number formatting which apply on title(vertical) is not having second position after decimal. **meta.formattedValue** **To Reproduce** We have this data set which causing this issue: maxValue...

bug
Line Chart

Closes #1574. The goal of this PR is give the option to display the text of the label vertically for the `VerticalLineLabel` and `HorizontalLineLabel` (see the screenshot in the issue...

The idea is taken from the following library, property `labelSunbeamLayout`: https://krispo.github.io/angular-nvd3/#/pieChart You can set the property `titleSunbeamLayout` in `PieChartData` to rotate the titles. By default is set to `false` to...

I have the following FlSpot list: FlSpot(1, 0), FlSpot(30, 0), FlSpot(29, 0), FlSpot(28, 0), FlSpot(27, 0), Because there is FlSpot(1, 0), it autocompletes the x axis until it reaches FlSpot(27,...

Line Chart
Needs Reproducible Code

Can we include min and max values for drawing grid lines? I want to show grid lines for outer box also like for 0 and max value. I know border...

enhancement
good first issue
Fundamental

I need to create something like this: ![image](https://github.com/imaNNeo/fl_chart/assets/57464965/81f57670-f6f9-4141-b2ef-61e99bd72548) Where both pie charts should be filtered if i filter one. Also the outside one should follow the inside group (as in...

enhancement
Pie Chart

Using TouchedSpotIndicatorData, I would like to implement an indicator with an arrow below as shown in the picture. Thank you for your help.

enhancement
Line Chart

As the title,the X axis is from left to right,and the Y axis is from bottom to top. How could I reverse them? Just like the Y axis is from...

enhancement
Fundamental

Hi folks, I've got a small issue here, so the graph not showing properly. Lemme explain the data first. I used the Line chart data with DateTime. `"data": [{ "dimensions":...

Line Chart
Needs Reproducible Code

show "1.0" text in screen when use startDegreeOffset

Lack of Information