diff --git a/index.html b/index.html index d404e2004..235f1de9b 100644 --- a/index.html +++ b/index.html @@ -3,17 +3,12 @@ html, body, iframe { margin: 0px; padding: 0px; - width: 100%; height: 100%; border: 0px; } diff --git a/src/core.js b/src/core.js index 2413ef4b5..a33899322 100755 --- a/src/core.js +++ b/src/core.js @@ -6,10 +6,7 @@ var nv = {}; nv.dev = false; //set false when in production nv.tooltip = nv.tooltip || {}; // For the tooltip system nv.utils = nv.utils || {}; // Utility subsystem -nv.models = nv.models || {}; //stores all the possible models/components -nv.charts = {}; //stores all the ready to use charts -nv.logs = {}; //stores some statistics and potential error messages -nv.dom = {}; //DOM manipulation functions + // Node/CommonJS - require D3 if (typeof(module) !== 'undefined' && typeof(exports) !== 'undefined' && typeof(d3) == 'undefined') {