Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standalone plotly.min.js for graph (fix #189) #209

Merged
merged 15 commits into from
Sep 22, 2023

Conversation

devdanzin
Copy link
Collaborator

As explained in #189, this PR uses Plotly's include_plotlyjs option to allow users to choose whether to inline the JS code in the HTML file or add a standalone plotly.min.js file.

It actually accepts all values that include_plotlyjs does, allowing one to suppress generation of JS, point to an arbitrary JS file or to a CDN. However, I'd prefer to not advertise these other cases so we only have to care about the simple case of standalone JS file.

@codecov-commenter
Copy link

codecov-commenter commented Aug 24, 2023

Codecov Report

Patch coverage: 77.77% and project coverage change: -0.13% ⚠️

Comparison is base (099bc78) 95.84% compared to head (ff4b2cc) 95.72%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #209      +/-   ##
==========================================
- Coverage   95.84%   95.72%   -0.13%     
==========================================
  Files          25       25              
  Lines        1349     1356       +7     
  Branches      289      293       +4     
==========================================
+ Hits         1293     1298       +5     
- Misses         32       33       +1     
- Partials       24       25       +1     
Files Changed Coverage Δ
src/wily/__main__.py 94.81% <75.00%> (-0.89%) ⬇️
src/wily/commands/graph.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

src/wily/__main__.py Outdated Show resolved Hide resolved
@tonybaloney tonybaloney merged commit bdc825f into tonybaloney:master Sep 22, 2023
18 checks passed
@devdanzin devdanzin deleted the standalone_plotlyjs branch September 22, 2023 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants