Skip to content

Commit

Permalink
Provide a blank default global layout option
Browse files Browse the repository at this point in the history
  • Loading branch information
etimberg committed Jun 4, 2017
1 parent f7f177f commit ec3fe63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/core/core.js
Expand Up @@ -32,6 +32,11 @@ module.exports = function() {
// Element defaults defined in element extensions
elements: {},

// Layout options such as padding
layout: {
padding: 0
},

// Legend callback string
legendCallback: function(chart) {
var text = [];
Expand Down

0 comments on commit ec3fe63

Please sign in to comment.