Skip to content
Open
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
2 changes: 1 addition & 1 deletion ForInstalledPython/glow.min.js
100644 → 100755

Large diffs are not rendered by default.

Empty file modifiedForInstalledPython/plotly.min.js
100644 → 100755
Empty file.
Empty file modifiedbuild_original_no_overload.py
100644 → 100755
Empty file.
3 changes: 1 addition & 2 deletions lib/glow/graph.js
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
;(function () {
"use strict";

// log10 and format_number are used with Flot
function log10(val) {
return Math.log(val)/Math.LN10
Expand DownExpand Up@@ -911,7 +911,6 @@
this.__ninterval = options.interval
delete options.interval
}

this.__visible = true
if (options.visible !== undefined) {
this.__visible = options.visible
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -32,5 +32,9 @@
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.2.0",
"gulp-wrap": "^0.11.0"
},
"dependencies": {
"commander": "^4.0.1",
"source-map": "^0.7.3"
}
}