Skip to content

Commit

Permalink
add default fill for ScatterPlot
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Dec 10, 2020
1 parent 4cd801d commit f91dfd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/ScatterPlot.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class ScatterPlot extends Path {
constructor( chartModel, dataSet, options ) {

options = merge( {
fill: 'black',
radius: 2
}, options );

Expand Down

0 comments on commit f91dfd7

Please sign in to comment.