aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf-globals/globals.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tensorboard/components/tf-globals/globals.ts')
-rw-r--r--tensorflow/tensorboard/components/tf-globals/globals.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/tensorboard/components/tf-globals/globals.ts b/tensorflow/tensorboard/components/tf-globals/globals.ts
index 1e908ec034..f2902bf0c0 100644
--- a/tensorflow/tensorboard/components/tf-globals/globals.ts
+++ b/tensorflow/tensorboard/components/tf-globals/globals.ts
@@ -16,7 +16,8 @@ limitations under the License.
/* tslint:disable:no-namespace */
module TF.Globals {
// The names of TensorBoard tabs.
- export var TABS = ['events', 'images', 'audio', 'graphs', 'distributions'];
+ export var TABS =
+ ['events', 'images', 'audio', 'graphs', 'distributions', 'histograms'];
// If true, TensorBoard stores its hash in the URI state.
// If false, tab switching in TensorBoard will not update location hash,