snap_chart 1.1.1
snap_chart: ^1.1.1 copied to clipboard
A dead-simple Flutter charting library. Beautiful charts with minimal code. Inspired by fl_chart but designed for simplicity.
1.1.0 #
- Added SnapCandleChart for stock/crypto candlestick charts
- Added SnapWaterfallChart for P&L and fund flow breakdown
- Added SnapGaugeChart for risk scores and portfolio health meters
- Added SnapHeatmapChart for sector performance and contribution graphs
- Added SnapAreaChart for portfolio allocation over time
- Added SnapOHLC model for OHLC bar data
- Volume bars support in candlestick chart
- Touch interactions on all new charts
0.1.0 #
- Initial release
- EasyLineChart with simple spot-based API
- EasyBarChart with grouped and stacked bars
- EasyPieChart with minimal configuration
- EasyScatterChart for scatter plots
- Touch interactions with callbacks
- Sensible defaults for all styling
- Animated transitions between data states