Skip to content

Commit

Permalink
0.0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy-Sheppard committed Oct 7, 2024
1 parent 4311306 commit 3416eb0
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 39 deletions.
65 changes: 28 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chart-js-rs"
version = "0.0.41"
version = "0.0.42"
edition = "2021"
authors = ["Billy Sheppard", "Luis Moreno"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ impl Chart {
rationalise_2_levels::<1>(&dataset, ("datalabels", "align"));
rationalise_2_levels::<1>(&dataset, ("datalabels", "anchor"));
rationalise_2_levels::<1>(&dataset, ("datalabels", "backgroundColor"));
rationalise_2_levels::<1>(&dataset, ("datalabels", "formatter"));
rationalise_2_levels::<2>(&dataset, ("datalabels", "formatter"));
rationalise_2_levels::<1>(&dataset, ("datalabels", "offset"));
});

Expand Down

0 comments on commit 3416eb0

Please sign in to comment.