Skip to content

Commit

Permalink
plotlyjs should default to True, as in plotly.io.to_html().
Browse files Browse the repository at this point in the history
  • Loading branch information
devdanzin committed Aug 16, 2023
1 parent d014097 commit ff8dce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wily/commands/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def graph(
changes: bool = True,
text: bool = False,
aggregate: bool = False,
plotlyjs: Union[bool, str] = False,
plotlyjs: Union[bool, str] = True,
) -> None:
"""
Graph information about the cache and runtime.
Expand Down

0 comments on commit ff8dce3

Please sign in to comment.