We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68e5f2 commit 99869afCopy full SHA for 99869af
datawrapper/__main__.py
@@ -904,8 +904,7 @@ def update_description(
904
raise InvalidRequest(msg)
905
906
# Update the chart using the update_chart method
907
- metadata = {"metadata": {"describe": _query}}
908
- return self.update_chart(chart_id, metadata=metadata)
+ return self.update_chart(chart_id, metadata={"describe": _query})
909
910
def delete_chart(self, chart_id: str) -> bool:
911
"""Deletes a chart, table or map.
0 commit comments