aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/vz_line_chart/dragZoomInteraction.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tensorboard/components/vz_line_chart/dragZoomInteraction.ts')
-rw-r--r--tensorflow/tensorboard/components/vz_line_chart/dragZoomInteraction.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/tensorflow/tensorboard/components/vz_line_chart/dragZoomInteraction.ts b/tensorflow/tensorboard/components/vz_line_chart/dragZoomInteraction.ts
index 2c1f4989c4..c7f1f30e76 100644
--- a/tensorflow/tensorboard/components/vz_line_chart/dragZoomInteraction.ts
+++ b/tensorflow/tensorboard/components/vz_line_chart/dragZoomInteraction.ts
@@ -13,11 +13,6 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
-
-import * as d3 from 'd3'; // from //third_party/javascript/typings/d3_v4
-import * as Plottable from 'Plottable/plottable'; // from //third_party/javascript/plottable
-
-
export class DragZoomLayer extends Plottable.Components.SelectionBoxLayer {
private _dragInteraction: Plottable.Interactions.Drag;
private _doubleClickInteraction: Plottable.Interactions.Click;