Skip to content

Commit

Permalink
Update scatter chart default to hide lines
Browse files Browse the repository at this point in the history
  • Loading branch information
etimberg committed Jun 15, 2017
1 parent 2d7c1f0 commit 699994b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/charts/Chart.Scatter.js
Expand Up @@ -3,6 +3,7 @@
module.exports = function(Chart) {

var defaultConfig = {
showLines: false,
hover: {
mode: 'single'
},
Expand Down

0 comments on commit 699994b

Please sign in to comment.