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 @@ ...@@ -55,19 +55,6 @@
eventHub.$off('toggleAspectRatio', this.toggleAspectRatio); eventHub.$off('toggleAspectRatio', this.toggleAspectRatio);
eventHub.$off('hoverChanged', this.hoverChanged); eventHub.$off('hoverChanged', this.hoverChanged);
window.removeEventListener('resize', this.resizeThrottled, false); 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() { mounted() {
......
...@@ -259,12 +259,8 @@ ...@@ -259,12 +259,8 @@
<svg <svg
class="graph-data" class="graph-data"
:viewBox="innerViewBox" :viewBox="innerViewBox"
<<<<<<< HEAD
ref="graphData">
=======
ref="graphData" ref="graphData"
> >
>>>>>>> upstream/master
<graph-path <graph-path
v-for="(path, index) in timeSeries" v-for="(path, index) in timeSeries"
:key="index" :key="index"
......
...@@ -5,11 +5,7 @@ ...@@ -5,11 +5,7 @@
export default { export default {
components: { components: {
<<<<<<< HEAD
Icon,
=======
icon, icon,
>>>>>>> upstream/master
}, },
props: { props: {
currentXCoordinate: { 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