.clinerules
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
SECURITY.md
pyproject.toml
uv.lock
.devcontainer/devcontainer.json
.devcontainer/setup.sh
.github/FUNDING.yml
.github/dependabot.yml
.github/workflows/continuous-deployment.yml
.vscode/extensions.json
datawrapper/__init__.py
datawrapper/__main__.py
datawrapper/chart_factory.py
datawrapper/exceptions.py
datawrapper/flags.py
datawrapper.egg-info/PKG-INFO
datawrapper.egg-info/SOURCES.txt
datawrapper.egg-info/dependency_links.txt
datawrapper.egg-info/requires.txt
datawrapper.egg-info/top_level.txt
datawrapper/charts/__init__.py
datawrapper/charts/annos.py
datawrapper/charts/area.py
datawrapper/charts/arrow.py
datawrapper/charts/bar.py
datawrapper/charts/base.py
datawrapper/charts/column.py
datawrapper/charts/line.py
datawrapper/charts/multiple_column.py
datawrapper/charts/scatter.py
datawrapper/charts/stacked_bar.py
datawrapper/charts/enums/__init__.py
datawrapper/charts/enums/connector_line.py
datawrapper/charts/enums/date_format.py
datawrapper/charts/enums/grid_display.py
datawrapper/charts/enums/grid_label.py
datawrapper/charts/enums/interpolation.py
datawrapper/charts/enums/line_dash.py
datawrapper/charts/enums/line_width.py
datawrapper/charts/enums/number_divisor.py
datawrapper/charts/enums/number_format.py
datawrapper/charts/enums/plot_height.py
datawrapper/charts/enums/replace_flags.py
datawrapper/charts/enums/scatter_shape.py
datawrapper/charts/enums/symbol_shape.py
datawrapper/charts/enums/value_label.py
datawrapper/charts/models/__init__.py
datawrapper/charts/models/api_sections.py
datawrapper/charts/models/transforms.py
datawrapper/charts/serializers/__init__.py
datawrapper/charts/serializers/color_category.py
datawrapper/charts/serializers/custom_range.py
datawrapper/charts/serializers/custom_ticks.py
datawrapper/charts/serializers/model_list.py
datawrapper/charts/serializers/negative_color.py
datawrapper/charts/serializers/plot_height.py
datawrapper/charts/serializers/replace_flags.py
datawrapper/charts/serializers/value_labels.py
docs/Makefile
docs/conf.py
docs/index.md
docs/requirements.txt
docs/_ext/enum_table.py
docs/_ext/parameter_table.py
docs/_templates/class.md
docs/static/datawrapper_logo_light.png
docs/static/datawrapper_logo_light_small.png
docs/user-guide/chart-operations.md
docs/user-guide/contributing.md
docs/user-guide/quickstart.md
docs/user-guide/advanced/authentication-and-account.md
docs/user-guide/advanced/chart-operations.md
docs/user-guide/advanced/exporting.md
docs/user-guide/advanced/organization.md
docs/user-guide/api/chart-classes.rst
docs/user-guide/api/enums.rst
docs/user-guide/api/exceptions.rst
docs/user-guide/api/main-client.rst
docs/user-guide/api/models.rst
docs/user-guide/charts/area-charts.md
docs/user-guide/charts/arrow-charts.md
docs/user-guide/charts/bar-charts.md
docs/user-guide/charts/column-charts.md
docs/user-guide/charts/line-charts.md
docs/user-guide/charts/multiple-column-charts.md
docs/user-guide/charts/scatter-plots.md
docs/user-guide/charts/stacked-bar-charts.md
tests/__init__.py
tests/area_markers.json
tests/conftest.py
tests/functional/README.md
tests/functional/__init__.py
tests/functional/test_api_end_to_end.py
tests/functional/test_api_mock.py
tests/functional/test_api_tokens.py
tests/functional/test_base_chart_operations.py
tests/functional/test_basemaps.py
tests/functional/test_chart_factory.py
tests/functional/test_datawrapper.py
tests/functional/test_display_urls.py
tests/functional/test_end_to_end.py
tests/functional/test_exceptions.py
tests/functional/test_folders.py
tests/functional/test_get_auth_header.py
tests/functional/test_login_tokens.py
tests/functional/test_main_coverage.py
tests/functional/test_maps.py
tests/functional/test_me.py
tests/functional/test_oembed.py
tests/functional/test_river.py
tests/functional/test_themes.py
tests/functional/test_token_scopes.py
tests/functional/test_users.py
tests/functional/test_workspaces.py
tests/integration/__init__.py
tests/integration/test_area_chart.py
tests/integration/test_arrow_chart.py
tests/integration/test_bar_annotations.py
tests/integration/test_bar_axes_structure.py
tests/integration/test_base_api_integration.py
tests/integration/test_base_export.py
tests/integration/test_base_metadata_structure.py
tests/integration/test_base_serialization.py
tests/integration/test_chart_creation.py
tests/integration/test_chart_get_method.py
tests/integration/test_column_chart.py
tests/integration/test_column_format_list_number_divisor.py
tests/integration/test_line_chart.py
tests/integration/test_multiple_column_chart.py
tests/integration/test_sample_charts.py
tests/integration/test_scatter_chart.py
tests/integration/test_stacked_bar_chart.py
tests/samples/area/migration.csv
tests/samples/area/migration.json
tests/samples/area/plastic.csv
tests/samples/area/plastic.json
tests/samples/area/population.csv
tests/samples/area/population.json
tests/samples/area/tate.csv
tests/samples/area/tate.json
tests/samples/arrow/babies.csv
tests/samples/arrow/babies.json
tests/samples/arrow/english.csv
tests/samples/arrow/english.json
tests/samples/arrow/ev.csv
tests/samples/arrow/ev.json
tests/samples/arrow/inequality.csv
tests/samples/arrow/inequality.json
tests/samples/bar/european-turnout.json
tests/samples/bar/happiness-scores.csv
tests/samples/bar/happiness-scores.json
tests/samples/column/claims.csv
tests/samples/column/claims.json
tests/samples/column/payrolls.csv
tests/samples/column/payrolls.json
tests/samples/column/unemployment.csv
tests/samples/column/unemployment.json
tests/samples/line/cigarettes.csv
tests/samples/line/cigarettes.json
tests/samples/line/covid.csv
tests/samples/line/covid.json
tests/samples/line/crypto.csv
tests/samples/line/crypto.json
tests/samples/line/land-temps.csv
tests/samples/line/land-temps.json
tests/samples/multiple_column/jobs.csv
tests/samples/multiple_column/jobs.json
tests/samples/multiple_column/population.csv
tests/samples/multiple_column/population.json
tests/samples/multiple_column/social-media.csv
tests/samples/multiple_column/social-media.json
tests/samples/multiple_column/uk-spending.csv
tests/samples/multiple_column/uk-spending.json
tests/samples/scatter/automation.csv
tests/samples/scatter/automation.json
tests/samples/scatter/elements.csv
tests/samples/scatter/elements.json
tests/samples/scatter/german-students.csv
tests/samples/scatter/german-students.json
tests/samples/scatter/life-expectancy.csv
tests/samples/scatter/life-expectancy.json
tests/samples/stacked_bar/candy.csv
tests/samples/stacked_bar/candy.json
tests/samples/stacked_bar/capitals.csv
tests/samples/stacked_bar/capitals.json
tests/samples/stacked_bar/media-trust.csv
tests/samples/stacked_bar/media-trust.json
tests/samples/stacked_bar/sugar.csv
tests/samples/stacked_bar/sugar.json
tests/unit/__init__.py
tests/unit/test_bar_category_config.py
tests/unit/test_base_chart_warnings.py
tests/unit/test_enum_backwards_compatibility.py
tests/unit/test_enum_imports.py
tests/unit/test_flags.py
tests/unit/test_plot_height_mode_enum.py
tests/unit/models/test_annotate.py
tests/unit/models/test_annotations.py
tests/unit/models/test_annotations_legacy.py
tests/unit/models/test_color_category.py
tests/unit/models/test_column_format.py
tests/unit/models/test_connector_line.py
tests/unit/models/test_custom_range.py
tests/unit/models/test_custom_ticks.py
tests/unit/models/test_date_format.py
tests/unit/models/test_describe.py
tests/unit/models/test_line_symbol_value_label.py
tests/unit/models/test_line_width_dash.py
tests/unit/models/test_model_list_serializer.py
tests/unit/models/test_number_divisor.py
tests/unit/models/test_number_format.py
tests/unit/models/test_range_annotation_permissive.py
tests/unit/models/test_transform.py
tests/unit/models/test_visualize_publish.py
tests/unit/models/charts/test_bar_chart.py
tests/unit/models/charts/test_bar_overlay.py
tests/unit/models/charts/test_base_chart.py
tests/unit/serializers/test_annotation_deserialization.py
tests/unit/serializers/test_annotation_serializer.py
tests/unit/serializers/test_bar_serializer.py
tests/unit/serializers/test_base_serializer.py
tests/unit/serializers/test_negative_color.py
tests/unit/serializers/test_plot_height.py
tests/unit/serializers/test_replace_flags.py
tests/unit/serializers/test_value_labels.py
tests/utils/__init__.py
tests/utils/dict_comparison.py