Skip to content

Commit

Permalink
added basic line chart test
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaOber authored and yuankunzhang committed Oct 13, 2024
1 parent d4ef7bc commit 0782bfb
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 10 deletions.
193 changes: 183 additions & 10 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions charming/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ serde = { version = "1.0", features = ["derive"] }
serde-wasm-bindgen = {version = "0.6", optional = true }
serde_json = "1.0"
serde_v8 = { version = "0.220", optional = true }
serde_with = "3.11.0"
wasm-bindgen = { version = "0.2", optional = true }

[dev-dependencies]
assert-json-diff = "2.0.2"

[dependencies.web-sys]
version = "0.3.64"
optional = true
Expand Down
Loading

0 comments on commit 0782bfb

Please sign in to comment.