summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/projects/graphs/show
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-02-19 17:04:08 -0600
committerMike Greiling <mike@pixelcog.com>2018-02-19 17:04:08 -0600
commit91bbd80f493236dbcaf206183b55009a810d31d9 (patch)
treed8b7a03d40e22626934a8a312a2d188c20878ad1 /app/assets/javascripts/pages/projects/graphs/show
parent15a4773e06d91d57a80699818a7754e92e276b39 (diff)
downloadgitlab-ce-91bbd80f493236dbcaf206183b55009a810d31d9.tar.gz
fix broken specsremove-chart-show-bundle
Diffstat (limited to 'app/assets/javascripts/pages/projects/graphs/show')
-rw-r--r--app/assets/javascripts/pages/projects/graphs/show/stat_graph_contributors_graph.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/pages/projects/graphs/show/stat_graph_contributors_graph.js b/app/assets/javascripts/pages/projects/graphs/show/stat_graph_contributors_graph.js
index 9a4012232a0..6ffaa277a0a 100644
--- a/app/assets/javascripts/pages/projects/graphs/show/stat_graph_contributors_graph.js
+++ b/app/assets/javascripts/pages/projects/graphs/show/stat_graph_contributors_graph.js
@@ -7,7 +7,7 @@ import { axisLeft, axisBottom } from 'd3-axis';
import { area } from 'd3-shape';
import { brushX } from 'd3-brush';
import { timeParse } from 'd3-time-format';
-import { dateTickFormat } from '../lib/utils/tick_formats';
+import { dateTickFormat } from '~/lib/utils/tick_formats';
const d3 = { extent, max, select, scaleTime, scaleLinear, axisLeft, axisBottom, area, brushX, timeParse };