gpui-component/crates/ui/src/chart
Floyd Wang 3b759cd448
plot: Use f32 instead of f64 (#1052)
## Break Change
- Convert all `f64` parameters to `f32`.

Since the GPUI geometry module uses f32 for rendering, we are also
switching to f32. This helps avoid many as operators and unnecessary
conversions.
2025-07-08 16:24:59 +08:00
..
area_chart.rs plot: Use f32 instead of f64 (#1052) 2025-07-08 16:24:59 +08:00
bar_chart.rs plot: Use f32 instead of f64 (#1052) 2025-07-08 16:24:59 +08:00
line_chart.rs plot: Use f32 instead of f64 (#1052) 2025-07-08 16:24:59 +08:00
mod.rs chart: Introduce chart (#878) 2025-06-04 19:22:11 +08:00
pie_chart.rs plot: Use f32 instead of f64 (#1052) 2025-07-08 16:24:59 +08:00