Skip to content
Snippets Groups Projects
Commit 2a04ada7 authored by Sameer Al-Sakran's avatar Sameer Al-Sakran Committed by GitHub
Browse files

Merge pull request #5525 from mnzt/piechart-typo-fix

Fixing typo in PieChart error
parents 33dfe92a e91e0acb
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment