flutter-interactive-chart icon indicating copy to clipboard operation
flutter-interactive-chart copied to clipboard

A candlestick chart that supports pinch-to-zoom and panning.

Results 19 flutter-interactive-chart issues
Sort by recently updated
recently updated
newest added

I'm trying to make this package work in flutterflow and version control is failing when I try adding it to the project. This is how the pubspec.lock files end up...

-add price info to onTap event -add horizontal price highlight line on tap Example of extra info shown when tapping: ![image](https://user-images.githubusercontent.com/42459/214746420-e7f07aeb-dd35-4fea-a8e0-0a0f3526d7be.png)

### Version 0.3.4 ### Platforms Android ### Device Model pixel 4a ### flutter info ```sh [√] Flutter (Channel stable, 3.10.6, on Microsoft Windows [Version 10.0.19044.2130], locale en-US) • Flutter version...

I need to add lines e.g. for support and resistance etc., but feel that this may be better achieved using a transparent overlay over the chart widget. This would prevent...

The intl version was changed, I can create the pull request for that

Hi, thanks for a great finance library. i want to build a realtime candle chart, is possible to using this library? what i want is i will update the high...

is there a way to know that we reached to end of dateTime for fetching older data from api?

```flutter overlayInfo: (candle) => { "💎": "🤚 ", "Hi": "${candle.high?.toStringAsFixed(2)}", "Lo": "${candle.low?.toStringAsFixed(2)}", "Percent" : ${candle.close! / candle.beforeClose!} }, ``` when we drawing percent overlap required before close how to draw...

```Offset argument contained a NaN value. 'dart:ui/painting.dart': Failed assertion: line 52 pos 10: '' ``` ig this happens when maxPrice and minPrice are the same in a set of data....