Skip to content

Commit

Permalink
Bug Fixes: exception when relative is false
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaming743 committed Jan 8, 2020
1 parent b6c8134 commit cc14ac7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/flylineChartEnhanced/src/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,6 @@ export default {
const { relative, points } = mergedConfig
if (!relative) return
this.flylinePoints = points.map((item, i) => {
const { coordinate: [x, y], halo, icon, text } = item
Expand Down

0 comments on commit cc14ac7

Please sign in to comment.