Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
metexplore
MetExploreViz
Commits
302ab19a
Commit
302ab19a
authored
Jan 03, 2020
by
maxchaza
Browse files
Set version & comment
parent
81a782c9
Changes
4
Hide whitespace changes
Inline
Side-by-side
app.json
View file @
302ab19a
...
...
@@ -7,7 +7,7 @@
/**
*
The
version
of
the
application.
*/
"version"
:
"
2.8.16"
,
"version"
:
"
3.0.0
/**
* The relative path to the application's markup file (html, jsp, asp, etc.).
...
...
app/view/button/buttonImportMapping/ButtonImportMappingController.js
View file @
302ab19a
...
...
@@ -73,9 +73,8 @@ Ext.define('metExploreViz.view.button.buttonImportMapping.ButtonImportMappingCon
},
/*****************************************************
* Parse file and map data
* @param tabTxt : file content
* @param title : file title
* Fill condition store store
* @param mapping : Mapping object
*/
addConditions
:
function
(
mapping
)
{
// Launch mapping
...
...
app/view/form/SelectConditionType.js
View file @
302ab19a
...
...
@@ -13,8 +13,8 @@ Ext.define('metExploreViz.view.form.SelectConditionType', {
data
:
[
{
"
name
"
:
"
Continuous
"
},
{
"
name
"
:
"
Discrete
"
},
{
"
name
"
:
"
As selection
"
}
,
{
"
name
"
:
"
Alias
"
}
{
"
name
"
:
"
As selection
"
}
//,
{"name":"Alias"}
]
},
listeners
:
{
...
...
index.html
View file @
302ab19a
...
...
@@ -20,6 +20,7 @@
this
.
reloadMetexploreViz
(
func
);
};
// Avoid scrolling when visualisation is panning
var
style
=
parent
.
document
.
createElement
(
'
style
'
);
document
.
head
.
appendChild
(
style
);
style
.
sheet
.
insertRule
(
'
.stop-scrolling {overflow: hidden;}
'
);
...
...
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