I have implemented a time series chart in my flutter app which displays energy data over time: <pre><code>final List<charts.Series<TimeSeriesEnergy, DateTim...
Is it possible to format the labels on the xAxis of a charts_flutter time series chart to display <em>hh:mm:ss</em>. <a href="https://stackoverflow.com/a/51138909/1954...
I'm using RadialBarSeries() inside SfCircularChart().<br /> After calling <code>Legend()</code> (in the property <code>legend</code> in <code>SfCircularChart()</code>)...
can anyone help me out with this issue? I am using charts_flutter library, wanted the chart to be overlapping the y-axis label. library: <a href="https://pub.de...
I use charts_flutter, I want to do a TimeSeriesChart where the DateTime is not distant.<br /> <a href="https://i.stack.imgur.com/xMbWK.png" rel="nofollow noreferrer">T...
I am trying to add this library to my flutter project: <a href="https://pub.dartlang.org/packages/charts_flutter#-installing-tab-" rel="nofollow noreferrer">https://pu...
I am using charts_flutter package for line charts. I have to add some string ranges in X-axis, 0-1200,1200-3200,etc.How can I add this?
Error : The instance member 'widget' can't be accessed in an initializer. Im creating a bar chart with getx controller, i want to retrieve values from firebase...
I want to implement this kind of graph in the flutter app. I have tried the charts_flutter library but no luck I am not able to archive the graph as I required. <p...
<a href="https://drive.google.com/open?id=1EOz943bpYECaWQvNXLdGA_74EVo2H8Fx" rel="nofollow noreferrer">Example Image</a> How can I only rotate the x axis on the bar ch...
How can I draw one horizontal line over the chart (see blue line below) ? I was wondering how to draw one line over or above the bars to define the target value (4.7 i...
I am trying to add another line in the time series chart. And currently I did not find anyway to do this. I am using <code>chart_flutter</code> dependencies. He...
I wanna create a pie chart in flutter.I watched couple of videos on the web and replicated as they did after altering some parameters and arguments.The pie chart that...
How can I add padding to the labels, or position them further away from the plotting area? It currently looks like this, but I want to increase the red space: <...
I have been trying to set the colors of the bars in a bar chart with values from a provider file so that i can be able to change the color from other activities. If i...