fl_chart icon indicating copy to clipboard operation
fl_chart copied to clipboard

OHLC Chart (not candlestick)

Open nu11ptr opened this issue 1 year ago • 1 comments

Is your feature request relasted to a problem? Please describe.

Candlestick charts are nice, but many find and OHLC chart easier to read for stock prices. Both is even better, so we can let the user of our app decide and flip back and forth.

Describe the solution you'd like

An OHLC chart type with optional log Y scale and volume pane

Describe alternatives you've considered

Syncfusion has it, but it is not open source

https://www.syncfusion.com/flutter-widgets/flutter-charts/chart-types/ohlc-chart

Additional context

It is likely this makes sense to add at the same time as a candlestick chart as they both would use the same sets of data. Only the rendering is different.

nu11ptr avatar Sep 09 '22 20:09 nu11ptr

Hi. Thanks for your explanation. We will ask more about it when we start to implement it. For now, I mark it as a new chart request.

imaNNeo avatar Sep 17 '22 20:09 imaNNeo