Skip to content

Add headers #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 17, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions dist/plotly-geo-assets.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions dist/plotly-with-meta.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* plotly.js v1.0.0
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
*/
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.Plotly = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
'use strict';

Expand Down
6 changes: 6 additions & 0 deletions dist/plotly.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* plotly.js v1.0.0
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
* Licensed under the MIT license
*/
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.Plotly = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
'use strict';

Expand Down
6 changes: 6 additions & 0 deletions dist/plotly.min.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions src/assets/geo_assets.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


var saneTopojson = require('sane-topojson');

exports.topojson = saneTopojson;
9 changes: 9 additions & 0 deletions src/components/annotations/arrow_paths.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


/**
* centerx is a center of scaling tuned for maximum scalability of
* the arrowhead ie throughout mag=0.3..3 the head is joined smoothly
Expand Down
9 changes: 9 additions & 0 deletions src/components/annotations/attributes.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


var Plotly = require('../../plotly');
var ARROWPATHS = require('./arrow_paths');
var fontAttrs = require('../../plots/font_attributes');
Expand Down
9 changes: 9 additions & 0 deletions src/components/annotations/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


'use strict';

var Plotly = require('../../plotly');
Expand Down
9 changes: 9 additions & 0 deletions src/components/color/attributes.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


// IMPORTANT - default colors should be in hex for compatibility
exports.defaults = [
'#1f77b4', // muted blue
Expand Down
9 changes: 9 additions & 0 deletions src/components/color/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


'use strict';

var tinycolor = require('tinycolor2');
Expand Down
9 changes: 9 additions & 0 deletions src/components/colorbar/attributes.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


var axesAttrs = require('../../plots/cartesian/layout_attributes');
var fontAttrs = require('../../plots/font_attributes');
var extendFlat = require('../../lib/extend').extendFlat;
Expand Down
9 changes: 9 additions & 0 deletions src/components/colorbar/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


'use strict';

var Plotly = require('../../plotly');
Expand Down
9 changes: 9 additions & 0 deletions src/components/colorscale/attributes.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


module.exports = {
zauto: {
valType: 'boolean',
Expand Down
9 changes: 9 additions & 0 deletions src/components/colorscale/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


'use strict';

var Plotly = require('../../plotly');
Expand Down
9 changes: 9 additions & 0 deletions src/components/colorscale/scales.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


module.exports = {
'Greys':[[0,'rgb(0,0,0)'],[1,'rgb(255,255,255)']],

Expand Down
9 changes: 9 additions & 0 deletions src/components/drawing/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


'use strict';

var Plotly = require('../../plotly');
Expand Down
9 changes: 9 additions & 0 deletions src/components/drawing/symbol_defs.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


'use strict';

var d3 = require('d3');
Expand Down
9 changes: 9 additions & 0 deletions src/components/errorbars/attributes.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


module.exports = {
visible: {
valType: 'boolean',
Expand Down
9 changes: 9 additions & 0 deletions src/components/errorbars/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


'use strict';

var Plotly = require('../../plotly');
Expand Down
9 changes: 9 additions & 0 deletions src/components/legend/attributes.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


var fontAttrs = require('../../plots/font_attributes');
var colorAttrs = require('../color/attributes');
var extendFlat = require('../../lib/extend').extendFlat;
Expand Down
9 changes: 9 additions & 0 deletions src/components/legend/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


'use strict';

var Plotly = require('../../plotly');
Expand Down
9 changes: 9 additions & 0 deletions src/components/modebar/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


'use strict';

var Plotly = require('../../plotly');
Expand Down
9 changes: 9 additions & 0 deletions src/components/shapes/attributes.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


var annAttrs = require('../annotations/attributes');
var scatterAttrs = require('../../traces/scatter/attributes');
var extendFlat = require('../../lib/extend').extendFlat;
Expand Down
9 changes: 9 additions & 0 deletions src/components/shapes/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


'use strict';

var Plotly = require('../../plotly');
Expand Down
9 changes: 9 additions & 0 deletions src/components/titles/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


'use strict';

var Plotly = require('../../plotly');
Expand Down
9 changes: 9 additions & 0 deletions src/constants/geo_constants.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


'use strict';

var params = module.exports = {};
Expand Down
9 changes: 9 additions & 0 deletions src/fonts/mathjax_config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


/* global MathJax:false */

/**
Expand Down
9 changes: 9 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


/*
* Export the plotly.js API methods.
*
Expand Down
9 changes: 9 additions & 0 deletions src/lib/array_to_calc_item.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


'use strict';

// similar to Lib.mergeArray, but using inside a loop
Expand Down
9 changes: 9 additions & 0 deletions src/lib/coerce.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


'use strict';

var Plotly = require('../plotly');
Expand Down
9 changes: 9 additions & 0 deletions src/lib/dates.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


'use strict';

var d3 = require('d3');
Expand Down
9 changes: 9 additions & 0 deletions src/lib/events.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


'use strict';

/* global $:false */
Expand Down
9 changes: 9 additions & 0 deletions src/lib/extend.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/**
* Copyright 2012-2015, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/


'use strict';

var isPlainObject = require('./is_plain_object.js');
Expand Down
Loading