Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Jan 12, 2019
1 parent 56628ce commit d78c8fb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
4 changes: 0 additions & 4 deletions src/components/Charts/lineChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,6 @@ export default {
data: this.data[1],
}],
})
window.onresize = () => {
this.chart.resize()
}
},
},
}
Expand Down
5 changes: 0 additions & 5 deletions src/components/Charts/mapChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,6 @@ export default {
},
}, true,
)
window.onresize = () => {
this.chart.resize()
}
},
},
}
Expand Down
4 changes: 0 additions & 4 deletions src/components/Charts/pieChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,6 @@ export default {
},
],
})
window.onresize = () => {
this.chart.resize()
}
},
},
}
Expand Down

0 comments on commit d78c8fb

Please sign in to comment.