We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974fcba commit a651a63Copy full SHA for a651a63
packages/python/plotly/plotly/io/_json.py
@@ -16,7 +16,7 @@ class JsonConfig(object):
16
_valid_engines = ("legacy", "json", "orjson", "auto")
17
18
def __init__(self):
19
- self._default_engine = "legacy"
+ self._default_engine = "auto"
20
21
@property
22
def default_engine(self):
0 commit comments