Skip to content
Snippets Groups Projects
Commit e91e0acb authored by Toby ARcher's avatar Toby ARcher
Browse files

Fixing typo in PieChart error

parent 08b9677f
Branches
Tags
No related merge requests found
......@@ -46,7 +46,7 @@ export default class PieChart extends Component {
static checkRenderable([{ data: { cols, rows} }], settings) {
if (!settings["pie.dimension"] || !settings["pie.metric"]) {
throw new ChartSettingsError("Which columns do want to use?", "Data");
throw new ChartSettingsError("Which columns do you want to use?", "Data");
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment