Skip to content

Commit 76434e1

Browse files
committed
[docs] update scatter composite example.
1 parent 285ec10 commit 76434e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ fn main() {
506506

507507
// You can use your own iterable as data as long as its items implement the `PointDatum` trait.
508508
let scatter_data_1 = vec![(20, 90), (12, 54), (25, 70), (33, 40)];
509-
let scatter_data_2 = vec![(120, 10), (143, 34), (170, 14), (180, 13)];
509+
let scatter_data_2 = vec![(120, 10), (143, 34), (170, 14), (190, 13)];
510510

511511
// Create Scatter view that is going to represent the data as points.
512512
let scatter_view_1 = ScatterView::new()

assets/img/scatter-chart-two-datasets.svg

Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)