Skip to content

added support for integrating selected data with plotly #34

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
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 modified ForInstalledPython/plotly.min.js
100644 → 100755
Empty file.
Empty file modified build_original_no_overload.py
100644 → 100755
Empty file.
3 changes: 1 addition & 2 deletions lib/glow/graph.js
Original file line number Diff line number Diff 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 Down Expand 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 number Diff line number Diff 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"
}
}