Skip to content

Commit

Permalink
Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
yuankunzhang committed Jul 23, 2023
1 parent d8dc98c commit 15ff677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charming/src/component/aria.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Chart::new()
.aria(Aria::new().enabled(true).decal(Decal::new().show(true)))
.series(Bar::new().data(vec![120, 200, 150, 80, 70, 110, 130]))
.series(Bar::new().data(vec![20, 40, 90, 40, 30, 70, 120]))
.series(Bar::new().data(vec![140, 230, 120, 50, 30, 150, 120]))
.series(Bar::new().data(vec![140, 230, 120, 50, 30, 150, 120]));
```
*/
#[derive(Serialize)]
Expand Down

0 comments on commit 15ff677

Please sign in to comment.