nexus site path corrected
[portal.git] / ecomp-portal-BE / war / static / fusion / sample / html / js / line_chart.min.js
1 function redraw(){d3.select("#chart461 svg").datum(historicalBarChart).transition().duration(500).call(chart)}var chart;nv.addGraph(function(){return chart=nv.models.multiChart().dualaxis(!1).legendPos("top").margin({top:30,right:60,bottom:50,left:100}).showLegend(!1).color(d3.scale.category10().range()),chart.lines1.forceY([0,34]),chart.lines2.forceY([0,1]),chart.xAxis.axisLabel("").staggerLabels(!1).showMaxMin(!1).rotateLabels(90).tickFormat(function(a){return d3.time.format("%b %y")(new Date(a))}),chart.yAxis1.axisLabel("").tickFormat(d3.format(",.1f")),d3.select("#chart461 svg").datum(historicalBarChart).transition().duration(1e3).call(chart),nv.utils.windowResize(chart.update),chart}),setInterval(function(){redraw()},1500),historicalBarChart.length<=0&&(document.getElementById("chart461").innerHTML="<div id='noData'><b>No Data Available</b></div>",document.getElementById("chart461").className="nodatadiv",document.getElementById("nodata").className="nodatainner");