Skip to content

Commit

Permalink
Add default value of spanGaps option for radar charts
Browse files Browse the repository at this point in the history
  • Loading branch information
nagix committed Jul 17, 2019
1 parent 543730c commit 7f0015c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/controller.radar.js
Expand Up @@ -8,6 +8,7 @@ var helpers = require('../helpers/index');
var valueOrDefault = helpers.valueOrDefault;

defaults._set('radar', {
spanGaps: false,
scale: {
type: 'radialLinear'
},
Expand Down

0 comments on commit 7f0015c

Please sign in to comment.