Skip to content
Snippets Groups Projects
Commit 810bb323 authored by Tom Robinson's avatar Tom Robinson
Browse files

Remove faulty funnel checkRenderable for now

parent e7e7dfa4
No related branches found
No related tags found
No related merge requests found
......@@ -23,9 +23,8 @@ export default class Funnel extends Component {
}
static checkRenderable(cols, rows) {
if (!isNumeric(cols[0])) {
throw new Error("Funnel visualization requires a number.");
}
// leaving this blank for now since it should be difficult to get into an invalid state
// TODO: we should really change checkRenderable to take the entire `series` object
}
static transformSeries(series) {
......
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