aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf-histogram-dashboard/tf-histogram-dashboard.html
diff options
context:
space:
mode:
authorGravatar Dan Mané <danmane@google.com>2016-07-11 13:18:42 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-07-11 14:31:25 -0700
commit77c19a8bd77a69791ef4e8d81b43116da59a87ae (patch)
tree33e009309261df32b1804990de95e9f809f80351 /tensorflow/tensorboard/components/tf-histogram-dashboard/tf-histogram-dashboard.html
parentb45a6f2f2429760a2302ebde42302d20738abbf4 (diff)
Split out the obsolete histogram chart from tf-chart, so we can refactor the line chart on its own.
Change: 127127152
Diffstat (limited to 'tensorflow/tensorboard/components/tf-histogram-dashboard/tf-histogram-dashboard.html')
-rw-r--r--tensorflow/tensorboard/components/tf-histogram-dashboard/tf-histogram-dashboard.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/tensorflow/tensorboard/components/tf-histogram-dashboard/tf-histogram-dashboard.html b/tensorflow/tensorboard/components/tf-histogram-dashboard/tf-histogram-dashboard.html
index 3b6373b52a..371ea80f80 100644
--- a/tensorflow/tensorboard/components/tf-histogram-dashboard/tf-histogram-dashboard.html
+++ b/tensorflow/tensorboard/components/tf-histogram-dashboard/tf-histogram-dashboard.html
@@ -4,7 +4,7 @@
<link rel="import" href="../tf-color-scale/tf-color-scale.html">
<link rel="import" href="../tf-dashboard-common/tf-dashboard.html">
<link rel="import" href="../tf-categorizer/tf-categorizer.html">
-<link rel="import" href="../tf-event-dashboard/tf-chart.html">
+<link rel="import" href="tf-obsolete-histogram-chart.html">
<link rel="import" href="../tf-collapsable-pane/tf-collapsable-pane.html">
<link rel="import" href="../iron-collapse/iron-collapse.html">
<link rel="import" href="../paper-icon-button/paper-icon-button.html">
@@ -75,9 +75,8 @@ The #center div contains tf-charts embedded inside tf-collapsable-panes.
<div class="card">
<span class="card-title">[[tag]]</span>
<div class="card-content">
- <tf-chart
+ <tf-obsolete-histogram-chart
tag="[[tag]]"
- type="compressedHistogram"
id="chart"
selected-runs="[[_array(run)]]"
x-type="[[xType]]"
@@ -85,7 +84,7 @@ The #center div contains tf-charts embedded inside tf-collapsable-panes.
color-scale="[[colorScale]]"
on-keyup="toggleSelected"
tabindex="2"
- ></tf-chart>
+ ></tf-obsolete-histogram-chart>
<paper-icon-button
class="expand-button"
icon="fullscreen"