nexus site path corrected
[portal.git] / ecomp-portal-BE / war / static / fusion / sample / html / js / area_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.stackedAreaChart().showControls(!1).margin({top:30,right:60,bottom:50,left:100}).showLegend(!1).yAxisTooltipFormat(d3.format(",.1f")).x(function(t){return t.x}).y(function(t){return t.y}).color(d3.scale.category10().range()),chart.xAxis.axisLabel("").staggerLabels(!1).showMaxMin(!1).rotateLabels(90).tickFormat(function(t){return d3.time.format("%b %y")(new Date(t))}),chart.yAxis.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");