Skip to content
Snippets Groups Projects
Unverified Commit dc50e8a2 authored by Maz Ameli's avatar Maz Ameli Committed by GitHub
Browse files

reorder waterfall and pivot viz options (#14826)

parent aa77fcad
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,9 @@ import { color, lighten } from "metabase/lib/colors";
import visualizations from "metabase/visualizations";
const FIXED_LAYOUT = [
["line", "bar", "combo", "area", "waterfall", "row"],
["line", "bar", "combo", "area", "row", "waterfall"],
["scatter", "pie", "funnel", "smartscalar", "progress", "gauge"],
["scalar", "table", "map"],
["scalar", "table", "pivot", "map"],
];
const FIXED_TYPES = new Set(_.flatten(FIXED_LAYOUT));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment