scripts.charts-min.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jira-hudson-plugin Show documentation
Show all versions of jira-hudson-plugin Show documentation
Jira Plugin to integrate Hudson CI
AJS.$.namespace("AJS.gadget.hudson.charts");AJS.gadget.hudson.charts.displayChartImage=function(F,C,E,G,B){var D=AJS.$("").addClass("chart-img");var A={src:C+"/charts?filename="+B.location,border:0,width:B.width,height:B.height};if(B.imageMap&&B.imageMapName){F.getView().append(B.imageMap);A.usemap="#"+B.imageMapName}D.append(AJS.$("").attr(A));F.getView().append(D);F.getView().append(AJS.gadget.hudson.common.generateGadgetFooter(F,E))};