diff --git a/bi/core.js b/bi/core.js index 74a546c95..9fcc4dc17 100644 --- a/bi/core.js +++ b/bi/core.js @@ -4168,7 +4168,7 @@ _.extend(BI, { Horizontal: "horizontal" }, Selection: { - Default: -999, + Default: -2, None: -1, Single: 0, Multi: 1, diff --git a/docs/core.js b/docs/core.js index 43424df7d..3c57cc67c 100644 --- a/docs/core.js +++ b/docs/core.js @@ -24992,7 +24992,7 @@ _.extend(BI, { Horizontal: "horizontal" }, Selection: { - Default: -999, + Default: -2, None: -1, Single: 0, Multi: 1, diff --git a/src/core/var.js b/src/core/var.js index e2f9947dd..b7a33f69a 100644 --- a/src/core/var.js +++ b/src/core/var.js @@ -62,7 +62,7 @@ _.extend(BI, { Horizontal: "horizontal" }, Selection: { - Default: -999, + Default: -2, None: -1, Single: 0, Multi: 1,