diff --git a/src/wily/commands/graph.py b/src/wily/commands/graph.py index e1847f20..47b00ba1 100644 --- a/src/wily/commands/graph.py +++ b/src/wily/commands/graph.py @@ -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.