fl_chart
fl_chart copied to clipboard
FL Chart is a highly customizable Flutter chart library that supports Line Chart, Bar Chart, Pie Chart, Scatter Chart, and Radar Chart.
@Peetee06 I tap 7/6 and then swipe, 7/6 doesn't follow my finger https://github.com/user-attachments/assets/99d1fb10-1c94-496d-b429-3865f3a1f561 It is recommended to refer to the chart of Apple Health App. https://github.com/user-attachments/assets/7b2118a1-0f59-4adf-bec2-93034d4ef8eb
When using BarChart, tooltips for high-value bars overlap with the bars themselves, making them difficult to read. **Steps to reproduce:** 1. Create a BarChart with some high value data points...
I need to dynamically change the line color in a line chart based on the data values selected. Specifically, I want to: - Change color when values cross certain thresholds...
- Improved grammar and clarity in CONTRIBUTING.md, README.md, and various documentation files. - Standardized phrasing for properties in chart data classes across documentation. - Enhanced descriptions for touch handling and...
Corrected grammar and punctuation in the documentation.
Updated wording for clarity and grammar improvements throughout the README.
This pull request is to resolve #1952. This should allow the user to set a property to make the first and last bars touch the sides of the container when...
Hi, I've made improvements and refinements based on the feedback from the previous PR. --- Feature Summary This PR adds a candle marker system to CandlestickChart for marking trading signals...
📝 Description This PR introduces a new feature for PieChart that allows displaying labels outside the pie chart with customizable leader lines pointing to their corresponding sections. This is particularly...
fixes: https://github.com/imaNNeo/fl_chart/issues/1175 ## Summary Add the ability to apply rounded corners to individual pie chart sections using a simple `cornerRadius` parameter. ## Motivation Currently, fl_chart pie charts only support sharp...