Tested tool guide
Tested browser tools
Checked August 16, 2026
What Data Table to Chart does, with a checked example
Rows and columns become a bar, line, or pie chart without rebuilding the data by hand. Paste a compact table, choose the chart form, and apply the available styling for a presentation graphic. Numeric cells provide the plotted values, while text identifies categories or series. The usual mistake is choosing a pie chart for values that are not parts of one whole. In that case, a bar chart normally communicates the comparison more accurately.
Worked example
A concrete input and expected output from the current implementation.
Input
Select a bar chart, then paste:
Category,Value
Apples,4
Oranges,6
->
Expected output
A bar chart with an Apples bar at 4 and an Oranges bar at 6. The Oranges bar is 2 units, or 50 percent, higher than the Apples bar.
The two category rows become two bars whose heights match their values. The difference is 6 - 4 = 2, and 2 divided by 4 is 50 percent.