Skip to content

Commit 36fb3f5

Browse files
committed
Adding axis label functionality via flot.axislabels plugin
1 parent 31b26cf commit 36fb3f5

File tree

5 files changed

+497
-4
lines changed

5 files changed

+497
-4
lines changed

build_original.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"../lib/jquery/"+"2.1"+"/jquery.mousewheel.js", # use 2.1 lib with version 2.2/2.3
4242
"../lib/flot/jquery.flot.min.js",
4343
"../lib/flot/jquery.flot.crosshair_GS.js",
44+
"../lib/flot/jquery.flot.axislabels.js",
4445
"../lib/opentype/poly2tri.js",
4546
"../lib/opentype/opentype.js",
4647
"../lib/glMatrix.js",

gulpfile.js

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ glowscript_libraries = {
1515
"lib/jquery/jquery.mousewheel.js",
1616
"lib/flot/jquery.flot.min.js",
1717
"lib/flot/jquery.flot.crosshair_GS.js",
18+
"lib/flot/jquery.flot.axislabels.js",
1819
"lib/glMatrix.js",
1920
"lib/webgl-utils.js",
2021
"lib/glow/property.js",

0 commit comments

Comments
 (0)