Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw committed Oct 22, 2016
1 parent 260ea99 commit 645e54d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dist/d3kit.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,9 @@ return /******/ (function(modules) { // webpackBootstrap
var _autoResizeFn = null;
var _autoResizeToAspectRatio = false;

var _container = (0, _d3Selection.select)(chartNode).style('line-height', 0);
// add svg element
var _svg = (0, _d3Selection.select)(chartNode).append('svg');
var _svg = _container.append('svg');
var _vis = _svg.append('g');
updateOffset();

Expand Down
Loading

0 comments on commit 645e54d

Please sign in to comment.