From c0b9695b0992951d3de5ec91923c598f4d8072c9 Mon Sep 17 00:00:00 2001 From: Seshu-Kumar-M Date: Wed, 2 Nov 2016 14:52:17 +0800 Subject: SDNO-843 Change-Id: Idc3dbbc5c714a0cedf918ac6f32c92849c5a58b8 Signed-off-by: Seshu-Kumar-M --- .../src/main/webapp/lifecyclemgr/chartTopo.html | 28 ++++------------------ 1 file changed, 4 insertions(+), 24 deletions(-) (limited to 'openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/chartTopo.html') diff --git a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/chartTopo.html b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/chartTopo.html index 53fa5709..ab0d71f3 100644 --- a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/chartTopo.html +++ b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/chartTopo.html @@ -96,27 +96,7 @@ var serviceId = getQueryStringValue("serviceId"); console.log("TOPO - serviceId : "+ serviceId); - var jsonData = loadServiceDetails(serviceId); - console.log("jsonData length: "+jsonData.length); - for(i = 0; i < jsonData.length; i++) { - console.log("jsonData Name: "+jsonData[i].name); - if(jsonData[i].name == "sdno") { - //$("#sdnoLink").text(jsonData[i].name.toUpperCase()); - console.log("Adding Accordian to SDNO"); - $("#accordion").append(addAccordionData("sdno", jsonData[i].name.toUpperCase())); - } - else if(jsonData[i].name == "gso") { - console.log("Adding Accordian to GSO"); - $("#accordion").append(addAccordionData("gso", jsonData[i].name.toUpperCase())); - } - else if(jsonData[i].name == "nfvo") { - console.log("Adding Accordian to NFVO"); - $("#accordion").append(addAccordionData("nfvo", jsonData[i].name.toUpperCase())); - } - else { - - } - } + $('#container').highcharts({ chart: { @@ -149,7 +129,7 @@ ren.path(rightArrow) .attr({ 'stroke-width': 1, - stroke: colors[3] + stroke: colors[1] }) .translate(95, 95) .add(); @@ -211,7 +191,7 @@ ren.path(rightArrow) .attr({ 'stroke-width': 1, - stroke: colors[3] + stroke: colors[1] }) .translate(300, 95) .add(); @@ -219,7 +199,7 @@ ren.path(rightArrow) .attr({ 'stroke-width': 1, - stroke: colors[3] + stroke: colors[1] }) .translate(500, 95) .add(); -- cgit 1.2.3-korg