2、"js/exporting.js">$(function(){$('#container').highcharts({chart:{//通用参数//alignTicks:false,自动计算y轴数值,(true/false)backgroundColor:'#A35393',//背景颜色borderColor:'#699668',//边框颜色borderRadius:50,//圆角边框borderWidth:10,//边框宽度//height:600,
3、//图形高度width:800,//图形宽度ignoreHiddenSeries:true,//自动调整剩余的数据轴//inverted:true,x轴跟y轴位置互换//margin:[0,0,0,0],//marginBottom:100,//图形跟边框之间的距离marginLeftmarginRightmarginTopzoomType:'x',//图形沿x轴放大panning:true,//图形放大时,按shift键拖动图形panKey:'shift',resetZoomButton:{//当图形放大之后,会出现一个按钮,
4、点击之后还原图形position:{x:0,y:-30},theme:{//设置按钮样式fill:'white',//填充白色stroke:'silver',//银色边框r:0,states:{hover:{//鼠标经过样式fill:'#417256',style:{color:'white'}}}},relativeTo:'chart'//更改按钮位置,默认在图形区域内(plot)},plotBackgroundImage:'bizhi0422.jpg',//图形区域设置背景图片plotBorderColor:'#FF0000
5、',plotBorderWidth:5,//图形区域加边框plotBackgroundColor:'#00FF00',//设置图形区域背景颜色plotShadow:true,//设置图形区域阴影shadow:true,//向下投影style:{//设置图表区域的字体样式...可以添加别的css样式fontFamily:'serif'},animation:{//动画效果duration:1000,easing:'easeOutBounce'},polar:true,//极地坐标图type:'line'//设置图形样式line:折
6、线图,bar:横向柱状图,spline:曲线图,scatter:分散定点图,pie:饼状图,area:区域堆积图,column:柱状图},xAxis:{//X轴属性//categories:['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec']//设置常规的类别轴dateTimeLabelFormats:{day:'%eof%b'//天//millisecond:'%H:%M:%S:.%L',毫秒//second:'%H:%M:%S',秒
7、//minute:'%H:%M',分//hour:'%H:%M',时//week:'%e.%b',周//month:'%b'%y',月//year:'%Y'年},labels:{rotation:90,//设置x轴坐标旋转staggerLines:2,//分两行显示轴标签step:2,//设置轴标签间隔style:{//设置轴标签的样式color:'red',fontWeight:'bold'},},minRange:50,//设置x轴的最小取值范围reversed:true,//设置X轴逆转startOnTick:true,
8、//强制轴线在标签处开始tickColor:'#FF0000',//设置刻度线颜色tickWidth:3,//设置刻度线宽度//属性基本跟Y轴一样},yAxis:[{//Y轴属性allowDecimals:false,//不允许刻度值为小数,默认允许altern