Upload a CSV to any AI charting tool and it will produce a chart in seconds. The chart will be wrong. Not factually wrong — the numbers will be plotted correctly. Wrong in a deeper sense: the wrong chart type for the data, the wrong color scheme for the audience, the wrong framing for the question being asked.

This is the tyranny of defaults. AI tools do not design charts. They apply templates. The template is determined by the shape of the data — two columns of numbers produce a scatter plot, a column of dates and a column of values produce a line chart, a column of categories and a column of counts produce a bar chart. These mappings are hardcoded, and they are often wrong.

The Shape Problem

A dataset with a date column and a value column might be best shown as a line chart. Or it might be best shown as a bar chart, if the periods are discrete and non-continuous. Or it might be best shown as a table, if there are only six data points and the exact values matter. The AI tool does not know which is correct because it does not know the question.

The question is everything. "How has revenue trended over time?" calls for a line chart. "Which quarter had the highest revenue?" calls for a bar chart. "What was the exact revenue in Q3?" calls for a table. Same data, three questions, three correct answers. The AI tool produces one chart and moves on.

Default Color

AI charting tools apply their default color palettes indiscriminately. ChatGPT's data analysis feature produces charts in a palette that is visually coherent but semantically meaningless — the colors do not encode anything beyond "these are different categories." Worse, the palettes are often not colorblind-safe, not perceptually uniform, and not suitable for the specific data being shown.

A diverging dataset — showing values above and below a meaningful zero — requires a diverging color palette. A sequential dataset requires a sequential palette. A categorical dataset with two special categories and five ordinary ones might best use the grey-plus-two approach. No AI tool makes these distinctions. They apply the same palette to everything.

The Annotation Vacuum

Perhaps the most significant failure of AI-generated charts is the complete absence of annotation. The tools produce charts with titles — often adequate — and axis labels — often adequate — but no annotations. No callouts for anomalies. No context for spikes. No reference lines for benchmarks.

Annotation requires understanding what is interesting in the data. Current AI tools can identify statistical outliers but cannot determine which outliers are meaningful. A revenue spike is interesting; a data entry error is not. Both look the same to the algorithm.

What These Tools Get Right

Speed. An AI charting tool can produce a first draft in seconds. For exploratory analysis — quickly scanning a dataset to identify patterns worth investigating — this is genuinely useful. The chart does not need to be perfect. It needs to be fast and roughly right.

Accessibility. People who do not know how to use Tableau or D3 can now produce charts. This democratization has real value, even if the charts produced are mediocre. A mediocre chart is better than no chart when the alternative is a wall of numbers in a spreadsheet.

Code generation. Tools like ChatGPT can generate Python matplotlib or JavaScript D3 code that a skilled practitioner can then refine. The AI produces the boilerplate; the human provides the judgment. This is a legitimate workflow when the human has visualization literacy.

The Risk

The risk is that AI-generated charts become the final product rather than the first draft. When a manager uploads a CSV, receives a chart, and drops it into a presentation without revision, the defaults become the standard. The organization's visual communication degrades to whatever the AI's template engine produces.

Flourish and Datawrapper, which offer both AI-assisted and manually-designed workflows, represent a better model. They provide smart defaults as starting points while making customization accessible. The AI suggests; the human decides. This division of labor respects the roles that each does well.

The chart is the argument. AI can compute the data. Only a human can make the argument.