gpui-component/crates
Floyd Wang 78dccd4d79
plot: Apply linear scale based on the direction of given range (#1219)
## Breaking Change
- Apply linear scale based on the direction of given range.

```diff
- ScaleLinear::new(vec![1., 2., 3.], vec![0., 100.])
+ ScaleLinear::new(vec![1., 2., 3.], vec![100., 0.])
```

Currently, you can draw the linear scale from minimum to maximum or from
maximum to minimum; it depends on the direction of the range.
2025-09-08 15:56:58 +08:00
..
hello_world chore: Avoid built-in tree-sitter languages in default. (#1135) 2025-08-14 18:02:27 +08:00
macros chore: Fix spelling of the word masked (#990) 2025-06-19 12:34:19 +08:00
story input: Fix column position update when text added, to support move vertical keep column. (#1211) 2025-09-05 18:47:24 +08:00
ui plot: Apply linear scale based on the direction of given range (#1219) 2025-09-08 15:56:58 +08:00
webview input: Use Rope for InputState. (#1208) 2025-09-05 18:20:47 +08:00
wef wef: Fixed some issues (#975) 2025-06-18 10:46:55 +08:00