gpui-component/crates/ui
Floyd Wang c385da56c1
plot(shape): Add multi-label support for Bar (#1262)
## Breaking Change

```diff
- bar.label(move |_, point| Text::new("foo", point, "#red"));
+ bar.label(move |_, point| vec![Text::new("foo", point, "#red")]);
```

Add support for multiple labels on a single bar.
2025-09-19 14:13:51 +08:00
..
locales input: Add to support search and replace. (#1252) 2025-09-17 19:02:00 +08:00
src plot(shape): Add multi-label support for Bar (#1262) 2025-09-19 14:13:51 +08:00
tests/fixtures dock: Revert dock to use absolute size. (#840) 2025-05-08 16:29:55 +08:00
Cargo.toml editor: Improve search to select first match in visible range. (#1258) 2025-09-18 16:07:35 +08:00
LICENSE-APACHE