diff options
| author | Mike Greiling <mike@pixelcog.com> | 2018-02-19 17:04:08 -0600 |
|---|---|---|
| committer | Mike Greiling <mike@pixelcog.com> | 2018-02-19 17:04:08 -0600 |
| commit | 91bbd80f493236dbcaf206183b55009a810d31d9 (patch) | |
| tree | d8b7a03d40e22626934a8a312a2d188c20878ad1 /app | |
| parent | 15a4773e06d91d57a80699818a7754e92e276b39 (diff) | |
| download | gitlab-ce-remove-chart-show-bundle.tar.gz | |
fix broken specsremove-chart-show-bundle
Diffstat (limited to 'app')
| -rw-r--r-- | app/assets/javascripts/pages/projects/graphs/show/stat_graph_contributors_graph.js | 2 |
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 }; |
