Having this chart, how can I add the red line (now)? <a href="https://i.stack.imgur.com/QoCm8.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com...
I'm a new flutter developer and I am using fl_chart to make some dashboards. My charts are well displayed with the web window on full screen (screen 2) , and once I tr...
<a href="https://i.stack.imgur.com/kQWk0.png" rel="nofollow noreferrer"><img src="https://i.stack.imgur.com/kQWk0.png" alt="enter image description here" /></a> LineCh...
I am using the fl_chart package for plotting a graph in my application and I want only the content inside the BarChart to scroll horizontally, instead of wrapping it i...
I have been using fl_chart for making a barChart with usage over time (displaying : week/month/year). I don't quite understand why when i pass from one to another disp...
I am using Bar Chart of fl_chart plugin. I want to give gradient color to bar graph. Below is the line where I want give color. <pre><code>BarChartRodData(y: 12, c...
I have a line chart that builds by a combination of several data. But the curve draws some strange straight lines on some areas. How can i delete this line?...
I am new to flutter and i am trying to use fl_chart as a chart to my application. I am using the following Dummy code snippet which is running successfully but i want...
<strong>ERROR</strong>:- <strong>The return type 'String' isn't a 'Widget', as required by the closure's context.</strong> I need to add the last one-week date in the...
I am working on a flutter web project. We use the library <a href="https://pub.dev/packages/fl_chart" rel="nofollow noreferrer">fl_chart</a>. We would like to use a <c...
I am using <a href="https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/line_chart.md" rel="nofollow noreferrer">FLChart</a> in my app to di...
I want to update the data of my chart, but it doesn't work. I used the chart I saw on a YouTube Video, which is using the fl_chart package. This is the whole code of t...
This is the error that appeared on my terminal when I run the flutter run command. How can I have two children inside a card without overflowing or extending its size...
I am using <a href="https://pub.dev/packages/fl_chart" rel="nofollow noreferrer">fl_chart</a> library for plotting Line chart. What I did so far is, <pre><code>ret...
I am using a pie chart from fl_chart. Pie chart data comes from Rest API. What I want is that if an item's value is too small and doesn't fit in the pie chart color se...