Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.28 KB

README.md

File metadata and controls

17 lines (12 loc) · 1.28 KB

How to create candlestick chart using the Flutter charts widget?

Our Cartesian chart widget provides financial chart support. The candlestick provides information about the open, close, high and low price over a particular period. Here if the opening price is higher than the closing price, the candle is filled and if the closing is higher than the opening price, then candle is unfilled. The wick at top represents the highest price and the wick at lower represents the lowest price of a particular period.

Documentation: https://help.syncfusion.com/flutter/cartesian-charts/chart-types/candle-chart

Requirements to run the demo

How to run this application

To run this application, you need to first clone or download the ‘candlestick flutter charts’ repository and open it in your preferred IDE. Then, build and run your project to view the output.

Further help

For more help, check the Syncfusion Flutter documentation, or Flutter documentation.