Commit 7f5422f3 authored by Luke Bennett's avatar Luke Bennett

Merge branch 'ce-to-ee-2018-01-11' of https://gitlab.com/gitlab-org/gitlab-ee...

Merge branch 'ce-to-ee-2018-01-11' of https://gitlab.com/gitlab-org/gitlab-ee into ce-to-ee-2018-01-11
parents 01bfddc5 15ff8c1d
......@@ -55,19 +55,6 @@
eventHub.$off('toggleAspectRatio', this.toggleAspectRatio);
eventHub.$off('hoverChanged', this.hoverChanged);
window.removeEventListener('resize', this.resizeThrottled, false);
<<<<<<< HEAD
},
mounted() {
this.resizeThrottled = _.throttle(this.resize, 600);
if (!this.hasMetrics) {
this.state = 'gettingStarted';
} else {
this.getGraphsData();
window.addEventListener('resize', this.resizeThrottled, false);
}
=======
>>>>>>> upstream/master
},
mounted() {
......
......@@ -259,12 +259,8 @@
<svg
class="graph-data"
:viewBox="innerViewBox"
<<<<<<< HEAD
ref="graphData">
=======
ref="graphData"
>
>>>>>>> upstream/master
<graph-path
v-for="(path, index) in timeSeries"
:key="index"
......
......@@ -5,11 +5,7 @@
export default {
components: {
<<<<<<< HEAD
Icon,
=======
icon,
>>>>>>> upstream/master
},
props: {
currentXCoordinate: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment