postprocess: fix plotly CDN and improve data handling#40
Open
shivankgarg98 wants to merge 1 commit intoantonblanchard:masterfrom
Open
postprocess: fix plotly CDN and improve data handling#40shivankgarg98 wants to merge 1 commit intoantonblanchard:masterfrom
shivankgarg98 wants to merge 1 commit intoantonblanchard:masterfrom
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.