-
Notifications
You must be signed in to change notification settings - Fork 776
Open
Description
We embed the CSS and Javascript front-end libraries used by the Nextflow report to make them work offline and keep dependencies thin. However, I don't think that these have been updated since I first added the report, way back in 2018.
For example, it seems we're using plotly.js v1.34.0 which is from Feb 2018. The latest version is v2.35.2. This is starting to cause some issues for users, eg: #5515
We should aim to update all libraries used in this report:
- jquery-3.2.1.min.js (3.7.1 available)
- popper.min.js
- bootstrap.min.js
- datatables.min.js
- moment.min.js
- plotly.min.js - refactor: replace complete plotly bundle with smaller more specific one #6527
This may also be a (somewhat rare) opportunity to think about a design refresh @deepcshah).
Example report: execution_report_2024-11-11_15-06-52.html.zip
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels