Add documentation examples for ScatterPlot, MultipleColumnChart and StackedBarChart#480
Merged
palewire merged 1 commit intochekos:mainfrom Oct 28, 2025
Merged
Conversation
…StackedBarChart - Add life expectancy vs GDP example for ScatterPlot - Add population growth example for MultipleColumnChart - Add media trust example for StackedBarChart - All examples drawn from Datawrapper's official docs - Includes embedded iframes and working Python code (tested locally) Closes chekos#458
Collaborator
|
Thanks for this. I'm traveling right now but will look to merge it in the coming days. |
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.
Summary
Adds documentation examples for three chart types as requested in #458.
Changes
ScatterPlot (
docs/user-guide/charts/scatter-plots.md): Added life expectancy vs GDP example from Datawrapper docs, featuring:MultipleColumnChart (
docs/user-guide/charts/multiple-column-charts.md): Added population growth example, featuring:StackedBarChart (
docs/user-guide/charts/stacked-bar-charts.md): Added media trust example, featuring:Testing
Manually tested all three examples - they run without errors or warnings
Verification Charts
I created test charts on Datawrapper to verify the examples work correctly:
All examples follow the same pattern as existing chart documentation (AreaChart, LineChart, etc.) and use real sample data from the repository's test fixtures.
Related Issue
Closes #458