var _chart3_plot_properties;
$(document).ready(function(){
_chart3_plot_properties = {
"title":{
"text":"Bubble Gradient Fills*","show":1
},"seriesDefaults":{
"renderer":$.jqplot.BubbleRenderer,"rendererOptions":{
"autoscalePointsFactor":-0.15,"autoscaleMultiplier":0.85,"highlightMouseDown":true,"bubbleAlpha":0.7
},"shadow":true,"shadowAlpha":0.05
}
}
$.jqplot.config.enablePlugins = true;
$.jqplot.config.defaultHeight = 300;
$.jqplot.config.defaultWidth = 400;
_chart3= $.jqplot("chart3", [[[44,66,897,"Acura"],[25,40,1119,"Alfa Romeo"],[2,33,1197,"AM General"],[4,132,896,"Aston Martin Lagonda"],[2,129,314,"Audi"],[14,47,612,"BMW"],[45,112,719,"Bugatti"],[11,38,785,"Buick"],[15,39,367,"Cadillac"],[6,133,726,"Chevrolet"],[48,84,1082,"Citroen"],[40,18,1047,"DaimlerChrysler Corporation"],[24,107,1065,"Daewoo Motor Co."],[27,92,792,"Delorean Motor Company"],[1,78,803,"Dodge"],[5,149,320,"Ferrari"],[11,127,497,"Fiat"],[14,18,805,"Ford Motor Company"],[9,101,394,"General Motors"],[16,57,338,"GMC"],[19,89,977,"Holden"],[35,78,464,"Honda"],[18,130,364,"Hummer"],[37,20,699,"Hyundai"],[33,140,457,"Infiniti"],[12,122,533,"Isuzu"],[25,67,767,"Jaguar Cars"],[0,7,481,"Jeep"],[38,36,611,"Jensen Motors"],[43,91,943,"Kia"],[45,21,569,"Laforza"]]], _chart3_plot_properties);
});