选择对象

var chart = new Highcharts.Chart({

  • chart

alignTicks :true Boolean 多个y轴时对他们公共轴心的选取,ture为自动选取较适宜的公共轴心

animation :true BooleanObject 动画更新效果

backgroundColor :Color 绘图区背景色

borderColor :Color 绘图边框颜色

borderRadius :Number 绘图边角的弧度设置

borderWidth :Number 边框宽度设置

className :String 确定绘图区容器的类区范围

defaultSeriesType :Sting 默认绘图类型的设置

events :chart.events 绘图触发事件

addSeries :Function 添加series数据

click :Function 单击事件

load :Function 加载事件

redraw :Function 重画事件

selection :Function 选着区域事件

height :Number 高度

ignoreHiddenSeries :True Boolean 多个数据时,隐藏一个数据是否更改轴心,true为可更改,false为不可更改

inverted :False Boolean 数轴的转换

margin :Numberr 内边距设置

marginTop

marginBottom

marginRight

marginLeft

plotBackgroundColor :Color 部分颜色的变化

plotBackgroundImage :String 加载图片

plotBorderColor

plotBorderWidth

plotBorderShadow

reflow :True :Boolean 是否跟谁容器大小改变

renderTo :String 引用容器

resetZoonButton 区域选择与重置图片与event事件中的selection事件相似

selectionMarkerFill 悬着区域的颜色

shadow 阴影

showAxes 加载前轴的显示

spacingTop 外边距 :Number

spacingBottom

spacingLeft

style :CSSObject

type 绘图类型 默认:line

width 绘图宽度的设置

zoomType 区域选择范围 可与event.selection和resetZoomButton参考,他们是区域选择的功能接口

  • colors
  • credits
  • global
  • labels
  • lang
  • legend
  • loading
  • plotOptions
  • point
  • series
  • subtitle
  • symbols
  • title
  • tooltip
  • xAxis
  • yAxis
  • exporting
  • navigation

});

方法和属性

参考:http://www.highcharts.com/ref/#chart