Skip to content

Commit

Permalink
fix: Pass theme name to correct property
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Oct 5, 2024
1 parent 0fae2ab commit f6971de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/altair_theme_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def alt_theme_test() -> alt.VConcatChart:
el.setAttribute("class", "view");
container.appendChild(el);
vegaEmbed(el, spec, {
config: theme,
theme: themeName,
defaultStyle: true,
mode: "vega-lite"
});
Expand Down

0 comments on commit f6971de

Please sign in to comment.