fluttercandies / flutter-interactive-chart

A candlestick chart that supports pinch-to-zoom and panning.
https://pub.dev/packages/interactive_chart
MIT License
209 stars 66 forks source link

Custom Movie Averages #7

Closed wedersonrsouza closed 2 years ago

wedersonrsouza commented 2 years ago

I have a suggestion that could be a big difference and help users to customize chart indicators:

That in addition to the package itself calculate the moving average, it is also possible for the developer to include an object (dates and prices) already calculated, so he can customize the average with the values he deems necessary.

I, for example, need in addition to the OHLC that a line be plotted with the values I get from my API (a custom moving average).

h65wang commented 2 years ago

You can already do that, see issue 3.