Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
fix: get rid of viewbox warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rashley-iqt committed May 9, 2019
1 parent 596121b commit 901df85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/features/visualization/d3-viz.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ function d3Viz(rootNode) {
const svg = transformRoot.append("svg")
.style("overflow", "visible")
.attr("class", "nodeRoot")
.attr('viewBox', "0 0 100% 100%");

const tooltip = root.append("div").classed("viz-tooltip", true);
const legend = root.append("div").classed("viz-legend", true);
Expand Down

0 comments on commit 901df85

Please sign in to comment.