Skip to content

Commit

Permalink
Update scatter chart default config to hide lines
Browse files Browse the repository at this point in the history
  • Loading branch information
etimberg committed Jun 25, 2017
1 parent 8834bab commit 7fa6052
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/charts/Chart.Scatter.js
Expand Up @@ -19,6 +19,7 @@ module.exports = function(Chart) {
id: 'y-axis-1'
}]
},
showLines: false,

tooltips: {
callbacks: {
Expand Down

0 comments on commit 7fa6052

Please sign in to comment.