Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,711
Issues
1,711
List
Boards
Labels
Service Desk
Milestones
Merge Requests
86
Merge Requests
86
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
ed867605
Commit
ed867605
authored
Aug 07, 2018
by
Mathieu Giraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
js/scatterPlot.js: updateMenu(), skip hidden axis
Closes
#3418
.
parent
c1356a0f
Pipeline
#36127
passed with stages
in 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
browser/js/scatterPlot.js
browser/js/scatterPlot.js
+2
-0
No files found.
browser/js/scatterPlot.js
View file @
ed867605
...
...
@@ -1805,6 +1805,8 @@ ScatterPlot.prototype = {
var
select_y
=
0
var
i
=
0
;
for
(
var
key
in
this
.
available_axis
)
{
if
(
typeof
this
.
available_axis
[
key
].
hide
!==
"
undefined
"
&&
this
.
available_axis
[
key
].
hide
)
continue
;
if
(
key
==
this
.
splitX
)
select_x
=
i
if
(
key
==
this
.
splitY
)
select_y
=
i
i
++
;
...
...
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