Skip to content

Commit 7fa6052

Browse files
committed
Update scatter chart default config to hide lines
1 parent 8834bab commit 7fa6052

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/charts/Chart.Scatter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ module.exports = function(Chart) {
1919
id: 'y-axis-1'
2020
}]
2121
},
22+
showLines: false,
2223

2324
tooltips: {
2425
callbacks: {

0 commit comments

Comments
 (0)