Add charts view with pie, bar, and line charts
Pie chart shows expense breakdown by category with color-coded slices. Bar chart shows income vs expense for the last 6 months. Line chart shows cumulative daily net trend. All charts render via plotters BitMapBackend to GDK MemoryTexture for display. Month navigation shared across all three charts.
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1586,6 +1586,7 @@ name = "outlay-gtk"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"gdk4",
|
||||
"gtk4",
|
||||
"libadwaita",
|
||||
"outlay-core",
|
||||
|
||||
Reference in New Issue
Block a user