mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 13:01:13 +00:00
parent
e411d9ec3e
commit
93ad6b828c
@ -66,12 +66,14 @@ pub fn render_chart(frame: &mut Frame, area: Rect) {
|
||||
.style(Color::Blue)
|
||||
.data(&[
|
||||
(0.0, 1.0),
|
||||
(1.5, 2.5),
|
||||
(1.0, 3.0),
|
||||
(2.0, 0.5),
|
||||
(3.0, 2.0),
|
||||
(4.5, 4.5),
|
||||
(6.0, 4.0),
|
||||
(7.5, 6.5),
|
||||
(9.0, 7.5),
|
||||
(4.0, 0.8),
|
||||
(5.0, 4.0),
|
||||
(6.0, 1.0),
|
||||
(7.0, 6.0),
|
||||
(8.0, 3.0),
|
||||
(10.0, 10.0),
|
||||
]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user