Skip to content

Commit c1f7243

Browse files
committed
Remove commented obsolete code.
1 parent 2e35212 commit c1f7243

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/plugins/plan/components/ActivityTimeline.vue

-14
Original file line numberDiff line numberDiff line change
@@ -164,20 +164,6 @@ export default {
164164
return {
165165
margin: `0 ${this.alignmentData.rightWidth + rightOffset}px 0 ${this.alignmentData.leftWidth + leftOffset}px`
166166
};
167-
},
168-
svgWidth() {
169-
// Reduce the width by left axis width, then take off the right yaxis width as well
170-
return '100%'; // TEMP!
171-
/*
172-
let leftOffset = 0;
173-
if (this.alignmentData.leftWidth) {
174-
leftOffset = this.alignmentData.multiple ? 2 * AXES_PADDING : AXES_PADDING;
175-
}
176-
const rightOffset = this.alignmentData.rightWidth ? AXES_PADDING : 0;
177-
return (
178-
this.width -
179-
(this.alignmentData.leftWidth + leftOffset + this.alignmentData.rightWidth + rightOffset)
180-
);*/
181167
}
182168
},
183169
methods: {

0 commit comments

Comments
 (0)