Commit ff1a9dc2 by kevalbhatt

ATLAS-3732 : UI: Lineage graph improvement and lib version updated

parent ad226ddd
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
"bootstrap-daterangepicker": "2.1.25", "bootstrap-daterangepicker": "2.1.25",
"d3": "3.5.17", "d3": "3.5.17",
"d3-tip": "0.6.8", "d3-tip": "0.6.8",
"dagre-d3": "0.4.17", "dagre-d3": "0.6.4",
"dropzone": "5.5.1", "dropzone": "5.7.0",
"font-awesome": "4.7.0", "font-awesome": "4.7.0",
"jQuery-QueryBuilder": "2.4.3", "jQuery-QueryBuilder": "2.4.3",
"jquery": "3.3.1", "jquery": "3.3.1",
......
...@@ -48,6 +48,16 @@ ...@@ -48,6 +48,16 @@
.label { .label {
fill: $color_suva_gray_approx; fill: $color_suva_gray_approx;
&.highlight {
cursor: pointer;
fill: $color_havelock_blue_approx;
text-decoration: underline;
tspan {
font-weight: 400;
}
}
} }
circle { circle {
......
...@@ -576,7 +576,8 @@ td.searchTableName:hover { ...@@ -576,7 +576,8 @@ td.searchTableName:hover {
} }
} }
image { image,
circle {
opacity: 0.2; opacity: 0.2;
//animation: blink 2.5s infinite; //animation: blink 2.5s infinite;
} }
......
...@@ -42,7 +42,7 @@ require.config({ ...@@ -42,7 +42,7 @@ require.config({
* @default 7 seconds * @default 7 seconds
* @type {Number} * @type {Number}
*/ */
'waitSeconds': 30, 'waitSeconds': 0,
'shim': { 'shim': {
'backbone': { 'backbone': {
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
"bootstrap-daterangepicker": "2.1.25", "bootstrap-daterangepicker": "2.1.25",
"d3": "3.5.17", "d3": "3.5.17",
"d3-tip": "0.6.8", "d3-tip": "0.6.8",
"dagre-d3": "0.4.17", "dagre-d3": "0.6.4",
"dropzone": "5.7.0", "dropzone": "5.7.0",
"font-awesome": "4.7.0", "font-awesome": "4.7.0",
"jQuery-QueryBuilder": "2.4.3", "jQuery-QueryBuilder": "2.4.3",
......
...@@ -41,6 +41,16 @@ ...@@ -41,6 +41,16 @@
.label { .label {
fill: $color_suva_gray_approx; fill: $color_suva_gray_approx;
&.highlight {
cursor: pointer;
fill: $color_havelock_blue_approx;
text-decoration: underline;
tspan {
font-weight: 400;
}
}
} }
circle { circle {
......
...@@ -759,7 +759,8 @@ td.searchTableName:hover { ...@@ -759,7 +759,8 @@ td.searchTableName:hover {
} }
} }
image { image,
circle {
opacity: 0.2; opacity: 0.2;
//animation: blink 2.5s infinite; //animation: blink 2.5s infinite;
} }
......
...@@ -72,7 +72,7 @@ require.config({ ...@@ -72,7 +72,7 @@ require.config({
* @default 7 seconds * @default 7 seconds
* @type {Number} * @type {Number}
*/ */
'waitSeconds': 30, 'waitSeconds': 0,
'shim': { 'shim': {
'backbone': { 'backbone': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment