Skip to content

Commit a651a63

Browse files
committed
default JSON engine to "auto"
1 parent 974fcba commit a651a63

File tree

1 file changed

+1
-1
lines changed
  • packages/python/plotly/plotly/io

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/io/_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class JsonConfig(object):
1616
_valid_engines = ("legacy", "json", "orjson", "auto")
1717

1818
def __init__(self):
19-
self._default_engine = "legacy"
19+
self._default_engine = "auto"
2020

2121
@property
2222
def default_engine(self):

0 commit comments

Comments
 (0)