We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69f104e commit c684b72Copy full SHA for c684b72
test/image/make_baseline.py
@@ -53,6 +53,7 @@
53
plotlyjs = plotlyjs_with_virtual_webgl
54
55
pio.kaleido.scope.plotlyjs = plotlyjs
56
+pio.kaleido.scope.topojson = "file://" + os.path.join(root, 'dist', 'topojson')
57
pio.templates.default = 'none'
58
59
ALL_MOCKS = [os.path.splitext(a)[0] for a in os.listdir(dirIn) if a.endswith('.json')]
0 commit comments