Skip to content

postprocess: fix plotly CDN and improve data handling#40

Open
shivankgarg98 wants to merge 1 commit intoantonblanchard:masterfrom
shivankgarg98:master
Open

postprocess: fix plotly CDN and improve data handling#40
shivankgarg98 wants to merge 1 commit intoantonblanchard:masterfrom
shivankgarg98:master

Conversation

@shivankgarg98
Copy link

Fix plotly-latest.min.js deprecation error causing resource load failures:

Failed to load resource: net::ERR_FILE_NOT_FOUND plotly-latest.min.js:7 WARNING: plotly-latest.min.js and plotly-latest.js are NO LONGER the latest releases of plotly.js. They are v1.58.5 (released July 2021), the end of the v1.x line, and will not be updated again. To use more recent versions of plotly.js, please update your links to point to an explicit version on cdn.plot.ly. You can find the latest version information at https://github.com/plotly/plotly.js/releases

Update to plotly-3.1.0.min.js and add JSON serialization for proper data formatting.

  • Update plotly CDN to supported version
  • Add json import and convert CSV data to JSON
  • Improve error handling and file operations
  • Remove unused for_each_file function

Fix plotly-latest.min.js deprecation error causing resource load failures.
Update to plotly-3.1.0.min.js and add JSON serialization for proper data formatting.

- Update plotly CDN to supported version
- Add json import and convert CSV data to JSON
- Improve error handling and file operations
- Remove unused for_each_file function

Signed-off-by: Shivank Garg <shivankg@amd.com>
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.

1 participant