Skip to content

Commit

Permalink
add area
Browse files Browse the repository at this point in the history
  • Loading branch information
GopherJ committed Jun 21, 2018
1 parent bb79cb0 commit 9ba233c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/LayoutGrid/LayoutGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@
case 'd3-timelion':
case 'd3-multi-line':
case 'd3-table':
case 'd3-area':
case 'd3-tracker':
return l.data && l.data.data && l.data.data.length > 0;
case 'd3-sankey-circular':
return l.data && l.data.nodes && l.data.links && l.data.nodes.length > 0 && l.data.links.length > 0;
Expand Down

0 comments on commit 9ba233c

Please sign in to comment.