Unclaimed project
Are you a maintainer of fl_chart? Claim this project to take control of your public changelog and roadmap.
Changelog
FL Chart is a highly customizable Flutter chart library that supports Line Chart, Bar Chart, Pie Chart, Scatter Chart, Radar Chart and Candlestick Chart.
FEATURE (by @imaNNeo) Implement a new chart type called CandlestickChart. You can take a look at the documentation here. And I just implemented a basic example to show the Bitcoin price in 2024, you can take a look at it in our sample app here. #433, #1143
BREAKING (by @imaNNeo) Remove the deprecated tooltipRoundedRadius property -> you should use tooltipBorderRadius instead.
BUGFIX (by @imaNNeo) Fix the BarChartData mismatch issue when changing the data, #1911
FEATURE (by @frybitsinc) Add fillGradient property in RadarDataSet
BREAKING (by @imaNNeo) Upgrade the min flutter version to 3.27.4. So please make sure that your project is not using an old flutter version, #1846
IMPORTANT (by @imaNNeo) You can read more about this release and the history of fl_chart here in my blog post