While testing a transformation of datetime data, I found that a cell formatted as eg 1850-00-00 results in the chart failing to render with a generic error "There was an error rendering the chart."
- chart - https://commons.wikimedia.beta.wmflabs.org/wiki/Data:Bad_data.chart
- tabular dataset - https://commons.wikimedia.beta.wmflabs.org/wiki/Data:Bad_data.tab
Replacing the 00-00 with 01-01 renders successfully.
Screenshot:
Expected:
The error should at least specify that the incorrect date format is what's causing the chart to fail to render.
