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 317 fl_chart issues
Sort by recently updated
recently updated
newest added

Hello, How could I do this in LineBar [Like this example](https://gist.github.com/imaNNeoFighT/bce3f0169ff3fd6c3f137cdeb5005c0e)

Hi, I would like to know whether it's possible to show titlesData on top of graph What was i able to do: ![Screenshot 2021-09-23 at 4 51 53 PM](https://user-images.githubusercontent.com/37571912/134498517-44d15fe7-e363-4ad2-85bc-ef56caeea797.png) What...

enhancement
Line Chart

I want to reproduce the following chart using the library. This chart shows the number of active credits and total amount borrowed (of the active credits) in the same chart....

**Describe the bug** When creating a bar graph, the graph is larger than the container surrounding it. I would expect the graph to stay within the container size I defined....

Bar Chart
Needs Reproducible Code

I wanted to make a PR to check with you @imaNNeo that, this PR is going on the right direction. I still need to make more testing, so a _draftish_...

**Changes Made:** In the `bar_chart_data.dart` file: - Added a new parameter `getTooltipColor` to the constructor of `BarTouchTooltipData`. - Defined a new type `GetBarTooltipColor`, which is a function that takes a...

I've read the docs, searched the web and issues here but haven't found a solution yet... When hovering lines in a LineChart with multiple lines, I always get a tooltip...

enhancement
Line Chart

**Describe the bug** How can I make the tooltips to show individually for each point when adding two line charts to the same chart? Currently, the tooltips are displaying in...

Is it possible to have text inside the bar in the stacked bar chart, like the image? My requirement at work is to have text inside the bar and show...

enhancement
good first issue
Bar Chart