Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use minified plotly.js for making baselines
  • Loading branch information
camdecoster committed Nov 18, 2025
commit 8a3f5f485360c05e930b6eec45dd438ced8a4d2d
2 changes: 1 addition & 1 deletion test/image/make_baseline.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
root = os.getcwd()

virtual_webgl = os.path.join(root, 'node_modules', 'virtual-webgl', 'src', 'virtual-webgl.js')
plotlyjs = os.path.join(root, 'build', 'plotly.js')
plotlyjs = os.path.join(root, 'build', 'plotly.min.js')
plotlyjs_with_virtual_webgl = os.path.join(root, 'build', 'plotly_with_virtual-webgl.js')

dirIn = os.path.join(root, 'test', 'image', 'mocks')
Expand Down