Skip to content

Commit

Permalink
added scatter map type
Browse files Browse the repository at this point in the history
  • Loading branch information
José Silva committed Nov 13, 2018
1 parent 82b38b2 commit c38d3da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v-chart-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const Chart = {
'line': 'lineGraph',
'pie': 'pieChart',
'area': 'areaChart',
'scatter': 'scatterPlot'
}
return types[chart];
},
Expand Down

0 comments on commit c38d3da

Please sign in to comment.