Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
morpheus.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Daria Zenkova
morpheus.js
Commits
d6b420e1
Commit
d6b420e1
authored
May 04, 2016
by
Joshua Gould
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scroll lens
parent
b2792ab4
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
248 additions
and
242 deletions
+248
-242
js/morpheus-latest.min.js
js/morpheus-latest.min.js
+11
-11
src/ui/form_builder.js
src/ui/form_builder.js
+236
-231
src/ui/heat_map.js
src/ui/heat_map.js
+1
-0
No files found.
js/morpheus-latest.min.js
View file @
d6b420e1
This diff is collapsed.
Click to expand it.
src/ui/form_builder.js
View file @
d6b420e1
This diff is collapsed.
Click to expand it.
src/ui/heat_map.js
View file @
d6b420e1
...
...
@@ -2177,6 +2177,7 @@ morpheus.HeatMap.prototype = {
canvas
.
height
=
heatMapHeight
*
morpheus
.
CanvasUtil
.
BACKING_SCALE
;
canvas
.
style
.
height
=
heatMapHeight
+
'
px
'
;
var
context
=
canvas
.
getContext
(
'
2d
'
);
morpheus
.
CanvasUtil
.
resetTransform
(
context
);
context
.
save
();
context
.
translate
(
-
this
.
heatmap
.
lastClip
.
x
,
-
startPix
);
context
.
rect
(
this
.
heatmap
.
lastClip
.
x
,
startPix
,
this
.
heatmap
.
lastClip
.
width
,
this
.
heatmap
.
lastClip
.
height
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment