gpui-component/crates/ui/src/plot
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
..
scale plot: Use f32 instead of f64 (#1052) 2025-07-08 16:24:59 +08:00
shape plot: Use f32 instead of f64 (#1052) 2025-07-08 16:24:59 +08:00
axis.rs plot: Use f32 instead of f64 (#1052) 2025-07-08 16:24:59 +08:00
grid.rs chart: Draw dashed lines using gpui PathBuilder (#927) 2025-06-09 11:55:32 +08:00
label.rs plot: Use f32 instead of f64 (#1052) 2025-07-08 16:24:59 +08:00
mod.rs plot: Use f32 instead of f64 (#1052) 2025-07-08 16:24:59 +08:00
scale.rs plot: Use f32 instead of f64 (#1052) 2025-07-08 16:24:59 +08:00
shape.rs chart: Introduce chart (#878) 2025-06-04 19:22:11 +08:00
tooltip.rs plot: Use f32 instead of f64 (#1052) 2025-07-08 16:24:59 +08:00