flutter_charts icon indicating copy to clipboard operation
flutter_charts copied to clipboard

Charts Library for Flutter, written in Dart with Flutter.

Results 12 flutter_charts issues
Sort by recently updated
recently updated
newest added

Hi, it would be useful to have x values in the ChartData for line charts - i.e. instead of ChartData.dataRows being of type `List`, make it of type `List`. This...

Hey Milan, just gonna share a few things I saw I wish this library had. First up: I'm doing a line chart of values over time...is there a way to...

Is it possible that every bar in a bar chart has a different color based on value? Example: http://prntscr.com/njt9cc

How can the size of the bar be changed?

Not found flutter_charts_sample_app.dart

Fixed errors for Dart 2/ Flutter 0.3.1, but only showing white screen on run, and below message: ``` I/flutter ( 3663): ### Size: ui.window.physicalSize=Size(768.0, 1184.0), windowLogicalSize = mediaQueryData.size = Size(384.0,...

(The green area should be the widget's boundaries.) I'm trying to debug the issue why the graph is being displayed outside of the widget boundaries. I tried SizedBox, i tried...

Similar to https://github.com/mzimmerm/flutter_charts/issues/37 which i rose earlier, we are now having problem with upgrading to `google_fonts` v6.1.0: If we ar setting the `google_fonts` dependency to v.6.1.0 we get this error:...

What determines the Y axis labels? I'm a little new to flutter. Between the backend and getting flutter_charts to work, I've spent a couple of days or more on this....

Highlight coordinate points, and can click, display click data, until the next click does not disappear