Skip to content

Commit

Permalink
keep up with c0db6db and apache#4820
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Anderson committed Apr 27, 2018
1 parent be07d1d commit d0716ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import d3 from 'd3';
import moment from 'moment';


import { d3TimeFormatPreset } from '../javascripts/modules/utils';
//import { d3TimeFormatPreset } from '../modules/utils';

import './gantt.css';
import '../vendor/d3-gantt-chart/gantt-chart-d3.css';
import { d3gantt } from '../vendor/d3-gantt-chart/gantt-chart-d3';
import '../../vendor/d3-gantt-chart/gantt-chart-d3.css';
import { d3gantt } from '../../vendor/d3-gantt-chart/gantt-chart-d3';
d3.gantt = d3gantt;

function ganttVis(slice, payload) {
Expand Down

0 comments on commit d0716ef

Please sign in to comment.