[WC-3458]: update chart docs - #11681
Open
rahmanunver wants to merge 2 commits into
Open
Conversation
The reference guides stated Charts is based on plotly.js 1.47.4. The widget has shipped plotly.js 3.x since Charts 6.0.0 (2025-02-28), and Charts 6.0.0 installs on Mendix 9.6 and above, so the claim was wrong on refguide9, refguide10, and refguide alike. Name the major version and the release that introduced it, and point to the Marketplace listing for the exact patch version rather than pinning one that drifts.
The Plotly API images endpoint at api.plot.ly/v2/images no longer exists, so the entire how-to documented a workflow no reader can complete. Delete the page and its 13 screenshots, and remove the inbound link from the Charts hub page. Both retired URLs are preserved as Hugo aliases on the hub page so neither returns a 404.
Collaborator
|
Thanks @rahmanunver ! This PR links up to existing GH issues, so I'll edit/merge then tell the issue people about the solution: |
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.
What
api.plot.ly/v2/imagesservice no longer exists, so the page can't be followed.Why
The version claim predates two plotly major releases and was reported by a customer. Charts 6.0.0 runs on Mendix 9.6+, so the wrong version was live on every supported guide.
The docs now name the major version and point to the Marketplace listing for the exact one, so this won't drift again. The retired page's URLs are kept as aliases, so old links redirect rather than 404.