From 93ed7c7f7a69aca78036576f4e293d45bec7a8f4 Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 19 Jun 2017 10:15:03 +0800 Subject: [PATCH] add --- bi/core.js | 2 +- docs/core.js | 2 +- src/core/var.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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,