Skip to content

Commit

Permalink
remove utils file
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeweiler committed Nov 11, 2016
1 parent 0024515 commit f42b532
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import d3 from 'd3';
import parseAssetsData from './assets-utils';
import formatSize from "../../../lib/format-size";
import createDataViews from './data-view';
import max from 'lodash/max'
export default function({refs, data}) {

export default function({refs, data}) {
const width = 850
const height = 500
const barHeight = 40
Expand Down

0 comments on commit f42b532

Please sign in to comment.